The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.
Run the Docker image:
docker run -p 8888:8888 --rm springernlp/chapter_3:latest
docker build -t chapter_3:latest .
More information can be found at: Deep Learning for NLP and Speech Recognition by Springer