Hacker News new | ask | show | jobs
by rortian 5799 days ago
Cool, although I'd suggest not getting to excited about AI itself. It's cool your already focusing on machine learning.

A great way to get going in that direction is to check out the state of the art as expressed by AT&T labs Netflix Prize solution. To get very far you'll want to have some background in linear algebra. However, theory isn't the way to go (although you'll probably need it eventually). Do a little digging and you'll find code for svds, the simplex method and all sorts of super important algorithms that are used all over the place.

You'll find if you ask questions like: How does x work in y algorithm? people will have a better idea of where to start. When you actually are coding and able to see numbers for a particular problem, you'll be able to wrap your mind around what's going on.

1 comments

Thank you.