MAXimuz Learn
90+ Resources

Curated Resources

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

Type:
Sort:
56 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.

1 hour
Video Series
Beginner
Featured
Independent (Stanford Math Graduate)

Neural Networks Series

YouTube • Grant Sanderson (3Blue1Brown)1 hour

No ratings yet

Beautiful visual explanations of how neural networks learn, including gradient descent and backpropagation. Uses stunning animations to build intuition.

Our take: The best visual introduction to neural networks ever created. Watch this before diving into code. It builds incredible intuition for how neural networks actually work.

10+ hours
Video Series
Intermediate
Featured
OpenAI / Tesla (Former)

Neural Networks: Zero to Hero

YouTube • Andrej Karpathy10+ hours

4.0·1 rating

Build neural networks from scratch in Python. Former Tesla AI Director and OpenAI researcher teaches you to implement GPT-style models step by step.

Our take: Andrej Karpathy is one of the most respected practitioners in AI. This series shows you how to build everything from micrograd to a GPT. Incredibly educational.

Course
Intermediate
Featured
MIT

MIT 6.S191: Introduction to Deep Learning

MIT • Alexander Amini & Ava Soleimany10 weeks

No ratings yet

MIT's official introductory course on deep learning. Covers foundational concepts, CNNs, RNNs, transformers, and cutting-edge applications.

Our take: A modern, well-produced course that's updated annually. The labs are particularly well-designed and you'll build real deep learning applications.

Research Paper
Advanced
Featured
Google Brain

Attention Is All You Need

arXiv / NeurIPS 2017 • Vaswani et al. (Google Brain)3-4 hours

No ratings yet

The foundational paper introducing the Transformer architecture that powers GPT, BERT, and virtually all modern LLMs.

Our take: This 2017 paper revolutionized AI. Understanding the attention mechanism is essential for understanding modern language models. Read it multiple times.

Guide
Beginner
Featured
OpenAI

Prompt Engineering Guide

OpenAI • OpenAI Team2 hours

No ratings yet

Official guide on prompt engineering and getting the best results from GPT models. Covers strategies, tactics, and best practices.

Our take: Essential reading for anyone working with LLMs. These are the techniques that professionals use to get reliable, high-quality outputs from language models.

Research Paper
Advanced
Featured
OpenAI

Language Models are Few-Shot Learners (GPT-3)

arXiv / NeurIPS 2020 • Brown et al. (OpenAI)4-5 hours

No ratings yet

The GPT-3 paper demonstrating that large language models can perform tasks with minimal examples. Introduced the era of few-shot learning.

Our take: This paper kicked off the LLM revolution. Understanding scaling laws and in-context learning is essential for understanding modern AI capabilities.

Article
Intermediate
Featured
Independent (Google Engineer)

The Illustrated Transformer

Jay Alammar's Blog • Jay Alammar1 hour

No ratings yet

Visual, step-by-step explanation of the Transformer architecture. The clearest explanation of attention mechanisms available online.

Our take: Before reading the original paper, read this. Jay Alammar's visualizations make the Transformer architecture genuinely understandable.

Ongoing
Video Series
All Levels
Featured
Boston Dynamics (Hyundai)

Boston Dynamics: Inside the Lab

YouTube • Boston DynamicsOngoing

No ratings yet

Official channel showcasing Atlas, Spot, and the engineering behind the world's most advanced robots. Includes technical talks and demonstrations.

Our take: See what's possible in humanoid robotics. Boston Dynamics represents the cutting edge of physical AI, and their Atlas robot is genuinely remarkable.

Course
Advanced
Featured
MIT

Underactuated Robotics

MIT OpenCourseWare • Russ TedrakeFull semester

3.0·1 rating

MIT's course on dynamics, control, and motion planning for underactuated robots. Essential for understanding how robots achieve dynamic, natural movement.

Our take: Russ Tedrake is a leading robotics researcher. This course explains why making robots move gracefully is so challenging and how to solve it.

Article
Beginner
Featured
Tesla

Tesla Optimus: Humanoid Robot Development

Tesla AI • Tesla Robotics Team30 minutes

5.0·1 rating

Tesla's approach to building general-purpose humanoid robots. Leveraging automotive manufacturing expertise for mass production of humanoids.

Our take: Tesla is betting big on humanoid robots for manufacturing. Their approach to scaling production could transform the industry.

Article
Beginner
Featured
Figure AI

Figure 01: General Purpose Humanoid

Figure AI • Figure AI Team20 minutes

4.0·1 rating

Figure AI's approach to building commercially viable humanoid robots. Backed by major tech investors and partnering with OpenAI for intelligence.

Our take: Figure represents the new wave of humanoid robotics startups. Their partnership with OpenAI shows the convergence of LLMs and robotics.

Tutorial
Intermediate
Featured
Open Robotics

ROS 2 Documentation & Tutorials

ROS.org • Open RoboticsSelf-paced

4.0·1 rating

Official tutorials for ROS 2 (Robot Operating System), the standard middleware for robot software development used by most research labs and companies.

Our take: ROS is the lingua franca of robotics. Most research labs and companies use it. Learning ROS is essential for any serious robotics work.

12 hours
Video Series
Intermediate
Featured
University of Washington

Control Bootcamp

YouTube • Steve Brunton, PhD12 hours

5.0·1 rating

Complete introduction to control theory with MATLAB examples. Covers state-space, stability, controllability, and modern control techniques.

Our take: Steve Brunton is an exceptional educator. Understanding control theory is essential for making robots move smoothly, safely, and efficiently.

Course
Intermediate
Featured
Stanford University

CS231n: Deep Learning for Computer Vision

Stanford University • Fei-Fei Li, Andrej Karpathy, Justin JohnsonFull quarter

No ratings yet

Stanford's legendary computer vision course covering CNNs, object detection, segmentation, and visual recognition. The course that trained a generation of CV engineers.

Our take: Andrej Karpathy's original lectures are exceptional. This course is the foundation for understanding how robots 'see' and interpret the world.

Course
Advanced
Featured
University of Bonn

SLAM Course

YouTube • Cyrill Stachniss25+ hours

No ratings yet

Comprehensive course on Simultaneous Localization and Mapping (SLAM). Covers graph-based SLAM, particle filters, and visual SLAM techniques.

Our take: SLAM enables robots to navigate unknown environments while building a map. Critical for autonomous humanoids and mobile robots.

Tutorial
Intermediate
Featured
OpenAI

Reinforcement Learning for Robotics

Spinning Up (OpenAI) • Josh Achiam (OpenAI)Self-paced

No ratings yet

OpenAI's educational resource for deep reinforcement learning. Excellent for understanding how robots can learn complex behaviors through trial and error.

Our take: RL is increasingly important for robot control. Spinning Up is the best starting point: well-organized, well-explained, with working code.

Report
Beginner
Featured
World Economic Forum

The Future of Jobs Report 2023

World Economic Forum • WEF Research Team2-3 hours

5.0·1 rating

Comprehensive analysis of how technology is reshaping labor markets. Based on surveys of 800+ companies representing 11 million workers across 27 industries.

Our take: The most authoritative annual report on workforce transformation. Essential reading to understand which skills are growing, declining, and emerging globally.

Report
Beginner
Featured
McKinsey & Company

The State of AI in 2024

McKinsey Global Institute • McKinsey Research1-2 hours

No ratings yet

Annual survey of AI adoption across industries. Reveals how organizations are actually using AI and what skills they're hiring for.

Our take: McKinsey surveys thousands of organizations annually. This shows the gap between AI hype and actual enterprise adoption, helping you focus on skills that matter.

Course
Beginner
Featured
Google

Google AI Essentials

Google / Coursera • Google Career Certificates Team10 hours

No ratings yet

Beginner-friendly course designed for non-technical professionals. Learn to use AI tools effectively in everyday work without coding.

Our take: Perfect starting point if you're not technical but need to understand AI. Google designed this for their own non-technical employees first.

Report
Beginner
Featured
LinkedIn

AI Skills for the Modern Workplace

LinkedIn Learning • LinkedIn Economic Graph Team1 hour

No ratings yet

Data-driven analysis of AI skill trends across 900 million professionals. Shows which AI skills are being added to profiles and which jobs are adding AI requirements.

Our take: LinkedIn has unique data on actual skill trends. This report shows what professionals are actually learning, not just what experts say they should learn.

Course
Beginner
Featured
University of Helsinki

Elements of AI

University of Helsinki • Reaktor & University of Helsinki6 weeks

No ratings yet

Free online course designed to demystify AI for everyone. No programming required. Over 1 million students from 170 countries have completed it.

Our take: The most accessible AI introduction available. If technical courses feel intimidating, start here. It builds genuine understanding without overwhelming.

Course
Beginner
Featured
DeepLearning.AI

Prompt Engineering for Everyone

DeepLearning.AI • Andrew Ng & Isa Fulford1 hour

No ratings yet

Practical course on getting better results from AI language models. Learn principles and tactics that work across different AI tools.

Our take: Prompt engineering is becoming a universal skill. This free course from Andrew Ng teaches the techniques that actually make AI tools more useful.

Course
Advanced
Featured
Stanford University

Natural Language Processing with Deep Learning (CS224N)

Stanford University • Prof. Christopher Manning10 weeks

No ratings yet

Stanford's flagship NLP course covering word vectors, transformers, pretraining, and large language models. Includes assignments in PyTorch.

Our take: The gold standard for NLP education. Prof. Manning is a co-inventor of key NLP techniques. Free lecture videos, slides, and assignments available online.

Course
Beginner
Featured
OpenAI

OpenAI Academy

OpenAI • OpenAI TeamSelf-paced

No ratings yet

Official learning platform from OpenAI covering prompting techniques, API usage, fine-tuning, and building with GPT models. From beginner to advanced.

Our take: Learn directly from the creators of ChatGPT and GPT-4. The most authoritative resource for understanding and building with OpenAI's technology stack.

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
MIT / Google / University of Montreal

Deep Learning Textbook

MIT Press • Ian Goodfellow, Yoshua Bengio, Aaron CourvilleSelf-paced

4.0·1 rating

The comprehensive textbook on deep learning, freely available online. Written by pioneers including the inventor of GANs.

Our take: The 'bible' of deep learning. Dense but thorough, best used as a reference alongside practical courses. Essential for anyone serious about understanding deep learning theory.

Tutorial
Intermediate
Meta AI

Deep Learning with PyTorch

PyTorch.org • PyTorch Team60 minutes

No ratings yet

Official PyTorch tutorial covering tensors, autograd, neural networks, and training classifiers. The fastest way to get productive with PyTorch.

Our take: PyTorch is now the dominant framework in AI research. This tutorial gets you writing real neural networks in under an hour. Bookmark this.

Course
Intermediate
Hugging Face

NLP Course

Hugging Face • Hugging Face TeamSelf-paced

No ratings yet

Comprehensive course on using Transformers for NLP tasks. Learn to fine-tune models, build applications, and use the Hugging Face ecosystem.

Our take: Hugging Face is the GitHub of ML models. This course teaches you to use their ecosystem effectively, which is essential knowledge for working with LLMs in production.

Research Paper
Advanced
Google AI

BERT: Pre-training of Deep Bidirectional Transformers

arXiv / NAACL 2019 • Devlin et al. (Google AI)2-3 hours

No ratings yet

The paper that introduced BERT, revolutionizing NLP by showing how bidirectional pre-training dramatically improves language understanding.

Our take: BERT changed how we approach NLP. Understanding masked language modeling and fine-tuning is crucial for modern NLP work.

Research Paper
Advanced
Meta AI

LLaMA: Open and Efficient Foundation Language Models

arXiv • Touvron et al. (Meta AI)2-3 hours

No ratings yet

Meta's open-source LLM that matches GPT-3 performance with fewer parameters. The paper that democratized large language model research.

Our take: LLaMA opened up LLM research to the broader community. Understanding efficient training and model architecture choices is increasingly important.

Research Papers
Advanced
IEEE

IEEE Humanoid Robots Conference Papers

IEEE Xplore • Various ResearchersVariable

No ratings yet

Archive of research papers from IEEE-RAS International Conference on Humanoid Robots. Cutting-edge research from top robotics labs worldwide.

Our take: The IEEE Humanoids conference is where researchers present breakthrough work. Great for diving deep into specific technical challenges.

5 hours
Video Series
Advanced
MathWorks

Model Predictive Control Tutorial

YouTube • MATLAB5 hours

No ratings yet

Understanding Model Predictive Control (MPC), the control strategy used in many advanced robotic systems including Boston Dynamics' robots.

Our take: MPC is increasingly used in cutting-edge robotics. This series explains why it's so powerful for handling constraints and predictions.

Book
Advanced
MIT

Legged Locomotion: Models, Concepts, and Robots

MIT Press • Various AuthorsSelf-paced

No ratings yet

Comprehensive coverage of legged robot locomotion, from simple models to complex humanoid walking. A foundational text in the field.

Our take: Walking is deceptively hard for robots. This book explains the physics and control strategies that make it possible.

Tutorial
Beginner
OpenCV Foundation

OpenCV Python Tutorial

OpenCV.org • OpenCV TeamSelf-paced

No ratings yet

Official OpenCV tutorials for Python. Learn image processing, feature detection, object tracking, and camera calibration.

Our take: OpenCV is the most widely used computer vision library. These tutorials cover everything you need for practical robot vision applications.

Survey Paper
Advanced
Various

Monocular Depth Estimation: A Survey

arXiv • Various Researchers3-4 hours

No ratings yet

Comprehensive survey of monocular depth estimation methods. Covers classical approaches through modern deep learning techniques.

Our take: Depth perception from a single camera is increasingly important for robotics. This survey covers the state of the art.

8 hours
Video Series
Intermediate
Independent Educator

Sensor Fusion and Kalman Filtering

YouTube • Michel van Biezen8 hours

No ratings yet

Clear explanations of Kalman filtering for sensor fusion. Essential for combining data from multiple sensors (IMU, cameras, LiDAR) in robotics.

Our take: Real robots need to combine information from multiple sensors. Kalman filtering is the fundamental technique for doing this reliably.

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.

Article
Intermediate
Google Brain / Anthropic

Understanding LSTM Networks

Colah's Blog • Christopher Olah30 minutes

No ratings yet

The clearest explanation of LSTM networks and recurrent neural networks. Beautiful diagrams that make complex architectures intuitive.

Our take: Chris Olah is famous for his ability to explain complex neural network concepts. This article has helped millions understand RNNs and LSTMs.

Research Paper
Advanced
OpenAI

Scaling Laws for Neural Language Models

arXiv • Kaplan et al. (OpenAI)2-3 hours

No ratings yet

The paper that revealed predictable scaling laws for language models. Shows how performance improves with model size, data, and compute.

Our take: Understanding scaling laws is crucial for understanding why bigger models keep getting better, and the economics of AI development.

Article
Beginner
Agility Robotics

Agility Robotics: Digit Humanoid

Agility Robotics • Agility Robotics Team30 minutes

No ratings yet

Agility Robotics' Digit is one of the first humanoid robots being deployed commercially in warehouses. Learn about their design philosophy and deployment strategy.

Our take: Digit represents the practical, near-term future of humanoid robots. Understanding their design choices reveals what's actually deployable today.

Research Paper
Advanced
UC Berkeley / Google

NeRF: Neural Radiance Fields

arXiv / ECCV 2020 • Mildenhall et al. (UC Berkeley)3-4 hours

No ratings yet

Revolutionary technique for synthesizing novel views of complex scenes. NeRFs are transforming how robots understand and represent 3D environments.

Our take: NeRFs represent a paradigm shift in 3D scene understanding. Understanding this technique is increasingly important for robot perception.

Article
Beginner
Harvard Business Review

How to Become an AI-First Company

Harvard Business Review • Thomas H. Davenport & Nitin Mittal30 minutes

No ratings yet

Strategic framework for integrating AI into organizations. Explains the skills and mindsets needed at every level of the organization.

Our take: HBR provides the business context that technical resources miss. Understanding how leaders think about AI helps you position your skills strategically.

Course
Intermediate
MIT Sloan School of Management

Artificial Intelligence: Implications for Business Strategy

MIT Sloan • MIT Sloan Executive Education6 weeks

No ratings yet

Executive-level understanding of AI capabilities, limitations, and strategic implications. Designed for leaders making AI investment decisions.

Our take: If you're in a leadership role or aspire to one, understanding AI strategy is essential. MIT Sloan provides the frameworks executives actually use.

Report
Beginner
McKinsey Global Institute

Jobs Lost, Jobs Gained: Workforce Transitions

McKinsey Global Institute • James Manyika et al.2 hours

No ratings yet

Landmark research on how automation will affect jobs through 2030. Analyzes 800 occupations across 46 countries to identify which tasks are automatable.

Our take: The most rigorous analysis of job automation risk. Helps you understand which parts of your role are vulnerable and which are not.

Course
Beginner
Microsoft

Microsoft AI Skills Initiative

Microsoft • Microsoft Learn TeamSelf-paced

No ratings yet

Free learning paths covering AI fundamentals, generative AI, and responsible AI practices. Includes hands-on experience with Microsoft AI tools.

Our take: Microsoft's AI tools are widely used in enterprises. Understanding Copilot, Azure AI, and their ecosystem is practical knowledge for many workplaces.

Report
Beginner
OECD

OECD Skills Outlook: Skills for the Digital Transition

OECD • OECD Research Team2-3 hours

No ratings yet

International analysis of how digitalization is changing skill demands across OECD countries. Evidence-based policy recommendations for lifelong learning.

Our take: OECD provides the international perspective. Understanding global skill trends helps you see beyond local job market fluctuations.

Guide
Beginner
IBM

AI Career Guide: The AI Ladder

IBM • IBM Skills Team30 minutes

No ratings yet

Framework for understanding AI maturity in organizations and careers. Helps identify where you are and what skills to develop next.

Our take: IBM's AI Ladder framework is widely used in enterprise. Understanding it helps you speak the language that organizations use when discussing AI adoption.

Course
Beginner
Google

Generative AI Learning Path

Google Cloud • Google Cloud Training8 hours

No ratings yet

Comprehensive learning path covering generative AI fundamentals, large language models, responsible AI, and practical applications with Google's AI tools.

Our take: Google's structured approach to GenAI education. Includes hands-on labs and quizzes. Earn skill badges to validate your knowledge.

Course
Intermediate
Hugging Face

Hugging Face NLP Course

Hugging Face • Hugging Face Team20 hours

No ratings yet

Free, practical course on NLP using the Transformers library. Covers tokenization, fine-tuning pretrained models, and building NLP applications.

Our take: Hugging Face is the de facto standard for sharing and using pretrained models. This course teaches you to use their ecosystem which powers most modern NLP work.

12 lectures
Video
Advanced
DeepMind

DeepMind x UCL Deep Learning Lecture Series

DeepMind / University College London • DeepMind Research Scientists12 lectures

No ratings yet

Lecture series from leading DeepMind researchers covering optimization, CNNs, attention, generative models, graph neural networks, and unsupervised learning.

Our take: Taught by the scientists behind AlphaGo and AlphaFold. Offers a rare window into how top AI researchers think about deep learning problems.

Course
Advanced
Stanford University

Convolutional Neural Networks for Visual Recognition (CS231N)

Stanford University • Fei-Fei Li, Andrej Karpathy10 weeks

No ratings yet

Stanford's legendary computer vision course. Covers image classification, object detection, neural network architectures, and visual understanding with deep learning.

Our take: Created by Fei-Fei Li (co-creator of ImageNet) and Andrej Karpathy (former Tesla AI director). The assignments are challenging but transform your understanding of vision AI.

13 lectures
Video
Advanced
DeepMind

Reinforcement Learning Lecture Series

DeepMind / University College London • Hado van Hasselt, Diana Borsa13 lectures

No ratings yet

Comprehensive lecture series on reinforcement learning from DeepMind researchers. Covers MDPs, policy gradient methods, model-based RL, and multi-agent systems.

Our take: The definitive RL course from the team that built AlphaGo, AlphaStar, and AlphaFold. Essential viewing for anyone serious about RL.

* 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