Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 2.29 KB

README.md

File metadata and controls

46 lines (27 loc) · 2.29 KB

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