Learn Anything Online

6 Best Python Resources

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

Free

4 months ago

Dive Into Deep Learning
Aston Zhang · Zachary C. Lipton · Mateusz Malinowski · Alexander J. Smola
Interactive deep learning book with code, math, and discussions. Implemented with PyTorch, NumPy/MXNet, JAX, and TensorFlow. Adopted at 500 universities from 70 countries.
$54.99

4 months ago

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow
Aurélien Géron
A practical guide to implementing machine learning techniques using popular Python libraries.
$29.00 - $95.00

5 months ago

Neural Networks from Scratch
Harrison Kinsley · Daniel Kukiela
A book intended to teach you how to build neural networks on your own, without any libraries, so you can better understand deep learning and how all of the elements work. This is so you can go out and do new/novel things with deep learning as well as to become more successful with even more basic models.
$99.99

5 months ago

Complete A.I. & Machine Learning, Data Science Bootcamp
Andrei Neagoie · Daniel Bourke
This modern and comprehensive Data Science and Machine Learning course on Udemy teaches you the latest skills using Python, TensorFlow 2.0, and other libraries. It covers everything from basic Python programming to advanced topics like Neural Networks, Deep Learning, and Transfer Learning. You'll build real-world projects, gain hands-on experience, and learn to work with popular tools such as Pandas, Scikit-learn, and Matplotlib. By the end, you'll have a portfolio of projects and the skills needed to become a professional Data Scientist, ready for the job market.
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

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.