data-science-ipython-notebooks/deep-learning/tensor-flow-exercises
Shadab Shaikh a238b141f3 Replacing deprecated initialiser function with the new one (#41) 2017-02-05 12:13:24 -05:00
..
1_notmnist.ipynb Add TensorFlow notmnist notebook. 2015-12-27 07:22:02 -05:00
2_fullyconnected.ipynb Replacing deprecated initialiser function with the new one (#41) 2017-02-05 12:13:24 -05:00
3_regularization.ipynb Add TensorFlow regularization notebook. 2015-12-27 07:23:53 -05:00
4_convolutions.ipynb Replacing deprecated initialiser function with the new one (#41) 2017-02-05 12:13:24 -05:00
5_word2vec.ipynb Replacing deprecated initialiser function with the new one (#41) 2017-02-05 12:13:24 -05:00
6_lstm.ipynb Replacing deprecated initialiser function with the new one (#41) 2017-02-05 12:13:24 -05:00
Dockerfile Add tensor-flow-exercises README and docker install. 2015-12-27 07:20:46 -05:00
README.md Add tensor-flow-exercises README and docker install. 2015-12-27 07:20:46 -05:00

README.md

Exercises

Building the Docker container

docker build -t $USER/exercises .

Running the container

docker run -p 8888:8888 -it --rm $USER/exercises