Skip to content

jack89roberts/learning-deep-learning

Repository files navigation

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 .