@MillieMarconnni: A guy who was the number one ranked machine learning competitor on Earth, twice, looked at how universities teach AI an…

X AI KOLs Timeline Tools

Summary

Jeremy Howard's free course 'Practical Deep Learning for Coders' teaches deep learning by starting with hands-on coding and real examples before theory, making AI accessible to many. It has been highly successful in training practitioners.

A guy who was the number one ranked machine learning competitor on Earth, twice, looked at how universities teach AI and decided they had the entire thing backwards. So he built a free course that has turned more people into working AI practitioners than most graduate programs. Jeremy Howard was the guy who made the course and it is called Practical Deep Learning for Coders. Here is the argument that drives the whole thing. Universities teach AI top-down. First you sit through linear algebra. Then calculus. Then probability. Then, maybe, a year later, you are finally allowed to touch a model. Howard watched this approach destroy motivated people. Most never made it to the part where it gets interesting. The math wall killed them first. He thinks that is exactly wrong. His view is that you do not teach someone baseball by drilling the physics of a curveball for a year before letting them hold a bat. You let them play, then explain the physics once they care. So his course inverts it. In the very first lesson, before any heavy theory, you train a working image classifier that actually runs. You build something real on day one. The theory comes later, pulled in piece by piece, exactly when you finally need it to go deeper. Harvard Business Review said fast AI can take motivated students all the way to building industrial-grade AI systems. The whole course is free. No paywall, no signup tricks. It assumes you can code a little and remember some high school math. That's the bar. The people who actually break into AI almost never start with the equations. https://course.fast.ai
Original Article
View Cached Full Text

Cached at: 06/29/26, 12:27 PM

A guy who was the number one ranked machine learning competitor on Earth, twice, looked at how universities teach AI and decided they had the entire thing backwards.

So he built a free course that has turned more people into working AI practitioners than most graduate programs.

Jeremy Howard was the guy who made the course and it is called Practical Deep Learning for Coders.

Here is the argument that drives the whole thing.

Universities teach AI top-down. First you sit through linear algebra. Then calculus. Then probability. Then, maybe, a year later, you are finally allowed to touch a model. Howard watched this approach destroy motivated people. Most never made it to the part where it gets interesting. The math wall killed them first.

He thinks that is exactly wrong. His view is that you do not teach someone baseball by drilling the physics of a curveball for a year before letting them hold a bat. You let them play, then explain the physics once they care.

So his course inverts it. In the very first lesson, before any heavy theory, you train a working image classifier that actually runs. You build something real on day one. The theory comes later, pulled in piece by piece, exactly when you finally need it to go deeper.

Harvard Business Review said fast AI can take motivated students all the way to building industrial-grade AI systems.

The whole course is free. No paywall, no signup tricks.

It assumes you can code a little and remember some high school math. That’s the bar.

The people who actually break into AI almost never start with the equations.

https://course.fast.ai


Practical Deep Learning for Coders - Practical Deep Learning

Source: https://course.fast.ai/

This free course is designed for people (and bunnies!) with some coding experience who want to learn how to apply deep learning and machine learning to practical problems.

Deep learning can do all kinds of amazing things. For instance, all illustrations throughout this website are made with deep learning, usingDALL-E 2.

Welcome!

Practical Deep Learning for Coders 2022 part 1, recorded at theUniversity of Queensland, covers topics such as how to:

  • Build and train deep learning models for computer vision, natural language processing, tabular analysis, and collaborative filtering problems
  • Create random forests and regression models
  • Deploy models
  • Use PyTorch, the world’s fastest growing deep learning software, plus popular libraries like fastai and Hugging Face

There are 9 lessons, and each lesson is around 90 minutes long. The course is based on our5-star rated book, which isfreely availableonline.

You don’t need any special hardware or software — we’ll show you how to use free resources for both building and deploying models. You don’t need any university math either — we’ll teach you the calculus and linear algebra you need during the course.

Real results

Our videos have been viewed over 6,000,000 times already! Take a look at thedozens of testimonialsabout our book and course by alumni, top academics, and industry experts.

‘Deep Learning is for everyone’ we see in Chapter 1, Section 1 of this book, and while other books may make similar claims, this book delivers on the claim. The authors have extensive knowledge of the field but are able to describe it in a way that is perfectly suited for a reader with experience in programming but not in machine learning. The book shows examples first, and only covers theory in the context of concrete examples. For most people, this is the best way to learn. The book does an impressive job of covering the key applications of deep learning in computer vision, natural language processing, and tabular data processing, but also covers key topics like data ethics that some other books miss. Altogether, this is one of the best sources for a programmer to become proficient in deep learning.

Peter Norvig Director of Research, Google

By the end of the second lesson, you will have built and deployed your own deep learning model on data you collect. Many students post their course projects to our forum; you canview them here. For instance, if there’s an unknown dinosaur in your backyard, maybe you need thisdinosaur classifier!

Alumni of our course have gone on to jobs at organizations likeGoogle Brain,OpenAI,Adobe,Amazon, andTesla, published research at top conferences such asNeurIPS, and created startups using skills they learned here. Petro Cuenca, lead developer of the widely-acclaimedCamera+app, after completing the course went on to add deep learning features to his product, which was thenfeatured by Applefor its “machine learning magic”.

Your teacher

I am Jeremy Howard, your guide on this journey. I lead the development of fastai, the software that you’ll be using throughout this course. I have been using and teaching machine learning for around 30 years. I was the top-ranked competitor globally in machine learning competitions on Kaggle (the world’s largest machine learning community) two years running. Following this success, I became the President and Chief Scientist of Kaggle. Since first using neural networks 25 years ago, I have led many companies and projects that have machine learning at their core, including founding the first company to focus on deep learning and medicine, Enlitic (chosen by MIT Tech Review as one of the “world’s smartest companies”).

Jeremy Howard

I am the co-founder, along with Dr. Rachel Thomas, of fast.ai, the organization behind this course. At fast.ai we care a lot about teaching. In this course, I start by showing how to use a complete, working, very usable, state-of-the-art deep learning network to solve real-world problems, using simple, expressive tools. And then we gradually dig deeper and deeper into understanding how those tools are made, and how the tools that make those tools are made, and so on… We always teach through examples. We ensure that there is a context and a purpose that you can understand intuitively, rather than starting with algebraic symbol manipulation.

Is this course for me?

Previous fast.ai courses have been studied by hundreds of thousands of students, from all walks of life, from all parts of the world. Many students have told us about how they’ve becomemultiple gold medal winnersofinternational machine learning competitions,received offersfrom top companies, and havingresearchpaperspublished. For instance, Isaac Dimitrovskytold usthat he had “been playing around with ML for a couple of years without really grokking it… [then] went through the fast.ai part 1 course late last year, and it clicked for me”. He went on to achieve first place in the prestigious internationalRA2-DREAM Challengecompetition! He developed amultistage deep learning methodfor scoring radiographic hand and foot joint damage in rheumatoid arthritis, taking advantage of the fastai library.

It doesn’t matter if you don’t come from a technical or a mathematical background (though it’s okay if you do too!); we wrote this course to make deep learning accessible to as many people as possible. The only prerequisite is that you know how to code (a year of experience is enough), preferably in Python, and that you have at least followed a high school math course.

Deep learning is a computer technique to extract and transform data–-with use cases ranging from human speech recognition to animal imagery classification–-by using multiple layers of neural networks. A lot of people assume that you need all kinds of hard-to-find stuff to get great results with deep learning, but as you’ll see in this course, those people are wrong. Here’s a few things youabsolutely don’t needto do world-class deep learning:

Myth (don’t need)TruthLots of mathJust high school math is sufficientLots of dataWe’ve seen record-breaking results with <50 items of dataLots of expensive computersYou can get what you need for state of the art work for free

The software you will be using

In this course, you’ll be usingPyTorch,fastai, Hugging FaceTransformers, andGradio.

We’ve completed hundreds of machine learning projects using dozens of different packages, and many different programming languages. At fast.ai, we have written courses using most of the main deep learning and machine learning packages used today. We spent over a thousand hours testing PyTorch before deciding that we would use it for future courses, software development, and research. PyTorch is now the world’s fastest-growing deep learning library and is already used for most research papers at top conferences.

PyTorch works best as a low-level foundation library, providing the basic operations for higher-level functionality. The fastai library one of the most popular libraries for adding this higher-level functionality on top of PyTorch. In this course, as we go deeper and deeper into the foundations of deep learning, we will also go deeper and deeper into the layers of fastai.

Transformers is a popular library focused on natural language processing (NLP) usingtransformers models. In the course you’ll see how to create a cutting-edge transfomers model using this library to detect similar concepts in patent applications.

Deep learning has power, flexibility, and simplicity. That’s why we believe it should be applied across many disciplines. These include the social and physical sciences, the arts, medicine, finance, scientific research, and many more. Here’s a list of some of the thousands of tasks in different areas at which deep learning, or methods heavily using deep learning, is now the best in the world:

  • **Natural language processing (NLP)**Answering questions; speech recognition; summarizing documents; classifying documents; finding names, dates, etc. in documents; searching for articles mentioning a concept
  • Computer visionSatellite and drone imagery interpretation (e.g., for disaster resilience); face recognition; image captioning; reading traffic signs; locating pedestrians and vehicles in autonomous vehicles
  • MedicineFinding anomalies in radiology images, including CT, MRI, and X-ray images; counting features in pathology slides; measuring features in ultrasounds; diagnosing diabetic retinopathy
  • BiologyFolding proteins; classifying proteins; many genomics tasks, such as tumor-normal sequencing and classifying clinically actionable genetic mutations; cell classification; analyzing protein/protein interactions
  • Image generationColorizing images; increasing image resolution; removing noise from images; converting images to art in the style of famous artists
  • Recommendation systemsWeb search; product recommendations; home page layout
  • Playing gamesChess, Go, most Atari video games, and many real-time strategy games
  • RoboticsHandling objects that are challenging to locate (e.g., transparent, shiny, lacking texture) or hard to pick up
  • Other applicationsFinancial and logistical forecasting, text to speech, and much more…

What you will learn

After finishing this course you will know:

  • How to train models that achieve state-of-the-art results in:- Computer vision, including image classification (e.g., classifying pet photos by breed) - Natural language processing (NLP), including document classification (e.g., movie review sentiment analysis) and phrase similarity - Tabular data with categorical data, continuous data, and mixed data - Collaborative filtering (e.g., movie recommendation)
  • How to turn your models into web applications, and deploy them
  • Why and how deep learning models work, and how to use that knowledge to improve the accuracy, speed, and reliability of your models
  • The latest deep learning techniques that really matter in practice
  • How to implement stochastic gradient descent and a complete training loop from scratch

Here are some of the techniques covered (don’t worry if none of these words mean anything to you yet–you’ll learn them all soon):

  • Random forests and gradient boosting
  • Affine functions and nonlinearities
  • Parameters and activations
  • Transfer learning
  • Stochastic gradient descent (SGD)
  • Data augmentation
  • Weight decay
  • Image classification
  • Entity and word embeddings
  • And much more

How do I get started?

To watch the videos, click on theLessonssection in the navigation sidebar. The videos are all captioned; while watching the video click the “CC” button to turn them on and off. To get a sense of what’s covered in a lesson, you might want to skim through some lesson notes taken by one of our students (thanks Daniel!). Here’s hislesson 7 notesandlesson 8 notes. You can also access all the videos throughthis YouTube playlist.

Each video is designed to go with various chapters from the book. The entirety of every chapter of the book is available as an interactive Jupyter Notebook.Jupyter Notebookis the most popular tool for doing data science in Python, for good reason. It is powerful, flexible, and easy to use. We think you will love it! Since the most important thing for learning deep learning is writing code and experimenting, it’s important that you have a great platform for experimenting with code.

We’ll mainly useKaggle NotebooksandPaperspace Gradientbecause we’ve found they work really well for this course, and have good free options. We also will do some parts of the course on your own laptop. (If you don’t have a Paperspace account yet, sign up withthis linkto get $10 credit – and we get a credit too.)

We strongly suggestnotusing your own computer for training models in this course, unless you’re very experienced with Linux system adminstration and handling GPU drivers, CUDA, and so forth.

If you need help, there’s awonderful online communityready to help you at forums.fast.ai. Before asking a question on the forums, search carefully to see if your question has been answered before.

Similar Articles

Teaching the foundations of AI in the classroom

YouTube AI Channels

Google DeepMind's 'A.I. in the Classroom' program teaches students foundational AI concepts like data needs, bias, and large language models, aiming to empower tomorrow's problem-solvers through interactive discussions.