Some scripts for dataset exploration, normalization and classification with neural network and other methods (decision tree, SVM) on Banknote Authentication Data Set from UCI repository. https://archive.ics.uci.edu/ml/datasets/banknote+authentication
Requirements:
- Python 2.7
- pipenv
- PyBrain. Clone/download it's repo https://github.com/pybrain/pybrain and put one level up (../) from the project root (or change path in
Pipfile
).
Install dependencies by executing pipenv install
and run the scripts, all parameters are specified in variables at the top of each script.