Differences between revisions 4 and 5
Revision 4 as of 2008-03-15 16:41:02
Size: 2020
Editor: 63-250-241-10
Comment:
Revision 5 as of 2008-03-15 23:43:24
Size: 2347
Editor: 63-250-241-10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:

Parallel Programming is useful for lots of ML algorithms. [http://www.dehora.net/journal/2005/02/two_classic_hardbacks.html How to Write Parallel Programs] is a good book. [http://www.amazon.com/How-Write-Parallel-Programs-Course/dp/026203171X/ Amazon] Consider jython, since ML is often CPU-bound, and jython has no GIL.

Discuss approaches to the Netflix prize using Python, getting started with PyFlix for new people, algorithm + code performance, etc

Some Netflix code in Python will be shown/run (KNN, NMF, ARTmap, SVD, etc)

Some links for those just getting started:

Some approaches:

More here:

Performance pointers:

Parallel Programming is useful for lots of ML algorithms. [http://www.dehora.net/journal/2005/02/two_classic_hardbacks.html How to Write Parallel Programs] is a good book. [http://www.amazon.com/How-Write-Parallel-Programs-Course/dp/026203171X/ Amazon] Consider jython, since ML is often CPU-bound, and jython has no GIL.

NetflixPrizeBOF (last edited 2008-11-15 13:59:37 by localhost)

Unable to edit the page? See the FrontPage for instructions.