What kind of knowledge should you have before getting into this book? I've been meaning to try to learn ML and have been looking at some university courses that have all the material available.
Deep Learning with PyTorch
11–20 of 40 posts
Re: Deep Learning with PyTorch
#12Re: Deep Learning with PyTorch
#13What kind of knowledge should you have before getting into this book? I've been meaning to try to learn ML and have been looking at some university courses that have all the material available.
Goodfellow’s book on deep learning[0] is a good starter - the first chapters give a solid overview of ML theory as well. Elements of Statistical Learning is another. [0] http://www.deeplearningbook.org/
Re: Deep Learning with PyTorch
#14For those in the ML area, what are people’s opinions on PyTorch and its use in comparison to its competition? I don’t have any experience with PyTorch or ML tech besides having to package and provide PyTorch containers for our university’s HPC cluster and running the helloworld.py against it for validation.
[1]: https://twitter.com/karpathy/status/868178954032513024?lang=...
Re: Deep Learning with PyTorch
#15What kind of knowledge should you have before getting into this book? I've been meaning to try to learn ML and have been looking at some university courses that have all the material available.
Python.
The purpose is exactly to get developers up to speed so that they can start perusing the already excellent online docs.
Hope you like it :-)
Re: Deep Learning with PyTorch
#16What kind of knowledge should you have before getting into this book? I've been meaning to try to learn ML and have been looking at some university courses that have all the material available.
Goodfellow’s book on deep learning[0] is a good starter - the first chapters give a solid overview of ML theory as well. Elements of Statistical Learning is another. [0] http://www.deeplearningbook.org/
I strongly recommend fast.ai instead. Although often looked at as the resource for people who can’t deal with the math, I actually found it to be extremely good at explaining the math. Compare, for example, the deep learning book’s explanations on various gradient descent methods with Jemery Howard’s explanation - in the book it looks very complex, whereas in the course it’s actually really intuitive. And Jeremy doesn’t gloss over things, he actually implements the various gradient descent methods in Excel (!).
Re: Deep Learning with PyTorch
#17For those in the ML area, what are people’s opinions on PyTorch and its use in comparison to its competition? I don’t have any experience with PyTorch or ML tech besides having to package and provide PyTorch containers for our university’s HPC cluster and running the helloworld.py against it for validation.
Re: Deep Learning with PyTorch
#18For those in the ML area, what are people’s opinions on PyTorch and its use in comparison to its competition? I don’t have any experience with PyTorch or ML tech besides having to package and provide PyTorch containers for our university’s HPC cluster and running the helloworld.py against it for validation.
I would say it's top 3, probably top 2 with potential to get better.
Re: Deep Learning with PyTorch
#19What kind of knowledge should you have before getting into this book? I've been meaning to try to learn ML and have been looking at some university courses that have all the material available.
Goodfellow’s book on deep learning[0] is a good starter - the first chapters give a solid overview of ML theory as well. Elements of Statistical Learning is another. [0] http://www.deeplearningbook.org/
That book is only useable if you are a math PhD and want to get into ML.
Source: buddy is math PhD and worked with ML for 5-10 years now, even he has hard time understanding some chapters.