r/learnmachinelearning Feb 14 '26

Help Statistical Learning Or Machine Learning first?

Post image

ISLP book, I finished the first 2 chapters, but this book is not easy, and I want some guys to study this book together. Any tips to study this book?

Upvotes

67 comments sorted by

View all comments

u/siegevjorn Feb 15 '26 edited Feb 15 '26

Best strategy for studying ML right now is a top down approach. It takes too long to study all the breadth of knowledge to the depth it requires to build the foundation of ML. And then there is DL. By the time you finish buidling knowledge you need multivariable calculus, linear algebra, probabilty theory, statistics, information theory, optimization theory, and numerical analysis studied.

Frankly some important concepts are not relevant anymore. Like kernel SVM, quite difficult to derive since you need depth in optimization, is not being used anymore. For tabular data, xgboost is the go-to algorithm.

But all those concepts are built in modern frameworks. Numpy, Scikit learn, scipy, pytorch, tensorflow, and jax. Just learning to use these tools takes substantial amount time for individuals.

And in production, the application field is moving so fast and it's becoming more important to make a useful product out of the tech stack.

u/Aljariri0 Feb 15 '26

so i can said skip this book, and maybe study book like hands-on-machine learning by Keras and TensorFlow ??

u/siegevjorn Feb 15 '26

No. That book is quite outdated.

u/Aljariri0 Feb 15 '26

bro there is 3rd version, and new version with PyTorch

u/siegevjorn Feb 15 '26

Check the published date yourself and get the latest one. 2022 is ancient old.

u/Lamarour Feb 16 '26

There is one published in 2025, currently reading it