Machine Learning Email Classification

Python / ML / scikit-learn

This algorithm is designed to classify spam in large datasets of thousands of emails. This is performed using a multi-layer perceptron (MLP) neural network with GridSearchCV for hyper-parameter optimization, and n-fold cross-validation. Detailed report available on GitHub.