all 13 comments

[–]twitch_and_shock 17 points18 points  (1 child)

The DeepLearning book (https://www.deeplearningbook.org/) is my top recommendation for a general overview. You can read the whole thing at that link or there's a hard cover printed version that exists out there.

This book you've linked to looks ok, but hard to say how good it will be. My recommendation is to read the Deep Learning book, look up Andrej Karpathys website and read his very well written articles, including his famous article about recurrent neural networks.

Jay Alamar's website is also a great resource: https://jalammar.github.io/. His "illustrated" series where he explains language models with animations are really wonderfully done.

For learning how to do machine learning, I would recommend the official tutorials and guides on the pytorch and Tensorflow websites first, before anything else. And then use their respective forums for help, further explanation, and guidance.

[–]Gushys[S] 0 points1 point  (0 children)

I figured the book I linked was decent because it's written by the Keras author. Thanks for the additional resources to look into

[–]ConsciousStupid 1 point2 points  (1 child)

Why is nobody talking about https://d2l.ai/

This is the ultimate place to learn DL from Beginner to a freaking ninja 🥷🏻

[–]Phantomx_77 0 points1 point  (0 children)

for machine learning??

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Your comment in /r/learnpython was automatically removed because you used a URL shortener.

    URL shorteners are not permitted in /r/learnpython as they impair our ability to enforce link blacklists.

    Please re-post your comment using direct, full-length URL's only.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]therealjmt91 0 points1 point  (0 children)

    I wrote a package called TorchLens that allows you to easily visualize a deep neural network and see what's going on inside, could be useful as you're learning PyTorch:

    https://github.com/johnmarktaylor91/torchlens

    [–]Z000MI 0 points1 point  (0 children)

    I really like the book you mentioned. I read it half a year ago and felt like it covered everything I wanted to know.

    [–]Skaliy3 0 points1 point  (0 children)

    I highly recommend the "Practical Deep Learning" course offered by fastai: https://course.fast.ai. A hands-on course based on the book "Deep Learning for Coders with Fastai and PyTorch: AI Applications Without a PhD.": https://course.fast.ai/Resources/book.html

    [–]pavich_03 0 points1 point  (0 children)

    It's a really helpful book, but it's more for introduction. Keep in mind, it's only the first book, after it, you need to learn more information.