Cem Okan YALDIZ

Resources below are for me as well as visitors of this page. These include data science, machine/deep learning related sources that I have visited before and that I found very instructive.

Books

Deep Learning (Ian Goodfellow, Yoshua Bengio, Aaron Courville)
A beginner-intermediate level source for understanding what deep learning is, and for having an intuitive grasp of the material.

Reinforcement Learning: An Introduction (Andrew Barto, Richard S. Sutton)
As it is clear from its name, this is a fantastic introduction to reinforcement learning.

Introduction to Linear Algebra (Gilbert Strang)
It is imperative to know fundamentals of Linear Algebra to do machine learning research, and this is a fantastic source.

Designing Machine Learning Systems: An Iterative Process for Production-Ready Applications (Chip Huyen)
This is a book for the people working on deployment part. However, it is still a good source for researchers to appreciate the difficulty of maintaining these models for real customers.

Mathematics for Machine Learning (Marc Peter Deisenroth et. al.)
Not sure if it is a good book for beginners, but a great one as a refresher.

Statistical Tests (DATATab)
Very good source for understanding statistical tests.

Online Lectures

Deep Generative Models (Volodymyr Kuleshov)
The best resource out there for understanding generative models (as of now). The instructor makes a fabulous job in connecting different developments in generative modeling which makes it very easy to understand and follow.

Linear Algebra (Gilbert Strang)
Another perfect source from Prof. Strang. These video lectures are old but the contents are still fresh for machine learning researchers.

Reinforcement Learning Course (David Silver)
This was the source that I learned reinforcement learning from. Content might be a bit outdated but wonderful for getting the fundamentals.

Stanford Machine Learning Course (Andrew Ng)
This course is perfect for conventional machine learning basics.

Stanford CS231n - 2017 Video Lecture Series
Great source for understanding the basics of deep learning.

Applied Machine Learning - Cornell (Volodymyr Kuleshov) I used this one as a refresher. Very explanatory for the basics of conventional ML algorithms.

Websites/Videos

Understanding LSTM Networks (Christopher Olah)

Papers