This project requires Python 3.X and the following Python libraries installed:
You will also need to have software installed to run and execute a Jupyter Notebook
If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included. Make sure that you select the Python 3.x installer and not the Python 2.7 installer.
- Word2Vec
- NotMnist
In a terminal or command window, navigate to the top-level project directory GettingStartedWithNLP/
(that contains this README) and run one of the following commands:
ipython notebook 1_notmnist.ipynb
ipython notebook 5_word2vec.ipynb
or
jupyter notebook 1_notmnist.ipynb
jupyter notebook 5_word2vec.ipynb
This will open the Jupyter Notebook software and project file in your browser.