From b56fe0a091363998aab11f0201f26170ab987412 Mon Sep 17 00:00:00 2001 From: Praveen Gowda I V Date: Mon, 26 Jan 2015 13:08:03 +0530 Subject: [PATCH] Add CS109 Data Science from Harvard --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ffcb472..8886437 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,12 @@ Courses - Taught by one of the leading experts on Machine Learning - **Tom Mitchell** - [Lectures](http://www.cs.cmu.edu/~tom/10701_sp11/lectures.shtml) - [Project Ideas and Datasets](http://www.cs.cmu.edu/~tom/10701_sp11/proj.shtml) +- [CS 109](http://cs109.github.io/2014/) **Data Science** *Harvard University* Assignments Lecture Notes Readings + - Learning from data in order to gain useful predictions and insights. This course introduces methods for five key facets of an investigation: data wrangling, cleaning, and sampling to get a suitable data set; data management to be able to access big data quickly and reliably; exploratory data analysis to generate hypotheses and intuition; prediction based on statistical methods such as regression and classification; and communication of results through visualization, stories, and interpretable summaries. + - [Lectures](http://cm.dce.harvard.edu/2015/01/14328/publicationListing.shtml) + - [Slides](http://cs109.github.io/2014/pages/schedule.html) + - [Labs and Assignments](http://cs109.github.io/2014/pages/homework.html) + - [2013 Lectures](http://cm.dce.harvard.edu/2014/01/14328/publicationListing.shtml) *(slightly better)* - [COMS 4771](http://www.cs.columbia.edu/~jebara/4771/index.html) **Machine Learning** *Columbia University* Assignments Lecture Notes - Course taught by [Tony Jebara](http://www.cs.columbia.edu/~jebara/resume.html) introduces topics in Machine Learning for both generative and discriminative estimation. Material will include least squares methods, Gaussian distributions, linear classification, linear regression, maximum likelihood, exponential family distributions, Bayesian networks, Bayesian inference, mixture models, the EM algorithm, graphical models, hidden Markov models, support vector machines, and kernel methods. - [Lectures and Assignments](http://www.cs.columbia.edu/~jebara/4771/handouts.html)