Skip to content

Some scripts for dataset exploration, normalization and classification using Python, PyBrain, SciPy

License

Notifications You must be signed in to change notification settings

AlexP11223/SimplePyBrainNeuralNeutwork

Repository files navigation

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

Usage

Requirements:

Install dependencies by executing pipenv install and run the scripts, all parameters are specified in variables at the top of each script.