-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathml-course.html
More file actions
37 lines (30 loc) · 1.54 KB
/
Copy pathml-course.html
File metadata and controls
37 lines (30 loc) · 1.54 KB
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
30
31
32
33
34
35
36
37
---
layout: default
title: "Machine Learning with Python"
permalink: /courses/ml/
---
<section style="padding: 60px 20px; background: #1f1f1f; color: #fff;">
<div class="container" style="max-width: 1000px; margin: auto;">
<h1 style="color: #4CAF50;">🤖 Machine Learning with Python</h1>
<p style="font-size: 1.1em; color: #ccc;">
This intermediate-to-advanced course covers core machine learning techniques, project workflows, and real-world modeling using Python, Scikit-learn, and Jupyter.
</p>
<h2 style="color:#00BFFF;">📘 What You'll Learn</h2>
<ul style="padding-left: 20px; list-style: disc; color:#ddd;">
<li>Supervised learning (regression, classification)</li>
<li>Unsupervised learning (clustering, PCA)</li>
<li>Model evaluation & selection (cross-validation, metrics)</li>
<li>Feature engineering and pipelines</li>
<li>Hands-on projects using Jupyter Notebooks</li>
</ul>
<h2 style="color:#00BFFF;">🧠 Course Format</h2>
<ul style="padding-left: 20px; list-style: disc; color:#ccc;">
<li>🖥️ Video Lessons & Quizzes</li>
<li>📂 Downloadable Notebooks</li>
<li>🎓 Capstone project: Predicting customer churn</li>
</ul>
<h2 style="color:#00BFFF;">📌 Requirements</h2>
<p>Basic knowledge of Python, Pandas, and NumPy is expected.</p>
<a href="/toolkits/" style="display:inline-block; margin-top:20px; background:#4CAF50; color:#fff; padding:12px 20px; border-radius:6px; text-decoration:none;">Start with Toolkits →</a>
</div>
</section>