mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
.. | ||
1_notmnist.ipynb | ||
2_fullyconnected.ipynb | ||
3_regularization.ipynb | ||
4_convolutions.ipynb | ||
5_word2vec.ipynb | ||
6_lstm.ipynb | ||
Dockerfile | ||
README.md |
Exercises
Building the Docker container
docker build -t $USER/exercises .
Running the container
docker run -p 8888:8888 -it --rm $USER/exercises