-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.md~
14 lines (12 loc) · 867 Bytes
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# IR-COurse-Handouts
### The Lazy guy's guide.
SageMathCloud™: Go to [http://cloud.sagemath.org](http://cloud.sagemath.org) and set up a free account.
If you log in, you will gain access to the latest version of Sage and to many other programs.
- Start New Project.
- Click on create or upload files
- Upload the three files in the directory "Chapter6". Give any name to the folder and press Ctrl+Enter.
- Click on 'CH6_Building_Matrices.ipynb' and start executing each cell.
- To execute a cell. Click on the cell, and then press the 'Cell' -> Run Button on the top menu.
- Alternatively you may press ctrl+enter
- Check the [video](https://youtu.be/bxtLxUh03gc?t=9m)
- Click on 'SCIKIT_CosSim.ipynb'. The notebook provides example of using a standard library to calculate TF-IDF and Cosine Similarity using a standard library, Scikit Learn.