Explore >> Select a destination


You are here

initialcommit.com
| | hadrienj.github.io
4.6 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...
| | www.tartley.com
5.2 parsecs away

Travel
| | I've been doing some programming tests and puzzles while job hunting lately. One quick challenge was quite nice, reminding me a bit of Project Euler questions, and I nerd sniped myself into doing a 2n
| | tothepoles.co.uk
5.1 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...
| | www.analyticsvidhya.com
17.6 parsecs away

Travel
| Take your machine learning skills to the next level with Support Vector Machines (SVM) for tasks like regression and classification.