Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.41 KB

File metadata and controls

29 lines (15 loc) · 1.41 KB

ML-Code

This Repo Contains Codes for Machine Learning Models in Python, Java and C++. There are no External Libraries Like TensorFlow and PyTorch is used, Only numpy, ND4J and Eigen for Matrix operation and SciPy for minimization function like CG is used. All the Data in these models are taken from ML course on Coursera by prof. Andrew ng.

Linear Regression Python

Linear Regression Java

Logistic Regression Python

Support Vector Machine Python

Spam Classifier Python Using SVM

Spam Classifier Python Using Neural Network

Anomly Detection

Tips and Trick to Tuning

Recommender System

K-means and PCA

K-means Java