Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 571 Bytes

Machine Learning Models

This repository contains the implementations of several basic Machine Learning Alogrithms along with the training, validation, and test data.

Models Contained

  • Linear Regression
  • Weighted Linear Regression
  • Logistic Regression
  • Gaussian Discriminant Analysis
  • Naive Bayes
  • Principal Component Analysis
  • Support Vector Machines
  • Decision Trees and Forests
  • K Means
  • Neural Network

Author

Course Project under Prof. Parag Singla