This repo contains:
- iPython notebook
- raw dataset
- prepared dataset
- wordVector and WordList data
The NN's output is numeric vector. This vector contains of 5 values: []
In order to run the iPython notebook, you'll need the following libraries.
conda create -n tensorflow-v1.6 python=3.6
conda list
source activate tensorflow-v1.6
pip install tensorflow
conda install ipython
conda install jupyter
conda install matplotlib
conda install ipykernel
jupyter notebook