Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 661 Bytes

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