Top 3 Books to Kickstart Your Machine Learning Journey

Top 3 Books to Kickstart Your Machine Learning Journey

Whether you are a data analyst or a programmer

Machine learning isn’t as hard as it used to be. New books and courses come out daily, and it is becoming harder to pick the ones you’ll stick to. This list should help you get there somewhat quick, irrelevant of your background.

The list has something for everyone — no matter if you’re on a tight schedule or have little to none machine learning experience. The books aren’t ordered in any way, so pick the one you feel most comfortable with.

Please keep in mind — below you’ll find affiliate links to my top recommended books. That doesn’t mean anything to you, as the price is identical, but I’ll get a small commission if you decide to make a purchase. I included only the books I’ve gone through personally and can guarantee 100% for the quality.

Let’s start with the first one.


The Hundred-Page Machine Learning Book

It’s more of a 150-page machine learning book, but you get the point. It’s designed for people in a hurry, as it doesn’t dwell that much on the details, but still manages to get everything important covered.

The Hundred-Page Machine Learning Book

Machine learning knowledge reduced to 100 pages?

Burkov has undertaken a very useful but impossibly hard task in reducing all of machine learning to 100 pages. He succeeds well in choosing the topics — both theory and practice.

Buy Now on Amazon

It starts from the basics — introduction to machine learning and the most important statistical concepts (like random variables and Bayes theorem).

The story doesn’t end there, as every major supervised algorithm is well explained, from linear regression to support vector machines. Unsupervised algorithms are also covered, but later. Essential concepts from feature engineering, like one-hot encoding, normalization/standardization, and handling missing data are also covered.

The book also goes through the most important metrics for model evaluation, such as accuracy, precision, recall, and AUC/ROC curves. You can also expect to get some coverage of deep learning techniques, but the book is pretty vague there.

Overall, it is a no-brainer for anyone starting out or anyone who doesn’t have the time to sit through an 800-page book.

You can get the book here.


Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow

If you’re the type of person willing to spend months going through 800+ page book — congrats, you’re in for a treat.

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow

Gain an intuitive understanding of the concepts and tools for building intelligent systems

You’ll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all you need is programming experience to get started.

Buy Now on Amazon

This book is a long-time best-seller on Amazon, just because it covers everything one might need to work in the field, explained with perfect clarity. Seriously, the book covers topics from the machine learning definition to GANs and reinforcement learning.

I’m glad this book was mandatory on my machine learning college course, as I’ve learned much more from it than from the professor. If your professor isn’t Andrew Ng, but more someone like Siraj, I reckon it will do the same.

As mentioned earlier, the books goes from simple topics, like data gathering, EDA, feature scaling, to actual machine learning through algorithms such as decision trees, random forest, and gradient boosting. It also covers the main dimensionality reduction techniques and unsupervised learning. All of that in the first 300 pages!

The rest is reserved for neural networks and deep learning, from theory to application in the TensorFlow library. Expect to learn a lot about ANNs, CNNs, RNNs, Autoencoders, GANs, and reinforcement learning.

Another no brainer if you have the time. And will.

You can get the book here.


Deep Learning for Coders with Fastai and PyTorch

PyTorch is my all-time favorite deep learning library, and FastAI is another one worth your time, as it uses PyTorch to develop production-ready models — you’ve guessed it — fast.

Deep Learning for Coders with Fastai and PyTorch

AI Applications Without a PhD

Authors Jeremy Howard and Sylvain Gugger, the creators of fastai, show you how to train a model on a wide range of tasks using fastai and PyTorch.

Buy Now on Amazon

It is aimed towards software developers, as it’s focused more on the practical part. It’s also perfectly suitable for data scientists not willing to dive too deep into the theory. The theoretical part is available later in the book, but I don’t see it as a mandatory read.

As mentioned before, the main focus is on the FastAI library, which is widely used to handle computer vision, tabular, NLP, and recommender system tasks with as little code as possible. The official website offers some free courses, so it’s a good idea to check these out.

The book covers the previously mentioned four topics in much depth, which is just enough to use the power of deep learning in your applications.

Overall, it’s an excellent book, definitely worth your time.

You can get the book here.


Parting words

These are the three books I found particularly useful and easy enough to read. There’s no need to read all of them, so refer to the bullets below if you cannot decide:

  • Read the first book if you’re starting with machine learning and don’t have much of free time
  • Read the last book if you’re interested in practical machine learning and deep learning
  • Read the second book if you have the time and will to learn both theoretical and practical aspects of the field

And that does it for this time. Thanks for reading.