Skip to content

Commit 9d5eb9c

Browse files
authored
Feature: Updated README
1 parent fa67aec commit 9d5eb9c

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# Machine Learning Algorithms
2-
Machine learning algorithms Python implementations.
2+
3+
Broad exploration of machine learning models and approaches using Python and Scikit-learn.
4+
5+
## Topics
6+
7+
- Regression
8+
- Binary classification
9+
- Multiclass classification
10+
- Machine learning methods
11+
- Model evaluation
12+
- Parameter search
13+
- Feature selection
14+
- Loss functions/metrics
15+
- Non-parametrics models
16+
- Parametric models
17+
- Data pre-processing
18+
19+
## Technologies
20+
21+
- Python
22+
- Scikit-learn
23+
- Pandas
24+
- Numpy

0 commit comments

Comments
 (0)