Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 887 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 887 Bytes

Machine-Learning-Projects

Assignment-1

• Implemented a k-Nearest Neighbor classifier, Perceptron algorithm and Linear Regression and evaluate them.

Assignment-2

• Implemened Logistic Regression for binary and multiclass classification. • Built multi-layer perceptrons and convolutional neural networks.

Assignment-3

• Built a linear SVM classifier and decision tree classifier. • Implemented Decision Stump, AdaBoost and Logitboost Algorithms.

Assignment-4

• Implemented K-means clustering algorithms and used K-means clustering to classify data and compress image. • Implemented EM algorithms to estimate the parameters of Gaussian Mixture Models and to sample from the GMM distribution.

Assignment-5

• Implement three inference procedures of of a small hidden Markov model. • Implement Principal Component Analysis (PCA) and use it for image compression.