Skip to content

Commit bd85a57

Browse files
automated adding of FAQ records from transcriptsg
1 parent adbe56a commit bd85a57

17 files changed

+876
-107
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: 0e38656cfb
3+
question: How do I submit homework?
4+
sort_order: 1
5+
---
6+
7+
- Do the tasks locally
8+
- Publish your code (e.g., in your own GitHub repo)
9+
- Submit your answers via the homework form and include the URL to your code
10+
- Answers are revealed after the deadline closes
11+
- Homeworks are in the cohorts folder, e.g. for 2025 it's cohorts/2025 (https://github.com/DataTalksClub/machine-learning-zoomcamp/tree/master/cohorts/2025)
12+
- The forms for submitting the homework are in the course management platform: https://courses.datatalks.club/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: 226a4baf2f
3+
question: What’s new in the 2025 edition?
4+
sort_order: 1
5+
---
6+
7+
- Deployment module updated to **FastAPI** (replacing Flask) and new tools.
8+
- Neural networks taught with **PyTorch** (theory videos in Keras are kept; an additional PyTorch implementation video is provided).
9+
- Deep learning deployment uses **ONNX Runtime** on AWS Lambda (replacing TensorFlow Lite).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: 9cf1c56e5b
3+
question: Should I star the GitHub repo?
4+
sort_order: 1
5+
---
6+
7+
Yes, please star the repository: https://github.com/DataTalksClub/machine-learning-zoomcamp/. Starring helps it trend so others can discover the course, and the instructor explicitly asks attendees to star it to boost visibility.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: c7e2b1ef88
3+
question: Do I need prior machine learning experience?
4+
sort_order: 1
5+
---
6+
7+
No. The course starts from first principles. We do an introduction to ML, a gentle math refresher (only what you need), and the basics of linear algebra taught via code. You can begin with zero ML background and ramp up through hands-on exercises.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: ef6fba8f4d
3+
question: What other prerequisites should I have?
4+
sort_order: 3
5+
---
6+
7+
- Be ready to use the terminal. You’ll use Git, the command line, Docker, and basic OS tasks. These are demonstrated in the course, but you should be comfortable running commands and reading errors.
8+
- If you’re new to any of these tools, consider a quick hands-on practice session before the course starts.
9+
- You don’t need to master everything before day one, but a basic comfort level with the command line will help you keep up as you learn.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: 30bf904a5b
3+
question: Do I need to know Python already?
4+
sort_order: 5
5+
---
6+
7+
Not strictly required, but you must be comfortable programming. If you know another major language (Java, JavaScript, Rust, etc.), you’ll pick up the small subset of Python we use. Expect a lot of coding and 'code-along' sessions.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: 1a4a7bd286
3+
question: Are homeworks required to get the certificate?
4+
sort_order: 15
5+
---
6+
7+
Homeworks are optional for certification, but strongly recommended to check understanding. Certification is based on projects, not homework scores.

_questions/machine-learning-zoomcamp/general/016_679b977c92_i-just-joined-what-should-i-do-next-how-can-i-acce.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: 679b977c92
3+
question: Where do I find all course materials and links?
4+
sort_order: 16
5+
---
6+
7+
- All course materials live in the main ML Zoomcamp GitHub repository: https://github.com/DataTalksClub/machine-learning-zoomcamp/
8+
- Modules are folders for each unit, with a README/markdown per unit, plus videos and notes.
9+
- Cohort-specific items (homework and dates) are under cohorts/2025/.
10+
- The YouTube playlist "Machine Learning Zoomcamp" contains all lessons.
11+
- For quick access, browse the repo, check the modules folders, and look in cohorts/2025 for cohort-specific items. The syllabus is also available at mlzoomcamp.com/#syllabus.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: 7c7ec892e4
3+
question: Can I finish early and get the certificate in under four months?
4+
sort_order: 100
5+
---
6+
7+
No. Project timelines structure the cohort. The earliest certificates typically land around **January** (after Capstone 1/2 windows and reviews).

0 commit comments

Comments
 (0)