@real_deep_ml: This was the first machine learning book I ever read (well I read the 1st edition), and I really enjoyed it, so I’m exc…
Summary
A tweet from @real_deep_ml recommending a machine learning book and highlighting the Deep-ML platform's approach to teaching core concepts with NumPy and projects with scikit-learn or PyTorch.
View Cached Full Text
Cached at: 09/09/26, 03:59 PM
This was the first machine learning book I ever read (well I read the 1st edition), and I really enjoyed it, so I’m excited to finally have it fully covered on Deep-ML
The Deep-ML approach is a little different from the books.
First, you solve the core ideas from scratch using just NumPy. Then, at the end of each section, you build a real project using tools like scikit-learn or PyTorch.
Highly recommend the book
Similar Articles
@techNmak: I want to highlight a resource that I think is genuinely valuable for anyone learning machine learning: ML-From-Scratch…
A GitHub repository implementing fundamental machine learning algorithms from scratch using plain NumPy, designed to help learners understand the inner workings of algorithms by focusing on clarity over performance. It covers supervised, unsupervised, deep learning, and reinforcement learning topics.
@KirkDBorne: Machine Learning Refined — Foundations, Algorithms, and Applications (with 100 in-depth coding exercises in Python): ht…
Promotion of the book 'Machine Learning Refined' by Kirk Borne, covering ML foundations with Python coding exercises.
@_rohit_tiwari_: BOOKMARK Worthy: This guy literally built a full set of notebooks that actually teach deep learning, from basics to tra…
A comprehensive set of Jupyter notebooks covering deep learning from basic mathematics to transformers, based on the Understanding Deep Learning book.
@_rohit_tiwari_: This 185-page book unlocks the secrets of deep learning. https://drive.google.com/file/d/188pV6Fn0mgzY1UYMsYrHK_q5znjW8…
A Twitter user shares a 185-page deep learning book covering foundations, deep models, architectures, applications, and compute schism topics via a Google Drive link.
@ihtesham2005: This book is written by a Godfather of AI and it's free to read. You can learn: - Neural networks - How machines see - …
Yoshua Bengio's 'Deep Learning' textbook, co-authored with Ian Goodfellow and Aaron Courville, is available for free online at deeplearningbook.org, offering comprehensive coverage of neural networks and related math.