Skip to content

Me working on "CS276: Information Retrieval and Web Search"

Notifications You must be signed in to change notification settings

ronaldseoh/cs276

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS276

My reading notes for CS276: Information Retrieval and Web Search, Spring 2019 from Stanford University.

Mostly contains the summary of the chapters from Introduction to Information Retrieval, along with memos for certain lecture slides and other sources.

Note: To cope with mathematical notations, I've used Pandoc to convert all the Markdown notes into LaTeX pdfs. I think this is the easiest solution at the moment to view math formulas on GitHub. Please let me know if you think there's a better solution.

Week 01: Introduction and boolean retrieval

Week 02: More on inverted index

Week 03: Tolerant retrieval, and vector space model

Week 04: Probabilistic Retrieval

Week 05: IR system evaluation, and speedups for free text queries

Week 06: Text classification using Naive Bayes, kNN, and SVM

Week 07: Word Embeddings

Week 09: Crawling and Question Answering