This case study explores transfer learning and domain adaptation using various techniques on the Amazon Review dataset.
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_11:latest
If you want to build the Docker image from scratch, use the following command.
docker build -t chapter_11:latest .
More information can be found at: Deep Learning for NLP and Speech Recognition by Springer