Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 570 Bytes

learning-deep-learning

logo

A collection of notebooks, packaged into a book, to document my journey in learning applied deep learning.

Book

See the web-site: https://jack89roberts.github.io/learning-deep-learning/

Notebooks

To run the notebooks yourself, clone the repo then:

Install dependencies:

pip install -r requirements.txt

Start jupyter:

jupyter notebook

Then browse to the notebooks/ directory in the jupyter interface.

Build the book

jupyter-book build .