data-science-ipython-notebooks/deep-learning/tensor-flow-exercises
2015-12-27 07:25:44 -05:00
..
1_notmnist.ipynb Add TensorFlow notmnist notebook. 2015-12-27 07:22:02 -05:00
2_fullyconnected.ipynb Add TensorFlow fullyconnected notebook. 2015-12-27 07:22:58 -05:00
3_regularization.ipynb Add TensorFlow regularization notebook. 2015-12-27 07:23:53 -05:00
4_convolutions.ipynb Add TensorFlow convolutions notebook. 2015-12-27 07:24:30 -05:00
5_word2vec.ipynb Add TensorFlow word2vec notebook. 2015-12-27 07:25:04 -05:00
6_lstm.ipynb Add TensorFlow lstm notebook. 2015-12-27 07:25:44 -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

Exercises

Building the Docker container

docker build -t $USER/exercises .

Running the container

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