Skip to content

Instantly share code, notes, and snippets.

@hiraksarkar
Last active December 12, 2023 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiraksarkar/8c849ff6cbcf26352a37d0100403954e to your computer and use it in GitHub Desktop.
Save hiraksarkar/8c849ff6cbcf26352a37d0100403954e to your computer and use it in GitHub Desktop.
ML guided tour

Step 0

  • MV Gaussian link
  • Math4ML video playlist
  • Deep Learning foundation and concept book Chapter 1-3
  • GLM theory link

Regression and Statistics

The main proofs are to be read from the following order -- Proofs are given here https://www.statlect.com/fundamentals-of-statistics/ It should be accompanied by the econometrics lecture given here and here

These can be accompanied by the following books

  • Foundations of Statistics for Data Scientists R and Python by Agresti and Kateri
  • Introductory Econometrics: A Modern Approach by Woodridge

For algorithmic treatment that talks about efficient mechanisms to optimize consult

  • Elements of statistical learning by Hestie book and python notebooks

Deep Learning

Given the two recent books are out the best is to use them iteratively. I am not gonna add the book by Murphy as I find it not to be self sufficient but rather regard it as a dictionary. Main books

  • Understanding deep learning by Prince book and notebook
  • Deep Learning foundation and concept book

Murphy's book for reference

  • Probabilistic Machine Learning: Advanced Topics book
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment