Skip to content

Implementation of multiple Machine Learning Algorithms in Python

Notifications You must be signed in to change notification settings

NikhilGupta1997/Machine_Learning_Models

Repository files navigation

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