Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djb15/machine-learning-project

Machine learning project 2018 - Imperial College London
https://github.com/djb15/machine-learning-project

machine-learning project python3 scikit-learn scikitlearn-machine-learning university university-project

Last synced: 12 days ago
JSON representation

Machine learning project 2018 - Imperial College London

Awesome Lists containing this project

README

        

# machine-learning-project

> Repo for machine learning project at Imperial College London. The problem being solved is email spam classification.

## Get Started
To run my models, install all the required Python packages with `pip install -r requirements.txt` (ideally in a virtual environment but that is personal preference). Also make sure you download the dataset from [here](https://archive.ics.uci.edu/ml/datasets/spambase) and place the `spambase.data` file in the `data` directory. Then run `python mlp.py` etc. to run the Scikit Learn model for each training classifier.