Skip to content

Commit

Permalink
adding assignment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanAbouelenin committed Feb 17, 2020
1 parent efc6d1a commit 2d53367
Show file tree
Hide file tree
Showing 5 changed files with 962 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assigmenet 1/a1/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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
Loading

0 comments on commit 2d53367

Please sign in to comment.