hsed / ml-cw

This repo is for EE3-23 Machine Learning CW 2018. Evaluating machine learning models for spam/not-spam detection in emails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml-cw

This repo is for EE3-23 Machine Learning CW 2018.

Task

The task involved evaluating state-of-the-art machine learning models to improve accuracy of spam/not-spam detection with the help of feature engineering and regularisation.

Scripts

The script has a menu-based system and can also use pre-trained weights for demonstration purposes.

To run the main script simpy run:

pip install -r requirements.txt
cd code
python mainMenu.py

Report

Please find the PDF report in the doc folder or use the direct link.

About

This repo is for EE3-23 Machine Learning CW 2018. Evaluating machine learning models for spam/not-spam detection in emails.


Languages

Language:Python 100.0%