MAXimuz Learn
90+ Resources

Curated Resources

Every resource hand-picked, explained, and contextualized. Quality over quantity, always.

Type:
Sort:
6 resources found
Course
Beginner
Featured
Stanford University

Machine Learning Specialization

Stanford University / Coursera • Andrew Ng3 months

5.0·2 ratings

The definitive introduction to machine learning by the co-founder of Google Brain. This updated 2022 course covers supervised learning, unsupervised learning, and best practices used in Silicon Valley.

Our take: Start here if you're new to ML. Andrew Ng's teaching style makes complex concepts accessible. Over 5 million students have taken this course, making it the gold standard for ML education.

Course
Beginner
Featured
Google

Machine Learning Crash Course

Google Developers • Google AI Team15 hours

4.0·1 rating

Google's fast-paced, practical introduction to machine learning with TensorFlow APIs. Features interactive visualizations, video lectures, and hands-on coding exercises.

Our take: Perfect for developers who want hands-on experience quickly. This is what Google uses internally to train new engineers on ML basics. Completely free with no signup required.

Course
Intermediate
Featured
fast.ai

Practical Deep Learning for Coders

fast.ai • Jeremy Howard & Rachel Thomas7 weeks

4.0·1 rating

A top-down approach to deep learning that gets you building state-of-the-art models immediately. Uses PyTorch and the fastai library.

Our take: Unlike traditional courses, fast.ai teaches you to train models first, then understand the theory. Jeremy Howard was president of Kaggle and knows what works in practice.

Course
Advanced
Stanford University

CS229: Machine Learning

Stanford University • Andrew NgFull quarter

4.0·1 rating

Stanford's famous graduate-level machine learning course. More mathematically rigorous than the Coursera version, covering the theoretical foundations of ML algorithms.

Our take: The full Stanford experience. If you want to truly understand the math behind ML, this is the course. Lecture videos and notes freely available.

Self-paced
Video Series
Beginner
Independent (PhD, UNC)

StatQuest Machine Learning Playlist

YouTube • Josh Starmer, PhDSelf-paced

No ratings yet

Clear, visual explanations of machine learning concepts with memorable songs and animations. Covers everything from linear regression to XGBoost.

Our take: Josh Starmer has a gift for making statistics intuitive. When you're confused about a concept, StatQuest probably has a video that will make it click.

Book
Advanced
Stanford University

The Elements of Statistical Learning

Stanford University • Hastie, Tibshirani, FriedmanSelf-paced

No ratings yet

The definitive text on statistical learning theory. Freely available PDF from the authors. Covers everything from linear regression to neural networks.

Our take: A classic that every ML practitioner should have on their shelf (or browser). More mathematical than practical courses, but essential for deep understanding.

* Affiliate Disclosure: Some links may earn us a commission at no extra cost to you. We only recommend resources we genuinely believe in.

Recommended Books

Hand-picked books from industry experts. Only the best resources that we genuinely recommend.

Affiliate Disclosure: Some links may earn us a commission at no extra cost to you.

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow

Aurélien Géron
4.8
Intermediate
856 pages
5,000+ reviews
O'Reilly

The most practical guide to ML. Covers everything from linear regression to deep neural networks with hands-on code examples.

Why we recommend

Industry standard for practical ML. Used by Google engineers and top bootcamps.

Topics covered:

Scikit-LearnTensorFlowKerasNeural Networks+2

Deep Learning

Ian Goodfellow, Yoshua Bengio, Aaron Courville
4.6
Advanced
800 pages
2,500+ reviews

The definitive textbook on deep learning. Comprehensive coverage of mathematical foundations and modern techniques.

Why we recommend

Written by pioneers of the field. The "bible" of deep learning used in top universities.

Topics covered:

Neural NetworksOptimizationCNNRNN+2

Pattern Recognition and Machine Learning

Christopher M. Bishop
4.7
Advanced
738 pages
1,200+ reviews

Rigorous mathematical treatment of ML algorithms. Essential for understanding the theory behind modern methods.

Why we recommend

Gold standard for ML theory. Required reading at Cambridge, Stanford, and MIT.

Topics covered:

ProbabilityBayesian MethodsNeural NetworksKernel Methods+1

Artificial Intelligence: A Modern Approach

Stuart Russell, Peter Norvig
4.7
Intermediate
1136 pages
3,000+ reviews

The most comprehensive AI textbook covering search, planning, reasoning, learning, and perception.

Why we recommend

Used in 1,500+ universities worldwide. Written by Google Director of Research.

Topics covered:

Search AlgorithmsLogicPlanningProbabilistic Reasoning+2

Speech and Language Processing

Dan Jurafsky, James H. Martin
4.8
Intermediate
750 pages
800+ reviews

Comprehensive introduction to NLP and computational linguistics. Covers classical and neural approaches.

Why we recommend

Stanford standard NLP textbook. Authors are leading researchers in the field.

Topics covered:

NLPSpeech RecognitionMachine TranslationTransformers+2

Natural Language Processing with Transformers

Lewis Tunstall, Leandro von Werra, Thomas Wolf
4.7
Intermediate
406 pages
600+ reviews
O'Reilly

Practical guide to using Hugging Face Transformers for NLP tasks. From text classification to question answering.

Why we recommend

Written by Hugging Face engineers. The go-to guide for modern NLP with transformers.

Topics covered:

TransformersBERTGPTHugging Face+2

Machine Learning Design Patterns

Valliappa Lakshmanan, Sara Robinson, Michael Munn
4.6
Intermediate
408 pages
400+ reviews
O'Reilly

Solutions to common challenges in ML systems. Covers data representation, problem framing, and production deployment.

Why we recommend

Written by Google Cloud AI engineers. Bridges the gap between ML theory and production.

Topics covered:

Design PatternsFeature EngineeringModel TrainingDeployment+1

Building Machine Learning Pipelines

Hannes Hapke, Catherine Nelson
4.5
Intermediate
338 pages
200+ reviews
O'Reilly

Automate model life cycles with TensorFlow Extended (TFX). From data validation to serving.

Why we recommend

Essential for MLOps and deploying ML models at scale. Used by production ML teams.

Topics covered:

TFXMLOpsData ValidationModel Analysis+1

Probabilistic Robotics

Sebastian Thrun, Wolfram Burgard, Dieter Fox
4.6
Advanced
668 pages
600+ reviews

The standard textbook for robot perception and navigation. Covers localization, mapping, and SLAM.

Why we recommend

Written by the founder of Google X and Waymo. Essential for autonomous systems.

Topics covered:

SLAMLocalizationKalman FiltersParticle Filters+1

Modern Robotics: Mechanics, Planning, and Control

Kevin M. Lynch, Frank C. Park
4.7
Intermediate
544 pages
400+ reviews

Modern approach to robot kinematics, dynamics, and control with accompanying video lectures.

Why we recommend

Accompanies popular Coursera specialization. Clear explanations with practical focus.

Topics covered:

KinematicsDynamicsMotion PlanningRobot Control+1

Robotics, Vision and Control

Peter Corke
4.5
Intermediate
693 pages
300+ reviews

Practical introduction to robotics with MATLAB examples. Covers vision, arms, and mobile robots.

Why we recommend

Excellent for hands-on learners. Comes with MATLAB Robotics Toolbox.

Topics covered:

Computer VisionRobot ArmsMobile RobotsMATLAB+1

Python Machine Learning

Sebastian Raschka, Vahid Mirjalili
4.5
Beginner
770 pages
1,800+ reviews

Practical introduction to ML with Python. Great for beginners transitioning from programming to ML.

Why we recommend

Best selling ML book for Python developers. Excellent code examples.

Topics covered:

PythonScikit-LearnTensorFlowData Preprocessing+1

Fluent Python

Luciano Ramalho
4.8
Intermediate
1012 pages
1,500+ reviews
O'Reilly

Master Python's most powerful features. Essential for writing clean, efficient ML code.

Why we recommend

Best Python book for intermediate developers. Makes you a better Python programmer.

Topics covered:

PythonData StructuresFunctionsOOP+2

Reinforcement Learning: An Introduction

Richard S. Sutton, Andrew G. Barto
4.7
Intermediate
552 pages
1,500+ reviews

The definitive introduction to reinforcement learning. Covers theory and algorithms comprehensively.

Why we recommend

Written by the pioneers of RL. Free PDF available but physical copy recommended for study.

Topics covered:

MDPsQ-LearningPolicy GradientActor-Critic+1

Deep Reinforcement Learning Hands-On

Maxim Lapan
4.5
Intermediate
552 pages
400+ reviews

Practical guide to deep RL with PyTorch. Build agents for games, trading, and robotics.

Why we recommend

Best practical deep RL book. Learn by building real projects.

Topics covered:

DQNA3CPPOPyTorch+2

Deep Learning for Computer Vision

Rajalingappaa Shanmugamani
4.3
Intermediate
304 pages
200+ reviews

Practical guide to CNN architectures for image classification, detection, and segmentation.

Why we recommend

Hands-on approach to computer vision with deep learning. Great code examples.

Topics covered:

CNNImage ClassificationObject DetectionSegmentation+1

Programming Computer Vision with Python

Jan Erik Solem
4.4
Beginner
264 pages
150+ reviews
O'Reilly

Hands-on introduction to computer vision using Python. From basics to 3D reconstruction.

Why we recommend

Classic introduction to CV with Python. Great for building foundations.

Topics covered:

OpenCVImage ProcessingFeature DetectionCamera Models+1

Mathematics for Machine Learning

Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon Ong
4.6
Intermediate
398 pages
500+ reviews

Essential mathematics for understanding ML algorithms. Linear algebra, calculus, and probability.

Why we recommend

Free PDF available. Perfect bridge from math basics to ML. Written by Imperial College professors.

Topics covered:

Linear AlgebraCalculusProbabilityOptimization+2

Generative Deep Learning

David Foster
4.6
Intermediate
456 pages
300+ reviews
O'Reilly

Comprehensive guide to generative models including VAEs, GANs, Transformers, and Diffusion models.

Why we recommend

Most up-to-date book on generative AI. Covers latest architectures including GPT and Stable Diffusion.

Topics covered:

VAEGANTransformersGPT+2

Building LLM Apps

Valentina Alto
4.4
Intermediate
342 pages
150+ reviews

Practical guide to building applications with large language models using LangChain and OpenAI APIs.

Why we recommend

Perfect for developers wanting to build with GPT-4, Claude, and other LLMs.

Topics covered:

LLMsLangChainOpenAI APIRAG+2

Build a Large Language Model (From Scratch)

Sebastian Raschka
4.8
Advanced
368 pages
1,200+ reviews

Step-by-step guide to building a GPT-like LLM from the ground up. Covers tokenization, attention mechanisms, pretraining, and fine-tuning with clear code.

Why we recommend

The only book that walks you through building an LLM from absolute scratch. Transforms your understanding of how ChatGPT-style models actually work.

Topics covered:

LLMsTransformersAttentionPretraining+2

Designing Machine Learning Systems

Chip Huyen
4.7
Intermediate
388 pages
2,000+ reviews
O'Reilly

An iterative process for designing production ML systems. Covers data engineering, model development, deployment, monitoring, and responsible AI.

Why we recommend

Written by a Stanford lecturer and industry veteran. The bridge between academic ML and real-world production systems that most courses skip.

Topics covered:

ML SystemsMLOpsData EngineeringModel Deployment+1

AI for Robotics: Toward Embodied Intelligence

Various Authors
4.5
Intermediate
320 pages
200+ reviews

Approaches robotics from a deep learning perspective. Covers embodied AI, perception, manipulation, navigation, and human-robot interaction.

Why we recommend

One of the first books to bridge modern deep learning with practical robotics. Essential reading for anyone at the intersection of AI and physical systems.

Topics covered:

Embodied AIRobot PerceptionManipulationNavigation+1