Difference between revisions of "10-601 Logistic Regression"

From Cohen Courses
Jump to navigationJump to search
Line 2: Line 2:
  
 
=== Slides ===
 
=== Slides ===
* William's lecture: [http://www.cs.cmu.edu/~wcohen/10-601/logreg.pptx in Powerpoint]m  [http://www.cs.cmu.edu/~wcohen/10-601/logreg.pdf in Powerpoint]
+
* William's lecture: [http://www.cs.cmu.edu/~wcohen/10-601/logreg.pptx in Powerpoint]m  [http://www.cs.cmu.edu/~wcohen/10-601/logreg.pdf in PDF]
  
 
=== Readings ===
 
=== Readings ===

Revision as of 02:36, 18 February 2016

This a lecture used in the Syllabus for Machine Learning 10-601B in Spring 2016

Slides

Readings

What You Should Know Afterward

  • How to implement logistic regression.
  • How to determine the best parameters for logistic regression models
  • Why regularization matters for logistic regression.
  • How logistic regression and naive Bayes are similar and different.
  • The difference between a discriminative and a generative classifier.
  • What "overfitting" is, and why optimizing performance on a training set does not necessarily lead to good performance on a test set.