Skip to content

Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means

jayshah19949596/Machine-Learning-Models

Repository files navigation

Machine-Learning

  • The Repository contains Machine Learning Algortihms Implemented by me in MATLAB and PYTHON

Alogrithm used are :

  1. Decision Trees and Random Forest Classifier
  2. Naive Bayes Classifier
  3. Gaussian Naive Bayes Calssifier
  4. Mixture Of Gaussians using EM Algorithm
  5. Neural Network
  6. Singular Value Decomposition
  7. Principal Component Analysis
  8. Fitting the data to a 1D Gaussian
  9. Fitting the data to a 2D Gaussian
  10. K Nearest Neighbours
  11. Linear Regression
  12. Logistic Regression
  13. K-Mean Clustering
  14. Value-Iteration-Method
  15. Dynamic Time Warping
  16. Error Function and Regularisation