Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 905 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 905 Bytes

ECSE-551: Applied Machine Learning

• Project 1:

Implemented a Logistic Regression classifier (from scratch), K-Fold Validation, and Feature Engineering Pipeline in Python. Achieved accuracies of 93% & 80% on 2 distinct test sets. (Non-Kaggle)

• Project 2:

Implemented a Bernoulli Naïve Bayes’ classifier (from scratch) with Binary Feature Encoding, TFIDF Normalization, and 𝑿𝟐 Feature Selection in Python for Reddit Posts Classification. Achieved a 91.7% accuracy in the Kaggle competition. https://www.kaggle.com/c/reddit-classification/leaderboard

• Project 3:

Implemented a VGG-16 Convolution Neural Network (from scratch) with Image Augmentation, Pixel Normalization, and Dropout Regularization in Pytorch for a customized MNIST Fashion Dataset. Achieved a 96% accuracy in the Kaggle competition. https://www.kaggle.com/c/ecse-551-f20-image-understanding/leaderboard