- A Linux or Mac OS X system
- Python 3
- Python packages: keras, tensorflow, sklearn, textacy
- Download GoogleNews-vectors-negative300.bin.gz from code.google.com/archive/p/word2vec/ and run
python convert_word2vec_bin_to_txt.py
. - Run any of the tests by simply running any of the Python scripts
- For example, run
python cnn15.py
[Coming soon]