You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# Introduction to Machine Learning: One-Day Course
4
4
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.
5
5
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.
7
7
8
8
## Table of Contents
9
9
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
33
33
- Comparison between supervised and unsupervised learning using Linear Regression and K-Means examples.
34
34
- Basic visualizations of regression and clustering tasks.
35
35
36
+
**Related notebook:**[Introduction to Machine Learning](notebooks/1-Introduction_to_Machine_Learning.ipynb)
36
37
37
38
---
38
39
@@ -55,6 +56,8 @@ The [slides](presentation/ML_intro.pdf) are used to guide the instructor through
55
56
- End-to-end example of an ML pipeline using Scikit-learn.
56
57
- Visualization of preprocessing and evaluation results.
0 commit comments