Skip to content

Commit 61d6336

Browse files
authored
Merge pull request #34 from DataTalksClub/course-articles-updates
Course articles updates
2 parents b265670 + 48ba6d7 commit 61d6336

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: DataTalks.Club
55
twitter: '@DataTalksClub'
66
permalink: /blog/:title.html
77

8+
kramdown:
9+
parse_block_html: true
10+
811
exclude:
912
- Gemfile
1013
- Gemfile.lock

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors:
33
- valeriiakuka
44
description: "Learn machine learning engineering with Python in 2025: A free 4-month course covering ML algorithms, deployment, and real-world projects. Master regression, classification, deep learning, and MLOps with hands-on practice."
5+
description: "Learn machine learning engineering with Python in 2025: A free 4-month course covering ML algorithms, deployment, and real-world projects. Master regression, classification, deep learning, and MLOps with hands-on practice."
56
image: images/posts/2023-08-17-machine-learning-zoomcamp/cover.jpg
67
layout: post
78
subtitle: Master Machine Learning Engineering with Python in 4 Months
@@ -51,7 +52,7 @@ Machine Learning Zoomcamp is a comprehensive, free four-month course that takes
5152

5253
> Explore more [free courses at DataTalks.Club](https://datatalks.club/blog/guide-to-free-online-courses-at-datatalks-club.html){:target="_blank"}.
5354
54-
## Comprehensive Course Curriculum
55+
## Course Curriculum
5556

5657
The course is divided into two main parts, carefully designed to build both your theoretical knowledge and practical skills.
5758

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors:
33
- valeriiakuka
44
description: Discover DataTalks.Club's free online courses in Machine Learning, Data Engineering, MLOps, LLMs, and Stock Market Analytics. Learn practical skills, earn certificates, and join a supportive community.
5+
description: Discover DataTalks.Club's free online courses in Machine Learning, Data Engineering, MLOps, LLMs, and Stock Market Analytics. Learn practical skills, earn certificates, and join a supportive community.
56
image: images/posts/2024-04-11-guide-to-free-online-courses-at-datatalks-club/cover.jpg
67
layout: post
78
subtitle: Earn Certificates, Get Practical Projects & Learn Machine Learning, Data Engineering, and MLOps, LLMs, Analytics in Stock Markets
@@ -32,10 +33,11 @@ DataTalks.Club offers a range of free online courses in Machine Learning, Data E
3233

3334
<figure>
3435
<img src="/images/posts/2023-08-17-machine-learning-zoomcamp/ml_zoomcamp_overview_horizontal.png" />
36+
<img src="/images/posts/2023-08-17-machine-learning-zoomcamp/ml_zoomcamp_overview_horizontal.png" />
3537
<figcaption>Technologies used in the Machine Learning Zoomcamp</figcaption>
3638
</figure>
3739

38-
[Machine Learning Zoomcamp](#machine-learning-zoomcamp) is a free 4-month course teaching machine learning engineering. You'll learn Python ML basics through to production deployment, build real projects, and join a supportive community. Next cohort starts September 2025.
40+
[Machine Learning Zoomcamp](https://datatalks.club/blog/machine-learning-zoomcamp.html) is a free 4-month course teaching machine learning engineering. You'll learn Python ML basics through to production deployment, build real projects, and join a supportive community. Next cohort starts September 2025.
3941

4042
### Prerequisites
4143

@@ -101,13 +103,12 @@ You'll spend the first six weeks learning and practicing each part of the data e
101103

102104
Technologies you'll learn:
103105

104-
- **Infrastructure:** Docker, PostgreSQL, Google Cloud Platform (GCP), Terraform
105-
- **Orchestration:** Mage.AI, Google Cloud Storage
106-
- **Data Warehousing:** BigQuery, SQL
107-
- **Analytics:** dbt, Looker Studio
108-
- **Processing:** Apache Spark, Spark SQL
109-
- **Streaming:** Apache Kafka, KSQL, Faust
110-
- **Programming:** Python, SQL
106+
- Docker
107+
- Postgres
108+
- BigQuery
109+
- dbt
110+
- Apache Spark
111+
- Apache Kafka
111112

112113
<div style="text-align: center; margin: 2em 0;">
113114
<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;">
@@ -151,16 +152,11 @@ The course guides you step-by-step through each stage of the MLOps cycle startin
151152

152153
Technologies you'll learn:
153154

154-
- Python
155-
- Docker
156-
- OpenAI API
157-
- LangChain
158-
- Hugging Face
159-
- Ollama
160-
- Elasticsearch
161-
- Qdrant
162-
- dlt
163-
- Streamlit
155+
- MLFlow
156+
- Flask
157+
- AWS
158+
- Mage
159+
- Evidently AI
164160

165161
<div style="text-align: center; margin: 2em 0;">
166162
<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;">

0 commit comments

Comments
 (0)