Books for Graduate Students


Here, you will find books to refresh your knowledge of basic mathematics and programming.

Mathematics

Basics

  • Mathematics for Machine Learning: This book can be used to refresh your memory on undergraduate mathematics, which is useful in many fields, especially in ML. The authors provide the pdf for free.

Machine Learning

Introduction

Deep Learning

Programming

Python

  • Python Crash Course: If you don’t know Python, start with this book.

  • Fluent Python: If you want to become an expert in Python, read this book. At least the first half in order to call yourself an expert at the basics of Python.

Pytorch