Teaching Real World ML at https://t.co/xWr8Hm8zI5
- ML Freelance engineer
- Maths Olympian
- Father of 1.. sorry 2 kids
4 subscribers
May 6 • 19 tweets • 4 min read
Crash course on Kubernetes for ML Engineers
Hands-on in 9 steps ↓
Kubernetes is one of the hard skills you nonstop find in job descriptions for ML engineers.
Yet, it is one of the tools most ML engineers are scared of.
Let me help you be less scared of Kubernetes, by deploying your first Python app.
Feb 22 • 20 tweets • 4 min read
Crash course on 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 for ML Engineers
Hands-on in 9 steps ↓
Kubernetes is one of the hard skills you nonstop find in job descriptions for ML engineers.
Yet, it is one of the tools most ML engineers are scared of.
Let me help you be less scared of Kubernetes, by deploying your first Python app.
Jan 15 • 5 tweets • 2 min read
Wanna learn to 𝗯𝘂𝗶𝗹𝗱 𝗠𝗟 𝘀𝘆𝘀𝘁𝗲𝗺𝘀?
Here are 𝟯 𝗿𝗲𝗮𝗹-𝘄𝗼𝗿𝗹𝗱 𝗲𝘅𝗮𝗺𝗽𝗹𝗲𝘀 you can build TODAY 👩🏽💻👨💻↓
𝗪𝗵𝘆 𝗠𝗟 𝘀𝘆𝘀𝘁𝗲𝗺𝘀 𝗮𝗻𝗱 𝗻𝗼𝘁 𝗷𝘂𝘀𝘁 𝗠𝗟 𝗺𝗼𝗱𝗲𝗹𝘀?
Because ML models are not enough in real-world ML projects.
Until you don't put them to work, by building a
-> Feature pipeline
-> Training pipeline
-> Inference pipeline
they produce 0 business value.
Jan 5 • 5 tweets • 2 min read
ML Project Idea 💡
Let's predict air quality in Poland 💨🇵🇱↓
In this repository, you can find the complete source code of an ML app that
→ predicts air quality (as measured by the PM10 metric) 💨
→ in Poland 🇵🇱
→ for the next 7️⃣ days
Let's predict taxi demand in NYC in the next 60 minutes 🚕↓
Business problem 💼
Let's create a predictive model to forecast the number of taxi rides that will happen in Manhattan (New York City)
- in the next hour
- for each taxi zone (e.g. Zone 113 "Lower Manhattan)
Let's do it in 6 steps ↓
Dec 16, 2024 • 4 tweets • 2 min read
ML Project Idea 💡
Let's predict air quality ↓
Here is a full example, with source code, to learn how to build a complete ML app that predicts air quality in different European cities.
Are you a data scientist using CSV files to store your data?
What if I told you there is a better way?
Can you imagine a
-> lighter 🦋
-> faster 🏎️
-> cheaper 💸
file format to save your datasets?
Read this thread so you don't need to imagine anymore 👇🏾
Do not get me wrong. I love CSVs.
You can open them with any text editor, inspect them and share them with others.
They have become the standard file format for datasets in the AI/ML community.
However, they have a little problem...
Dec 11, 2024 • 9 tweets • 3 min read
3 years ago I struggled to build ML products.
Then I discovered this ↓
Unless you are a researcher in academia, and your goal is to publish a paper, you cannot just focus on the ML model you wanna train.
You need to think further down the line and think of the business problem you are trying to solve.
This is the "product-first" mindset.
Oct 22, 2024 • 15 tweets • 4 min read
Let's design an ML system to predict crypto prices, step-by-step ↓🧵
The problem
We want to build a real-time API that serves in real-time short-term predictions on crypto prices.
For example
To predict the price of Ethereum (ETH) in the next 10 seconds.
Oct 20, 2024 • 7 tweets • 2 min read
One skill every ML engineer has to master ↓
𝗠𝗟 𝗦𝘆𝘀𝘁𝗲𝗺 𝗱𝗲𝘀𝗶𝗴𝗻
Yes. And do you know why?
Because good ML system design hasn't changed at all in the last 5 years.
And it won't.
Oct 13, 2024 • 15 tweets • 3 min read
Every aspiring data scientist I talk to is overwhelmed by the colossal amount of online courses to choose from 🤯
My solution to this problem ↓
Learning is about connecting the dots.
However, it feels like there are too many dots to connect when learning data science.
Too many courses...
Too many blog posts...
Too many technologies...
Solution: You need to change the way you learn.
Sep 22, 2024 • 8 tweets • 2 min read
Time-series are used everywhere
→ At Uber to optimize fleet efficiency
→ At Amazon to forecast inventory levels
→ At every hedge fund to project asset prices.
Still, there is a lack of ML engineers who can build real-world time-series products.
So here is your chance ↓
Let's build a *complete* ML service that forecasts taxi rides in NYC, similar to what Uber does to forecast demand.
The 3 ingredients we need are;
- a dataset
- a Python library to build a good predictive model
- a deployment strategy
For example ↓
Sep 18, 2024 • 10 tweets • 3 min read
3 years ago I struggled to land my first freelance ML engineering contract.
Then I discovered this ↓
Building one professional real-world ML project is the best way to stand out from the crowd, and land an ML job.
Here is what I did, 𝘀𝘁𝗲𝗽-𝗯𝘆-𝘀𝘁𝗲𝗽 👩💻👨🏽💻↓
Sep 18, 2024 • 12 tweets • 3 min read
Let's build an AI Coding assistant with Llama3 ↓🧵🦙
Step 1. Download llama3 with Ollama 🦙
Ollama is an open-source tool to run Large Language Models locally, that you can download for free from here.
Let's design an ML system to predict crypto prices, step-by-step ↓🧵
The problem
We want to build a real-time API that serves in real-time short-term predictions on crypto prices.
For example
To predict the price of Ethereum (ETH) in the next 10 seconds.
Aug 1, 2024 • 15 tweets • 4 min read
Let's build a real-time ML system to predict short-term prices
↓↓↓🧵
The problem
We want to build a real-time API that serves in real-time short-term predictions on crypto prices.
For example
To predict the price of Ethereum (ETH) in the next 10 seconds.
Jul 3, 2024 • 11 tweets • 3 min read
Most of my ML model prototypes never reached production 😵💫
Until I changed my mindset 🧠↓↓↓
🔬 Model-first mindset
A model-first mindset is what Kaggle competitions and most online courses are about.
Your ONLY focus is to build the best possible mapping between a set of input features, and a target metric
And in real-world ML this is often not the best approach...
Jul 2, 2024 • 13 tweets • 4 min read
How do you build
> 𝗿𝗲𝗮𝗹-𝘁𝗶𝗺𝗲 ML systems ⚡
> at 𝘀𝗰𝗮𝗹𝗲 🎛️
> 𝘄𝗶𝘁𝗵𝗼𝘂𝘁 𝗯𝘂𝗿𝗻𝗶𝗻𝗴 𝗰𝗮𝘀𝗵 💸?
🧵↓
𝗧𝗵𝗲 𝗽𝗿𝗼𝗯𝗹𝗲𝗺 🤔
Let’s say you work as an ML engineer at a fintech startup, whose flagship product is a mobile app for online payments.
A critical problem you need to tackle from day 0 is the automatic detection of fraudulent transactions.
Jul 1, 2024 • 10 tweets • 4 min read
ML Project Idea 💡
Let's predict taxi demand in NYC in the next 60 minutes 🚕↓
Business problem 💼
Let's create a predictive model to forecast the number of taxi rides that will happen in Manhattan (New York City)
- in the next hour
- for each taxi zone (e.g. Zone 113 "Lower Manhattan)
Let's do it in 6 steps ↓
Jun 25, 2024 • 6 tweets • 2 min read
ML Project Idea 💡
Let's predict flight delays 🛬 ↓
Here is a full example, with source code, to learn how to build a complete ML app that predicts flight delays for Stockholm Arlanda airport.