This forked repository contains Jupyter notebooks implementing the code samples found in the book
Deep Learning with Python (Manning Publications).
- Chapter 2:
- Chapter 3:
- Chapter 4:
- Chapter 5:
- Chapter 6:
- Chapter 8:
-
Install dependencies
-
Clone this repository
$ git clone https://github.com/lorosanu/deep-learning-with-python-notebooks $ cd deep-learning-with-python-notebooks -
Use docker-compose to build and use the image
$ docker-compose up Copy/paste this URL into your browser when you connect for the first time, to login with a token: http://0.0.0.0:8888/?token=6a99... -
The jupyter notebook will be available at
http://0.0.0.0:8888/?token=6a99... -
Note: Mac and Windown users will have to find the IP address of docker-machine VM and replace 'localhost' with it.
More here.