We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0881e21 commit fe1f86fCopy full SHA for fe1f86f
README.md
@@ -1,2 +1,20 @@
1
# MachineLearning
2
MachineLearning
3
+
4
5
6
+Implemented Different Machine Learning Models like
7
8
+1) Gradient Descent ( Linear Regression )
9
+2) Stochastic Gradient Descent
10
+3) Support Vector Machine (Quadratic Programming) for Binary Classification
11
+4) Decision Trees for Classification
12
+5) Bagging
13
+6) Boosting
14
+7) Dual SVM with Slack
15
+8) Primal slack
16
+9) K-Nearest Neighbours
17
+10) K-Means Clustering
18
+11) Spectral Clustering
19
+12) Naive Bayes used for Classification
20
+13) Naive Bayes with Sampling a Probability Distribution
0 commit comments