Skip to content

Official repository of the book "Deep learning in the browser" published by Bleeding Edge Press August 2018. Find here all of the source code of the demos!

License

Notifications You must be signed in to change notification settings

backstopmedia/deep-learning-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning in the browser

Official repository of the book Deep learning in the browser released August 2018 and published by Bleeding Edge Press. Here you will find all of the source code of the demos in the book.

Content of this repository:

Getting Started

Clone the repo and all submodules.

$ git clone git@github.com:backstopmedia/deep-learning-browser.git
$ cd deep-learning-browser
$ git submodule update --init --recursive

You can serve the code of the chapters using a simple static webserver.

$ npm install http-server -g
$ http-server chapter6 --cors -p 8081

Navigate to localhost:8081 to run the code from the selected chapter.

License

The whole content of this repository is released under MIT License (see /LICENSE.txt), except:

  • Third party libraries (e.g. in /lib subdirectory)
  • Third party data (e.g. in /data subdirectory)

About

Official repository of the book "Deep learning in the browser" published by Bleeding Edge Press August 2018. Find here all of the source code of the demos!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •