Machine Learning/NBML/Linear Algebra: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with 'Test')
 
No edit summary
Line 1: Line 1:
Test
=== Introduction ===
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 ===
*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:

Revision as of 09:54, 6 January 2011

Introduction

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