Skip to content

Commit 47ab360

Browse files
committed
updated tools on ML zoomcamp
1 parent e1d8e89 commit 47ab360

8 files changed

+16
-16
lines changed

_posts/2023-08-17-machine-learning-zoomcamp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date: 2025-09-01
1414
---
1515

1616
<figure>
17-
<img src="/images/posts/2023-08-17-machine-learning-zoomcamp/ml_zoomcamp_overview_horizontal.png" alt="ML Zoomcamp course overview showing progression from ML algorithms (Python, NumPy, Pandas, Scikit-learn) to deployment (Docker, Flask, Kubernetes)" />
17+
<img src="/images/posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club/ml_zoomcamp_overview_horizontal_2025.png" alt="ML Zoomcamp course overview showing progression from ML algorithms (Python, NumPy, Pandas, Scikit-learn) to deployment (Docker, FastAPI, Kubernetes)" />
1818
<figcaption>Complete ML Zoomcamp curriculum: from machine learning fundamentals to production deployment</figcaption>
1919
</figure>
2020

@@ -61,10 +61,10 @@ Tools you'll learn:
6161
- NumPy and Pandas for data manipulation
6262
- Matplotlib and Seaborn for visualization
6363
- Scikit-Learn for ML algorithms
64-
- TensorFlow and Keras for deep learning
64+
- TensorFlow and PyTorch for deep learning
6565

6666
<figure>
67-
<img src="/images/posts/2023-08-17-machine-learning-zoomcamp/image1.png" alt="Overview of Python libraries and tools covered in ML Zoomcamp: NumPy, Pandas, Scikit-learn, TensorFlow" />
67+
<img src="/images/posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club/vertical1.png" alt="Overview of Python libraries and tools covered in ML Zoomcamp: NumPy, Pandas, Scikit-learn, TensorFlow" />
6868
<figcaption>Key technologies and libraries covered in Part 1 of ML Zoomcamp</figcaption>
6969
</figure>
7070

@@ -75,17 +75,17 @@ Part 2 focuses on model deployment, which involves putting machine learning mode
7575

7676
You'll learn to deploy models using:
7777

78-
- **Flask, Pipenv, and Docker:** machine learning models deployment, enabling you to move
78+
- **FastAPI, Pipenv, and Docker:** machine learning models deployment, enabling you to move
7979
your models from notebooks to services and applications.
80-
- **AWS Lambda and TensorFlow Lite:** serverless deep learning, understanding how to
80+
- **AWS Lambda and ONNX Runtime:** serverless deep learning, understanding how to
8181
efficiently operate within this paradigm.
82-
- **Kubernetes and TensorFlow Serving:** automating deployment, scaling, and management of
82+
- **Kubernetes and TensorFlow Serving** automating deployment, scaling, and management of
8383
containerized applications.
8484
- **KServe (optional):** an additional topic for those seeking advanced knowledge, offering
8585
insights into further enhancing deployment capabilities.
8686

8787
<figure>
88-
<img src="/images/posts/2023-08-17-machine-learning-zoomcamp/image3.png" alt="Deployment tools and frameworks in ML Zoomcamp: Flask, Docker, AWS Lambda, Kubernetes" />
88+
<img src="/images/posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club/vertical2.png" alt="Deployment tools and frameworks in ML Zoomcamp: FastAPI, Docker, AWS Lambda, Kubernetes" />
8989
<figcaption>Deployment technologies used in Part 2 of ML Zoomcamp for putting ML models into production</figcaption>
9090
</figure>
9191

_posts/2023-11-18-data-engineering-zoomcamp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
authors:
33
- valeriiakuka
4-
description: "Free Data Engineering Bootcamp 2026: Master data engineering with hands-on training in Python, SQL, dbt, Kafka, and Spark. Join DataTalks.Club's comprehensive 9-week course covering modern data engineering tools, batch and stream processing, and real-world projects. Perfect for beginners and experienced developers."
4+
description: "Master data engineering with hands-on training in Python, SQL, dbt, Kafka, and Spark. Join DataTalks.Club's comprehensive 9-week course covering modern data engineering tools, batch and stream processing, and real-world projects. Perfect for beginners and experienced developers."
55
image: images/posts/2023-11-18-data-engineering-zoomcamp/cover.jpg
66
layout: post
77
subtitle: "Master Modern Data Engineering: From Basics to Advanced Pipeline Development"

_posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DataTalks.Club offers a range of free online courses in Machine Learning, Data E
3333
## Machine Learning Zoomcamp
3434

3535
<figure>
36-
<img src="/images/posts/2023-08-17-machine-learning-zoomcamp/ml_zoomcamp_overview_horizontal.png" />
36+
<img src="/images/posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club/ml_zoomcamp_overview_horizontal_2025.png" />
3737
<figcaption>Technologies used in the Machine Learning Zoomcamp</figcaption>
3838
</figure>
3939

@@ -53,15 +53,15 @@ The course is divided into two parts:
5353
- Decision trees and ensemble learning
5454
- Neural networks and deep learning
5555

56-
**Key tools:** Python, NumPy, Pandas, Scikit-Learn, TensorFlow
56+
**Key tools:** Python, NumPy, Pandas, Scikit-Learn, TensorFlow, PyTorch
5757

5858
#### Part 2: Model Deployment
59-
- Web services with Flask
59+
- Web services with FastAPI
6060
- Containerization with Docker
6161
- Cloud deployment on AWS Lambda
6262
- Orchestration with Kubernetes
6363

64-
**Key tools:** Flask, Docker, AWS Lambda, Kubernetes, TensorFlow Serving
64+
**Key tools:** FastAPI, Docker, AWS Lambda, Kubernetes, TensorFlow Runtime
6565

6666
<div style="text-align: center; margin: 2em 0;">
6767
<div style="display: inline-block; background: #28a745; padding: 0.5em 2em; border-radius: 8px; box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); transition: all 0.15s ease;">
@@ -153,7 +153,7 @@ The course guides you step-by-step through each stage of the MLOps cycle, starti
153153
Technologies you'll learn:
154154

155155
- MLFlow
156-
- Flask
156+
- FastAPI
157157
- AWS
158158
- Mage
159159
- Evidently AI

_posts/2025-08-16-ultimate-list-of-20-free-online-courses-on-machine-learning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ University open-courseware is another category: these are completely free and of
4141
5. **Duration:** ~4 months (live cohort starting September 2025) or self-paced
4242
6. **Certificate:** Available for free upon completion for the live cohort; not issued for the self-paced track
4343

44-
[Machine Learning Zoomcamp](https://datatalks.club/blog/machine-learning-zoomcamp.html){:target="_blank"} is a practical, end-to-end ML engineering course that takes learners from core foundations to production deployment. Youll cover regression and classification, evaluation and cross-validation, trees and gradient boosting, and deep learning (CNNs, transfer learning). A deployment track focuses on packaging and serving models (Flask APIs, Docker, cloud, serverless, TensorFlow Serving, Kubernetes, optional KServe) plus monitoring and CI/CD. The program centers on building: a midterm end-to-end project and a capstone production system, emphasizing reproducible code, system design, and documentation, supported by a structured homework cadence and an active community.
44+
[Machine Learning Zoomcamp](https://datatalks.club/blog/machine-learning-zoomcamp.html){:target="_blank"} is a practical, end-to-end ML engineering course that takes learners from core foundations to production deployment. You'll cover regression and classification, evaluation and cross-validation, trees and gradient boosting, and deep learning (CNNs, transfer learning). A deployment track focuses on packaging and serving models (FastAPI APIs, Docker, cloud, serverless, ONNX Runtime, Kubernetes, optional KServe) plus monitoring and CI/CD. The program centers on building: a midterm end-to-end project and a capstone production system, emphasizing reproducible code, system design, and documentation, supported by a structured homework cadence and an active community.
4545

4646
Examples of the final projects:
4747

@@ -95,7 +95,7 @@ Examples of the final projects:
9595
5. **Duration:** ~2 months at ~10 hours/week (≈94 hours total)
9696
6. **Certificate:** Audit free; optional certificate available (paid)
9797

98-
[Machine Learning Specialization by DeepLearning.AI](https://www.coursera.org/specializations/machine-learning-introduction){:target="_blank"} is a beginner-friendly, three-course program (taught by Andrew Ng) covers the fundamentals of modern machine learning and how to apply them in practice. Youll build models in Python with NumPy and scikit-learn; implement supervised learning for regression and classification (linear/logistic regression, neural networks with TensorFlow, decision trees and tree ensembles); apply best practices for evaluation and data-centric improvement; and use unsupervised methods such as clustering and anomaly detection. The final course adds recommender systems (collaborative filtering, content-based deep learning) and an introduction to deep reinforcement learning.
98+
["Machine Learning Specialization" by DeepLearning.AI](https://www.coursera.org/specializations/machine-learning-introduction){:target="_blank"} is a beginner-friendly, three-course program (taught by Andrew Ng) covers the fundamentals of modern machine learning and how to apply them in practice. You'll build models in Python with NumPy and scikit-learn; implement supervised learning for regression and classification (linear/logistic regression, neural networks with PyTorch, decision trees and tree ensembles); apply best practices for evaluation and data-centric improvement; and use unsupervised methods such as clustering and anomaly detection. The final course adds recommender systems (collaborative filtering, content-based deep learning) and an introduction to deep reinforcement learning.
9999

100100
## 6. StanfordOnline: Statistical Learning with Python
101101

@@ -224,7 +224,7 @@ Recorded from a live Caltech broadcast, [Yaser S. Abu-Mostafa’s Machine Learni
224224
5. **Duration:** Self-paced (project-based; varies by learner)
225225
6. **Certificate:** freeCodeCamp "Machine Learning with Python" Certification (upon completing required projects)
226226

227-
["Machine Learning with Python" by FreeCodeCamp](https://www.freecodecamp.org/learn/machine-learning-with-python/#how-neural-networks-work){:target="_blank"} teaches practical machine learning with Python and TensorFlow. Youll build several neural networks and explore core and advanced topics including how neural networks work, CNNs, RNNs/LSTMs, natural language processing, and an introduction to reinforcement learning. Instruction combines a TensorFlow course by Tim Ruscica (Tech With Tim) with conceptual videos by Brandon Rohrer. To earn the certificate, you complete hands-on projects such as Rock-Paper-Scissors, a Cat/Dog image classifier, a KNN book recommender, a linear-regression health-costs calculator, and an SMS text classifier, demonstrating applied skills across computer vision, NLP, recommendation, and regression.
227+
["Machine Learning with Python" by FreeCodeCamp](https://www.freecodecamp.org/learn/machine-learning-with-python/#how-neural-networks-work){:target="_blank"} teaches practical machine learning with Python and PyTorch. You'll build several neural networks and explore core and advanced topics including how neural networks work, CNNs, RNNs/LSTMs, natural language processing, and an introduction to reinforcement learning. Instruction combines a PyTorch course by Tim Ruscica ("Tech With Tim") with conceptual videos by Brandon Rohrer. To earn the certificate, you complete hands-on projects such as Rock-Paper-Scissors, a Cat/Dog image classifier, a KNN book recommender, a linear-regression health-costs calculator, and an SMS text classifier, demonstrating applied skills across computer vision, NLP, recommendation, and regression.
228228

229229
## 16. Practical Deep Learning for Coders by [Fast.ai](http://fast.ai){:target="_blank"}
230230

309 KB
Loading
352 KB
Loading
230 KB
Loading
134 KB
Loading

0 commit comments

Comments
 (0)