Skip to content

Commit d9d9cab

Browse files
committed
add notebook links
1 parent 2513d8d commit d9d9cab

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Introduction to Machine Learning: One-Day Course
44
This is a one-day machine learning introductory course for beginners. The course covers the basics of supervised and unsupervised learning, including regression, classification, clustering, dimensinality reduction and anomaly detection. It also includes hands-on exercises and examples using popular Machine Learning (ML) libraries like Scikit-learn.
55

6-
The [slides](presentation/ML_intro.pdf) are used to guide the instructor through the course, providing a structured outline of the topics to be covered.
6+
The [presentation](presentation/ML_intro.pdf) is used to guide the instructor through the course, providing a structured outline of the topics to be covered.
77

88
## Table of Contents
99
1. [Introduction to Machine Learning](#1-introduction-to-machine-learning)
@@ -33,6 +33,7 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
3333
- Comparison between supervised and unsupervised learning using Linear Regression and K-Means examples.
3434
- Basic visualizations of regression and clustering tasks.
3535

36+
**Related notebook:** [Introduction to Machine Learning](notebooks/1-Introduction_to_Machine_Learning.ipynb)
3637

3738
---
3839

@@ -55,6 +56,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
5556
- End-to-end example of an ML pipeline using Scikit-learn.
5657
- Visualization of preprocessing and evaluation results.
5758

59+
**Related notebook:** [Machine Learning Workflow](notebooks/2-Understanding_ML_Workflow.ipynb)
60+
5861
---
5962

6063
## 3. Supervised Learning
@@ -71,6 +74,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
7174
- Hands-on example of Linear Regression with visualization of results.
7275
- Analysis of regression coefficients.
7376

77+
**Related notebook:** [Supervised Learning - Regression](notebooks/3-Supervised-1-Regression.ipynb)
78+
7479
---
7580

7681
### 3.2 Classification
@@ -86,6 +91,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
8691
- Hands-on exercise with Random Forest Classifier.
8792
- Visualization of confusion matrix results.
8893

94+
**Related notebook:** [Supervised Learning - Classification](notebooks/3-Supervised-2-Classification.ipynb)
95+
8996
---
9097

9198
## 4. Unsupervised Learning
@@ -104,6 +111,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
104111
- K-Means Clustering example with synthetic data.
105112
- Visualizing clusters and centroids.
106113

114+
**Related notebook:** [Unsupervised Learning - Clustering](notebooks/4-Unsupervised-1-Clustering.ipynb)
115+
107116
---
108117

109118
### 4.2 Other Unsupervised Learning Techniques
@@ -122,6 +131,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
122131
- Hands-on example of Isolation Forest for anomaly detection.
123132
- Apriori algorithm for discovering association rules.
124133

134+
**Related notebook:** [Unsupervised Learning - Other Techniques](notebooks/4-Unsupervised-2-Others.ipynb)
135+
125136
---
126137

127138
## 5. In-Class Assignment
@@ -134,6 +145,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
134145
- Train, evaluate and optimize the model.
135146
- Submit the pickle file of the trained model.
136147

148+
**Related notebook:** [In-Class Assignment](notebooks/5-In-Class-assignment.ipynb)
149+
137150
---
138151

139152
### Usage

0 commit comments

Comments
 (0)