We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a50370 commit 87b1e8fCopy full SHA for 87b1e8f
README.md
@@ -1 +1,10 @@
1
-# ML-Algorithms
+## ML-Algorithms
2
+
3
+**Description**
4
+- self implemented ML algorithms without sklearn
5
6
+### Contents
7
8
+- **Linear Regression** : predicting quality of redwine on scale 1-10 given the composition of each components.
9
+- **Logistic Regression** : predicting if a person has hepatitis or not
10
+- **Neural Network** : Letter recognition using some info about each Letter (Very Bas accuracy though - can ignore xD)
0 commit comments