Introduction
So you love reading but can’t afford to splurge too much money on books? Quite a lot of the data science and machine learning books out there fall in the expensive category. It’s only fair, given how much thought and effort goes into writing and publishing them.
But there are a few kind souls who have made their work available to everyone..for free! If you want to become a data scientist or AI Engineer – you couldn’t have asked for more.
Here is a collection of 10 such free ebooks on machine learning. We begin the list by going from the basics of statistics, then machine learning foundations and finally advanced machine learning.
To access the books, click on the name of each title in the list below.
Statistics
Think Stats – Probability and Statistics for Programmers
Author: Allan B. Downey
‘Think Stats’ is an introductory book to statistics and probability for people with a basic background in Python programming. It’s based on a Python library for probability distributions (PMFs and CDFs). To make things easier for the reader, most of the exercises have short programs. The book also includes a case study using data from the National Institutes of Health.
One of the stand-out features of this book is it covers the basics of Bayesian statistics as well, a very important branch for any aspiring data scientist.
Bayesian Reasoning and Machine Learning
Author: David Barber
Speaking of Bayesian statistics, this one is a classic. This takes a Bayesian statistics approach to machine learning. A book worth checking out for anyone getting into the machine learning field.
Basic Machine Learning and Statistics
An Introduction to Statistical Learning
Authors: Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani
One of the most popular entries in this list, it’s an introduction to data science through machine learning. This book gives clear guidance on how to implement statistical and machine learning methods for newcomers to this field. It’s filled with practical real-world examples of where and how algorithms work.
For those with an inclination towards R programming, this book even has practical examples in R. In case you’re not a programmer, don’t let that put you off. This book is a gem.
Understanding Machine Learning
Authors: Shai Shalev-Shwartz and Shai Ben-David
This book gives a structured introduction to machine learning. It looks at the fundamental theories of machine learning and the mathematical derivations that transform these concepts into practical algorithms. Following that, it covers a list of ML algorithms, including (but not limited to), stochastic gradient descent, neural networks, and structured output learning.
A Programmer’s Guide to Data Mining
Author: Ron Zacharski
What I like about this book are the chapters covering recommendation systems. It takes a fun and visually entertaining look at social filtering and item-based filtering methods and how to use machine learning to implement them. Other concepts like Naive Bayes and Clustering are also covered. There is a chapter on Unstructured text and how to deal with it, in case you are thinking about getting into Natural Language Processing.
Examples in Python are also available in case you want to practice.
Mining of Massive Datasets
Authors: Anand Rajaraman and Jeffrey David Ullman
As the era of Big Data rages on, mining data to gain actionable insights is a highly sought after skill. This book focuses on algorithms that have been previously used to solve key problems in data mining and which can be used on even the most gigantic of datasets.
Advanced Machine Learning
A Brief Introduction to Neural Networks
Author: David Kriesel
If you’re interested in neural networks, this book is for you. It starts off by covering the history of neural networks before deep diving into the mathematics and explanation behind different types of NNs. The author expects the reader to have a background of basic linear algebra and calculus.
Deep Learning
Authors: Ian Goodfellow, Yoshua Bengio and Aaron Courville
This is probably one of the most comprehensive book written by distinguished people in deep learning field. Concepts like Monte Carlo Methods, Recurrent and Recursive Nets, Autoencoders and Deep Generative Models (among others) are covered in detail.
Natural Language Processing with Python
Authors: Steven Bird, Ewan Klein, and Edward Loper
Folks interested in getting into Natural Language processing should read this book. It’s written in a lucid and clear manner with extremely well-presented codes in Python. Readers are given access to well-annotated datasets to analyse and deal with unstructured data, linguistic structure in text, among other NLP things.
Machine Learning Yearning
Author: Andrew Ng
No machine learning list is complete without mentioning Andrew Ng. According to him, this book will help the reader get up to speed with building AI systems. It will effectively teach you how to make the various decisions required with organizing a machine learning project.
The book is still being updated regularly and you can sign up on the site to receive updates as each chapter is posted.
We hope you found this list helpful. In case you know of other free books that you’ve read, or are planning to read, let us know in the comments below.