Data analysis and classification of counterfeit and genuine banknotes
-
Updated
Mar 28, 2020 - Jupyter Notebook
Data analysis and classification of counterfeit and genuine banknotes
CSE 575 Statistical Machine Learning
CLASSIFICATION USING K-NEAREST NEIGHBORS (KNN) ALGORITHM. This project is for classifying banknotes using the KNN algorithm.
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. (Python 3)
Deployment of ML Model using Fast API. To run the API use `uvicorn app:app --reload`
Add a description, image, and links to the banknotes-classification topic page so that developers can more easily learn about it.
To associate your repository with the banknotes-classification topic, visit your repo's landing page and select "manage topics."