Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 485 Bytes

Jupyter Notebooks

A collection of Jupyter notebooks. Most are also available as properly-formatted tutorials.

To experiment with a notebook yourself:

  1. Install NumPy, TensorFlow, etc.
  2. Install Jupyter: pip install jupyter
  3. Clone this repository: git clone https://github.com/rdipietro/jupyter-notebooks.git && cd jupyter-notebooks
  4. Run Jupyter: jupyter notebook
  5. Navigate to http://localhost:8888.