Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.65 KB

File metadata and controls

23 lines (18 loc) · 1.65 KB

CS334-Machine-Learning

Machine learning model development from scratch. KNN, Decision Tree, linear regression, perceptron, PCA, random forest

HW1: KNN standard scale Test Accuracy Train Accuracy

HW2: Decision Tree md mls

HW3: Linear regression with Stochastic Gradient Descent (SGD) batch_size bset_lr_mse lr_mse heatmap

HW4: Perceptron to classify Spam and Ham Emails

HW5: PCA and Random Forest for wine quality feature selection roc nest