Difference between revisions of "10-601 Linear Regression"
From Cohen Courses
Jump to navigationJump to search| Line 11: | Line 11: | ||
=== What You Should Know Afterward === | === What You Should Know Afterward === | ||
| − | * | + | * Regression vs. classification |
| + | * Solving regression problems with 1 and 2 variables | ||
| + | * General least squares solution to linear regression problems | ||
| + | * Data transformation and its impact on the way LR is solved | ||
Revision as of 07:39, 12 August 2014
This a lecture used in the Syllabus for Machine Learning 10-601 in Fall 2014
Slides
Readings
- TBD
What You Should Know Afterward
- Regression vs. classification
- Solving regression problems with 1 and 2 variables
- General least squares solution to linear regression problems
- Data transformation and its impact on the way LR is solved