A collection of notebooks, packaged into a book, to document my journey in learning applied deep learning.
See the web-site: https://jack89roberts.github.io/learning-deep-learning/
To run the notebooks yourself, clone the repo then:
Install dependencies:
pip install -r requirements.txtStart jupyter:
jupyter notebookThen browse to the notebooks/ directory in the jupyter interface.
jupyter-book build .
