Skip to content

My personal list of what are the things to learn in deep learning.

Notifications You must be signed in to change notification settings

aprbw/ArianDLPrimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 

Repository files navigation

Arian's DL primer

This is a list of what to learn if you want to do deep learning based on my own personal opinion. My biases are:

  • I like neuroscience
  • I am not as good at math and programming as I would like to be (yet)
  • I like pretty pictures
  • I did academia
  • I started with traffic forecasting, so there are more stuff on timeseries and graph
  • This is list was made / updated around 2nd half of 2024. Some things might get outdated in few years (or less).
  • (I haven't actually read everything, this also works as my reading list.)
  • I like a list that started with Khan Academy and ended with Category Theory

More about me: https://www.arianprabowo.com/

Nine small images with schematic representations of differently shaped neural networks, a human hand making a different gesture is placed behind each network.

Alexa Steinbrück / Better Images of AI / Explainable AI / Licenced by CC-BY 4.0

An appetizer board to whet your whistle

Don't expect any real learning to be happening.

Videos:

Interactive stuff:

Reading:

Prerequisite (from literal zero)

  1. Learn the most advanced math that is typically available in hig hschool (Like IB Math HL) : https://www.khanacademy.org/
  2. Learn Python and the typical libraries (NumPy, SciPy, pandas, scikit-learn, matplotlib properly, Vega-Altair)
  3. A Neural Network in 11 lines of Python https://iamtrask.github.io/2015/07/12/basic-python-network/
  4. The famous Andew Ng's Coursera https://www.coursera.org/specializations/machine-learning-introduction
  5. Yann LeCun's NYU Deep Learning course https://atcold.github.io/NYU-DLSP21/
  6. Bishop's PRML https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf
  7. Learn how to read papers. Start by listening to people talking about a paper, and then re-read it after you watch the talk. https://www.youtube.com/c/yannickilcher

(An alternative list of pre-req: https://roadmap.sh/ai-data-scientist)

Tools and practial tips

Time Series

Basic Concepts

By basic, I do not mean that this where people should start. That would be the pre-requisite. I do not mean that this is going to be easy either. I think people should have gotten dirty with a couple of hands on project before getting to this stage. I think, only by then people are going to be able the appreciate the basics, as in the different theories on what are the elementary building blocks, the fundamentals. Note that, as this is only a baby science, nobody knows what works, and how it works yet. But below is a collection of some theories that are most probably wrong, but contains some useful heuristic to help us along the way. I think it is worth slowing down and understanding every ideas in this section.

Useful Concepts

Other lists

About

My personal list of what are the things to learn in deep learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published