The Machine Learning School program
Skills:
ML Pipelines80%
Key Takeaways
This video introduces the Machine Learning School program covering end-to-end system development beyond model training
Full Transcript
this is a machine learning model for example a neural network or a decision tree most books tutorials and courses you'll find will teach you how to build machine learning models but there is a problem a model is not enough sure it's a critical piece but the minute you start talking to companies that want to build real applications you realize a model is just a tiny fraction of the work to put this in context here is the model again but now you can see how much work goes into building an end-to-end machine Learning System the model is just a small piece of that picture and that's where this program comes in we're gonna learn about machine Learning Systems from framing up problems to training evaluating all the way to deploying a monitoring model here is how the programming is structured first you'll get access to pre-recorded lectures these are videos you will watch ahead of our live sessions I scripted and edited this lesson so there is no fluff you only get what matters second you'll have live sessions we all get together online to discuss the lectures now the goal is for these sessions to be a two-way street it's going to be a collaboration between you and me I'll answer questions talk about code try new things and do anything we need to ensure you get the most out of the program third you'll have assignments related to each lesson there is only one way to do this right you must practice everything you learn during the program and the assignments will help you do that finally a critical piece of this program is the community these are people like you they're watching the lessons in your same cohort or have already graduated lean on them ask questions help others that'll be key all right let me summarize what I think will happen after you complete this program first go have a sound understanding of what machine learning and production looks like second you'll have a framework you can use to solve real problems third you'll have practical experience building an end-to-end example machine Learning System but most important than anything else you'll build the confidence to take your career One Step Up the number of opportunities for people building machine Learning Systems will Skyrocket in the next few years that's why you're here only one more thing here are the prerequisites to join these programs starting with the most important one this program is for people with experience writing software we're going to be using python a lot if you're not comfortable with it you will find that some lessons are hard to follow this class is not for people starting their Tech careers now ideally you have a good grasp of machine learning terminology you don't need experience as a data scientist and you don't need to understand how to build machine learning models but you should be somewhat familiar with the field finally we will talk a lot about infrastructure and how we run and serve models that's not a machine learning challenge but an engineering one you'll do great if you're not afraid of picking up a few new skills and learning new ideas last thing I'll say I've done this work for a long time I'm putting this program together has been a lot of fun I hope you find it helpful
Original Description
I run the Machine Learning School program: https://www.ml.school.
Many people know how to train Machine Learning models, but unfortunately, this represents around 5% of the code of an end-to-end system.
This program will show you the other 95% and help you understand Machine Learning systems as a whole.
You can join the program here: https://www.ml.school.
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Underfitted · Underfitted · 30 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
▶
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Test-Time Augmentation In Machine Learning.
Underfitted
Don't Replace Missing Values In Your Dataset.
Underfitted
Introduction to Adversarial Validation In Machine Learning.
Underfitted
Introduction To Autoencoders In Machine Learning.
Underfitted
Active Learning. The Secret of Training Models Without Labels.
Underfitted
Early Stopping. The Most Popular Regularization Technique In Machine Learning.
Underfitted
The Confusion Matrix in Machine Learning
Underfitted
3 Tips to Build a Career in Machine Learning (Unconventional Advice)
Underfitted
I can predict cars CRASHING. And it's 99% accurate!
Underfitted
A Critical Skill People Learn Too LATE: Learning Curves In Machine Learning.
Underfitted
The BEST Machine Learning Interview Strategy.
Underfitted
OpenAI’s Whisper is AMAZING!
Underfitted
5 Lessons You’re NOT Taught in School
Underfitted
TensorFlow On Apple Silicon. Step-by-Step Instructions
Underfitted
Generating Images From Text. Stable Diffusion, Explained
Underfitted
The Wrong Batch Size Will Ruin Your Model
Underfitted
8 Mistakes Holding Your Career Back | Machine Learning
Underfitted
AI Just Solved a 53-Year-Old Problem! | AlphaTensor, Explained
Underfitted
Bias and Variance, Simplified
Underfitted
Should You Stop Splitting Your Data Like This?
Underfitted
The Function That Changed Everything
Underfitted
This Model Caused A Nuclear Disaster
Underfitted
Will Your Code Write Itself?
Underfitted
The Simplest Encoding You’ve Never Heard Of
Underfitted
Superhuman AI Cracked An Impossible Game! | DeepNash, Explained
Underfitted
Can you become a Data Scientist without a Ph.D?
Underfitted
How to 10x your productivity with ChatGPT?
Underfitted
Cheating the Prisoner's Dilemma
Underfitted
We integrated OpenAI's Whisper with Spot
Underfitted
The Machine Learning School program
Underfitted
We integrated ChatGPT with our robots
Underfitted
Solving complex tasks using a Large Language Model (LLM)
Underfitted
5 problems when using a Large Language Model
Underfitted
We just discovered faster sorting algorithms!
Underfitted
The 3 most important updates to OpenAI's API.
Underfitted
People are divided! Does GPT-4 understand what it says?
Underfitted
How much should you charge hourly as a Machine Learning freelancer?
Underfitted
Building a RAG application from scratch using Python, LangChain, and the OpenAI API
Underfitted
Building a RAG application using open-source models (Asking questions from a PDF using Llama2)
Underfitted
How to evaluate an LLM-powered RAG application automatically.
Underfitted
Step by step no-code RAG application using Langflow.
Underfitted
I built a simple game using Langchain. Here is a step by step tutorial.
Underfitted
I used the first AI Software Engineer for a week. This is happening.
Underfitted
I deployed a recommendation model. Testing Models In Production using Interleaving Experiments.
Underfitted
How to run PyTorch, TensorFlow, and JAX on your Mac (Apple Silicon)
Underfitted
How to train a model to generate image embeddings from scratch
Underfitted
Building an AI assistant that listens and sees the world (Step by step tutorial)
Underfitted
Why are vector databases so FAST?
Underfitted
A Machine Learning roadmap (the one I recommend to my students)
Underfitted
How to build a real-time AI assistant (with voice and vision)
Underfitted
An introduction to Mojo (for Python developers)
Underfitted
How does Lexical Scoping in Mojo 🔥 works (under 3 minutes)
Underfitted
Building a CI workflow for those who hate it (using GitHub Actions)
Underfitted
How to run Python Code in Mojo 🔥
Underfitted
AI will not take your job. Here is what I think will happen instead.
Underfitted
How to fine-tune a model using LoRA (step by step)
Underfitted
Late initialization in Mojo🔥 (Python doesn't support this)
Underfitted
The $1,000,000 problem AI can't solve
Underfitted
A gentle introduction to RAG (using open-source models)
Underfitted
Automating feedback using ChatGPT and Zapier
Underfitted
More on: ML Pipelines
View skill →Related Reads
📰
📰
📰
📰
“Los Movimientos”: The Routing Problem That Nearly Broke My Spirit
Towards Data Science
How Guardoc transforms medical document processing with Amazon Nova models
AWS Machine Learning
The Reward Calibrator That Learns the Shape of Its Own Judgment
Dev.to · Daniel Romitelli
Reducing Human Annotation with ML Active Learning
Towards Data Science
🎓
Tutor Explanation
DeepCamp AI