Machine Learning Meetup Notes: 2010-04-21: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:


=== Details ===
=== Details ===
*Some good books on linear regression:
*Some good books and references on linear regression/machine learning:
**Excellent ebook: http://www-stat.stanford.edu/~tibs/ElemStatLearn/
**Excellent ebook: http://www-stat.stanford.edu/~tibs/ElemStatLearn/
**Classic ML Book: http://www.amazon.com/Pattern-Classification-2nd-Richard-Duda/dp/0471056693
**Classic ML Book: http://www.amazon.com/Pattern-Classification-2nd-Richard-Duda/dp/0471056693

Latest revision as of 11:36, 22 April 2010

Overview[edit]

  • Mike S talked about linear regression.
  • Overview of linear least squares
  • Talked about gradient descent
  • Passed around some python code for doing least squares
  • Talked about starting a linear algebra mini-course
  • Talked about presenting stuff on SVMs at next meetup

Details[edit]