Machine Learning/NBML/Linear Algebra: Difference between revisions

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


=== Resources ===
=== Resources ===
*Gilbert Strang has [http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/ a set of video lectures] on the MIT Open Courseware page that are helpful:
*Gilbert Strang has [http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/ a set of video lectures] on the MIT Open Courseware page that are helpful.

Latest revision as of 09:54, 6 January 2011

Introduction[edit]

Linear algebra is fundamental to machine learning. The representation of data is typically embodied in vectors, and the transformations of that data in matricies.

Resources[edit]