Skip to content

jhu960213/ECSE-551

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published