Learn Anything Online

12 Best YouTube Resources

Learn Anything Online features the best resources for learning about youtube. Learn from the best resources on the web, curated by us to ensure the highest quality.

Free

4 months ago

Neural Networks: Zero to Hero
Andrej Kaparthy
A course by Andrej Karpathy on building neural networks, from scratch, in code. We start with the basics of backpropagation and build up to modern deep neural networks, like GPT. In my opinion language models are an excellent place to learn deep learning, even if your intention is to eventually go to other areas like computer vision because most of what you learn will be immediately transferable. This is why we dive into and focus on languade models.
Free

4 months ago

CS224N: Natural Language Processing with Deep Learning
Standford University
Taught by one of the most influential (and most down-to-earth) researcher, Christopher Manning, this is must-take course for anyone interested in natural language processing. The course is well organized, well taught, and up-to-date with the latest NLP research.
Free

5 months ago

Neural networks
3Blue1Brown
Learn the basics of neural networks and backpropagation, one of the most important algorithms for the modern world.
Free

5 months ago

Essence of linear algebra
3Blue1Brown
A free course offering the core concept of linear algebra with a visuals-first approach.
Free

5 months ago

Essence of calculus
3Blue1Brown
A free course offering the core concept of Calculus, with a visuals-first approach aimed at making you feel like you could have discovered the subject yourself.
Free

5 months ago

What Is ChatGPT Doing … and Why Does It Work? (Video)
Stephen Wolfram
Stephen Wolfram explores what's inside ChatGPT and its ability to produce meaningful text.
Free

5 months ago

Neural Networks / Deep Learning - StatQuest
Josh Starmer
Everything you need to know, from the basics, to image classification with Convolutional Neural Networks, to the state of the art transformers used for large language models like ChatGPT, presented one step at a time so that it is easily understood.
Free

5 months ago

Machine Learning - StatQuest
Josh Starmer
A gentle introduction to Machine Learning. Linear Models and Logistic Regression are just the tips of the machine learning iceberg. There’s tons more to learn, and this playlist will help you trough it all, one step at a time.
Free

5 months ago

Let's reproduce GPT-2 (124M)
Andrej Kaparthy
A comprehensive guide on reproducing and training the GPT-2 124M model using PyTorch, comparing its performance to OpenAI's pre-trained models. Taught by Andrej Kaparthy, a founding member of OpenAI and a ex-senior director of AI at Tesla.
Free

5 months ago

Let's build the GPT Tokenizer
Andrej Kaparthy
A walkthrough on building the GPT tokenizer. This focuses on tokenization in large language models, discussing its complexities, necessary understanding, and its impact on model performance. Taught by Andrej Kaparthy, a founding member of OpenAI and a ex-senior director of AI at Tesla.
Free

5 months ago

[1hr Talk] Intro to Large Language Models
Andrej Kaparthy
A 1 hour general-audience introduction to LLMs. Understanding and advancing large language models involves technical, ethical, and security considerations. Taught by Andrej Kaparthy, a founding member of OpenAI and a ex-senior director of AI at Tesla.
Free

5 months ago

The spelled-out intro to neural networks and backpropagation: building micrograd
Andrej Kaparthy
Andrej presents a comprehensive lecture on training deep neural networks, explaining the creation and training of a neural network using his library, micrograd, and comparing it to PyTorch. Understanding and training neural networks requires mastering concepts like backpropagation, loss functions, and gradient descent. Taught by Andrej Kaparthy, a founding member of OpenAI and a ex-senior director of AI at Tesla.