Skip to content

lorosanu/deep-learning-with-python-notebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning with docker and jupyter notebooks

This forked repository contains Jupyter notebooks implementing the code samples found in the book
Deep Learning with Python (Manning Publications).

Table of contents

Running notebooks on CPU

  • 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.

About

Deep learning notebooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%