/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sebastianraschka.com
| | datascience.blog.wzb.eu
2.7 parsecs away

Travel
| | Modern computers are equipped with processors that allow fast parallel computation at several levels: Vector or array operations, which allow to execute similar operations simultaneously on a bunch...
| | tothepoles.co.uk
1.8 parsecs away

Travel
| | There is a Jupyter Notebook accompanying this post HERE. NumPy is a Python package built around the concept of ndarrays (n-dimensional arrays) along with a suite of efficient functions for applying operations over those arrays. Many of the other important packages for data scientists are built on top of NumPy (e.g. Pandas, scikit-learn). In the...
| | hadrienj.github.io
2.9 parsecs away

Travel
| | This introduction to scalars, vectors, matrices and tensors presents Python/Numpy code and drawings to build a better intuition behind these linear algebra b...
| | statsandr.com
28.0 parsecs away

Travel
| Learn how to compute a correlation coefficient (Pearson and Spearman) and perform a correlation test in R