Comparison of numerous supervised machine learning classifier models (Logistic Regression, K-Nearest Neighbors, Support Vector Machines and Decision Trees) predicting if a banknote is genuine or not based on the dataset from OpenML containing wavelet analysis results for genuine and forged banknotes.
- Jupyter notebook SML_forged_banknotes.ipynb with all the python code, visualizations, results and commentaries.
- Data file Banknote-authentication-dataset.csv.
Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
Available at https://www.openml.org/search?type=data&sort=runs&id=1462&status=active.
The project is licensed under the MIT license. See the LICENSE file for license rights and limitations.
UML_forged_banknotes - Unsupervised machine learning dimensionality reduction and clustering models for predicting if a banknote is genuine or not based on the dataset from OpenML containing wavelet analysis results for genuine and forged banknotes - practical exercise (https://github.com/BeataWereszczynska/UML_forged_banknotes).