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 353f9ee commit d07e336Copy full SHA for d07e336
README.md
@@ -1,2 +1,13 @@
1
# Machine-Learning---Python-Implementations
2
Basic ML algorithms written from scratch in python using numpy.
3
+Most of the code is just ported from the Octave code from Andrew Ng's Course.
4
+
5
+Algorithms To Do:
6
+- Linear regression
7
+- Logistic regression
8
+- Logistic regression (Multi class)
9
+- SVM
10
+- K - means
11
12
+Algorithms completed:
13
+- Neural Newtorks
0 commit comments