From 83a1a28fec92126f62c649b16ce794871bc82e15 Mon Sep 17 00:00:00 2001 From: anancds Date: Mon, 23 Jan 2017 19:08:03 +0800 Subject: [PATCH] Added Information Retrieval and Web Search course --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11d8064..3f32eaf 100644 --- a/README.md +++ b/README.md @@ -708,6 +708,10 @@ Topics covered include probability theory and Bayesian inference; univariate dis - [Assignments](http://web.stanford.edu/class/cs246/handouts.html) - [Lecture notes](http://web.stanford.edu/class/cs246/handouts.html) - [Readings](http://www.mmds.org/#book) +- [CS276](http://web.stanford.edu/class/cs276/index.html) **Information Retrieval and Web Search** *Stanford University* Lecture Notes Readings + - Basic and advanced techniques for text-based information systems: efficient text indexing; Boolean and vector space retrieval models; evaluation and interface issues; Web search including crawling, link-based algorithms, and Web metadata; text/Web clustering, classification; text mining. + - [Lecture notes](http://web.stanford.edu/class/cs276/index.html#syllabus) + - [Readings](http://web.stanford.edu/class/cs276/index.html#books) -------