https://github.com/sofianhw/dsi-camp-cnn
datascienceweekend.id camp about cnn using neon ipython jupyter notebook
https://github.com/sofianhw/dsi-camp-cnn
Last synced: 6 months ago
JSON representation
datascienceweekend.id camp about cnn using neon ipython jupyter notebook
- Host: GitHub
- URL: https://github.com/sofianhw/dsi-camp-cnn
- Owner: sofianhw
- License: mit
- Created: 2016-12-06T16:37:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T16:59:56.000Z (over 9 years ago)
- Last Synced: 2025-01-20T13:35:28.591Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsi-camp-cnn
datascienceweekend.id camp
DeepLearning using neon
if you don't have neon and ipython on your system
you can pull my docker [neon and ipython](https://hub.docker.com/r/sofianhw/docker-neon-ipython/)
[_install docker if you don't have docker on your system_](https://www.docker.com/products/overview)
$ docker pull sofianhw/docker-neon-ipython
$ docker run -t -p 8888:8888 --name neon sofianhw/docker-neon-ipython
open browser http://localhost:8888
if you wanna install it manually
* [install neon](http://neon.nervanasys.com/index.html/installation.html)
* pip install ipython jupyter matplotlib
* ipython notebook --ip 0.0.0.0