Ask HN: Full-on machine learning for 2020, what are the best resources?
31–40 of 122 posts
Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#32Honestly, skip all of the courses. Pick a problem to solve, start googling for common models that are used to solve the problem, then go on github, find code that solves that problem or a similar one. Download the code and start working with it, change it, experiment. All of the theory and such is mostly worthless, its too much to learn from scratch and you will probably use very little of it. There is so much ml cod…
This. Learn top down, not bottom up. Watch maybe one or two short videos on back propagation. You don't need to be muddled in the theory and the math - you can become productive right away. Once you start playing with pytorch and tensorflow models (train them yourself or do transfer learning), you'll start to develop an intuition for how the network graphs fit together. You'll also pick up tools like tensorboard. Als…
An alternative is that, by not knowing what you are doing, you may not see all the options that exist -- and when you hit a problem too hard, you just throw more hardware (GPUs) at it.
This is not to say it is not sometimes a valid approach, but I'd be wary of someone who say hasn't had any formal training in C, and says that his stuff is more performant that anything out there- just because lack of training causes not knowing stuff that already exists.
Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#33Honestly, skip all of the courses. Pick a problem to solve, start googling for common models that are used to solve the problem, then go on github, find code that solves that problem or a similar one. Download the code and start working with it, change it, experiment. All of the theory and such is mostly worthless, its too much to learn from scratch and you will probably use very little of it. There is so much ml cod…
Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#34Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#35Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#36https://old.reddit.com/r/MachineLearning/comments/ei2iz6/d_i...
Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#37I'd compare ML with weather models: we understand physics driving individual particles, we understand the high level diff equations, but as complexity builds up, we have to resort to intuition to develop at least somewhat working weather models.
Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#38Does anybody have resources on the math behind ML? I hit a dead end using Python frameworks because it was a black box, and I simply lacked the underlying knowledge.
Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#39Re: Ask HN: Full-on machine learning for 2020, what are the best resources?
#40Honestly, skip all of the courses. Pick a problem to solve, start googling for common models that are used to solve the problem, then go on github, find code that solves that problem or a similar one. Download the code and start working with it, change it, experiment. All of the theory and such is mostly worthless, its too much to learn from scratch and you will probably use very little of it. There is so much ml cod…