ML Quebec Hands On Text Classification Using Neural Networks
Link for the presentation.
Link to the dataset (à venir).
Link to the word vectors (à venir).
There will be Amazon Web Services instances with GPUs available for the users with all the necessary libraries and configurations to run the code.
However, if you want to setup your PC to run this notebook you will need the following requirements:
- Linux (Highly preferable)
- GPU (Highly preferable)
- Python3.6
- Everything in the
requirements.txt
which is;- nltk
- scrapy
- gensim
- torch (pytorch)
- pytoune
- numpy
- scikit-learn
- beautifulsoup4
- spacy
- tqdm
All to their latest version.
You can install all these packages with the command pip install -r requirements.txt