Skip to content

Commit 6a4c36a

Browse files
authored
Update README.md
1 parent c9764af commit 6a4c36a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# Machine-Learning-with-Python
1+
# Machine Learning with Python
2+
3+
Get ready to dive into the world of Machine Learning (ML) by using Python! Beginning with a gentle introduction to Machine Learning and what it is, with topics like supervised vs unsupervised learning, linear & non-linear regression, simple regression and more.
4+
5+
We'll then dive into classification techniques using different classification algorithms, namely K-Nearest Neighbors (KNN), decision trees, and Logistic Regression and also learn about the importance and different types of clustering such as k-means, hierarchical clustering, and DBSCAN.
6+
7+
A big emphasis will be placed on hands-on learning working with Python libraries like SciPy and scikit-learn. Finnlay apply the skills by building, evaluating and comparing several Machine Learning models using different algorithms.

0 commit comments

Comments
 (0)