Jupyter Notebook version of CS231n Python NumPy Tutorial
Preparatory material for the Convolutional Neural Networks for Visual Recognition classes at Stanford.
This repo currently holds:
- A tutorial on basic Python, NumPy, SciPy, and Matplotlib that is necesseary to get started with the above machine learning class. The original tutorial, of which this repo is a fork, still uses Python 2.7. The original CS231n follows Python 3.x for the class, so the code in this fork uses Python 3.7, NumPy 1.15, SciPy 1.1, and Matplotlib 2.2.3.
You may follow the Jupyter Notebook on GitHub, or clone and execute it locally.