Difference between revisions of "Class meeting for 10-605 in Fall 2016 Probability Review"

From Cohen Courses
Jump to navigationJump to search
Line 18: Line 18:
 
* Naive Bayes and the conditional independence assumption
 
* Naive Bayes and the conditional independence assumption
 
* Asymptotic complexity of naive Bayes
 
* Asymptotic complexity of naive Bayes
 +
* What are streaming machine learning algorithms: ML algorithms that never load in the data

Revision as of 14:26, 1 August 2016

This is one of the class meetings on the schedule for the course Machine Learning with Large Datasets 10-605 in Fall 2016.

Slides

Readings for the Class

  • None

Things to remember

  • The joint probability distribution
  • Brute-force estimation of a joint distribution
  • Density estimation and how it can be used for classification
  • Naive Bayes and the conditional independence assumption
  • Asymptotic complexity of naive Bayes
  • What are streaming machine learning algorithms: ML algorithms that never load in the data