a1
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Welcome to CS224N! We'll be using Python throughout the course. If you've got a good Python setup already, great! But make sure that it is at least Python version 3.5. If not, the easiest thing to do is to make sure you have at least 3GB free on your computer and then to head over to (https://www.anaconda.com/download/) and install the Python 3 version of Anaconda. It will work on any operating system. After you have installed conda, close any open terminals you might have. Then open a new terminal and run the following command: conda install gensim Homework 1 (only) is a Jupyter Notebook. With the above done you should be able to get underway by typing: jupyter notebook exploring_word_vectors.ipynb