pwr2000 / deep-learning-nlp-pydata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep-learning-nlp

Resources and notebook for "Deep Learning and Modern NLP" Workshop for PyData Miami 2019

Environment Setup

This tutorial requires an existing installation of Anaconda 3 (tested with Python 3.6). From the root directory of the repo, run:

conda env create -f environment.yml
source activate deep-learning-nlp

Datasets used in Tutorials

Data for these tutorials are sourced from various locations, and prepared in advance into pickled Pandas DataFrames. The original sources of the data can be found in the links below.

About

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 96.7%Language:Python 3.3%