All Projects → joosthub → pytorch-nlp-tutorial-ny2019

joosthub / pytorch-nlp-tutorial-ny2019

Licence: other
Deep Learning and Natural Language Processing using PyTorch (O'Reilly AI - NYC, 2019)

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

O'Reilly Artificial Intelligence Conference

Natural Language Processing with Deep Learning training

Delip Rao, Brian McMahan

Please visit dl4nlp.info for more information about the current training session.

Docker Instructions

Start from the root directory which contains the Dockerfile, please run the following commands (replacing LOCALPORT with whatever you'd like)

(data should come with repo, so no need to download fresh)

docker build -t dl4nlp .
docker run -p LOCALPORT:8888 -d dl4nlp

If running outside of docker, can do the following from root dir (where you can see day_1, day_2, etc):

jupyter notebook --notebook-dir=$(pwd)

Assuming all necessary things are installed. Required Python packages are in requirements.txt, except for PyTorch. Follow the installation instructions on the PyTorch website. Also visit dl4nlp.info for more information about the current training session and nlproc.info for more resources from us!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].