A collection of Jupyter notebooks. Most are also available as properly-formatted tutorials.
To experiment with a notebook yourself:
- Install NumPy, TensorFlow, etc.
- Install Jupyter:
pip install jupyter
- Clone this repository:
git clone https://github.com/rdipietro/jupyter-notebooks.git && cd jupyter-notebooks
- Run Jupyter:
jupyter notebook
- Navigate to http://localhost:8888.