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 e891835 commit fc7ce2dCopy full SHA for fc7ce2d
README.md
@@ -1 +1,19 @@
1
-# Machine_Learning_Models
+# Machine Learning Models
2
+This repository contains the implementations of several basic Machine Learning Alogrithms along with the training, validation, and test data.
3
+
4
+## Models Contained
5
++ Linear Regression
6
++ Weighted Linear Regression
7
++ Logistic Regression
8
++ Gaussian Discriminant Analysis
9
++ Naive Bayes
10
++ Principal Component Analysis
11
++ Support Vector Machines
12
++ Decision Trees and Forests
13
++ K Means
14
++ Neural Network
15
16
+## Author
17
++ [Nikhil Gupta](https://github.com/NikhilGupta1997)
18
19
+Course Project under [**Prof. Parag Singla**](http://www.cse.iitd.ernet.in/~parags/)
0 commit comments