SpringerNLP / Chapter13

Chapter 13: Deep Reinforcement Learning for Text and Speech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 13 - Deep Reinforcement Learning for Text and Speech

Requirements

Data

data/processed_train.bin data/vocab-50k data/processed_test.bin

Running the Docker Image

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 --runtime=nvidia -p 8888:8888 -p 6006:6006 springernlp/chapter_13:latest

Book Reference

More information can be found at: Deep Learning for NLP and Speech Recognition by Springer

About

Chapter 13: Deep Reinforcement Learning for Text and Speech


Languages

Language:Jupyter Notebook 91.0%Language:Dockerfile 9.0%