HACKER Q&A
📣 newsoul

How to learn enough to be able to implement machine learning papers?


Machine learning is in boom. What is required beyond basic programming to pick up a random paper in machine learning (or deep learning) and start implementing it?


  👤 coeneedell Accepted Answer ✓
Here’s the thing man. A lot of the papers coming out of top labs are written in just such a way that it’s hard to figure out exactly what they did, but not so hard that nobody can replicate it. They’ll share code once their papers are out.

So beyond that I agree with my sibling comment that you should learn the underlying math and theory and then figure out how to implement something custom for whatever your situation is, because it’ll be better at the task anyway.


👤 32gbsd
Better to skip the papers and attack it from a fresh point of view. It seems like most of them are doing matrix math.