Skip to content

Krids/GettingStartedWithNLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started With NLP

Install

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.

Notebooks:

  • Word2Vec
  • NotMnist

Run

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.

About

Studies of deeplearning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published