TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to learn enough to be able to implement machine learning papers?

2 pointsby newsoulover 2 years ago
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?

2 comments

coeneedellover 2 years ago
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.<p>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.
32gbsdover 2 years ago
Better to skip the papers and attack it from a fresh point of view. It seems like most of them are doing matrix math.