GithubHelp home page GithubHelp logo

dian3f / jupyter-keras Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gaarv/jupyter-keras

0.0 0.0 0.0 12 KB

My Dockerfile for working with Neural Networks and Python

License: MIT License

Dockerfile 100.00%

jupyter-keras's Introduction

jupyter-keras

Info

Extended from Jupyter Notebook Scientific Python Stack which contains :

  • Jupyter Notebook 5.2.x
  • Conda Python 3.x environment
  • pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh, vincent, beautifulsoup, xlrd pre-installed

Check Jupyter Github given above for full reference and usage. Everything is pre-installed for Python 3.x.

Image build is triggered with each update of Jupyter Notebook Scientific Python Stack and install bleeding edge versions of Keras.

For advanced usage and options, read more at Jupyter Notebook Scientific Python Stack.

I use this image to work with neural networks, so I added the following libraries :

  • Keras: a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation.
  • TensorFlow: open source software library for numerical computation using data flow graphs, the default backend for Keras.
  • HDF5 for Python: optional dependency of Keras used to save / load weights for neural networks.

Note : in this setting, TensorFlow will be CPU enabled only.

Basic Use

docker run -d -v /$(pwd)/:/home/jovyan/work \
           -p 8888:8888 gaarv/jupyter-keras start-notebook.sh --NotebookApp.token=''

This will allow to have the current working directory path mounted directly into the guest and with no password

jupyter-keras's People

Contributors

gaarv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.