Skip to content

vaimathi1726/Bank-Note-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bank-Note-Classification

Classifies Bank Notes

This project focuses on building and evaluating machine learning models to classify banknotes as either real or counterfeit based on features derived from images of the notes. The dataset used contains features such as variance, skewness, kurtosis, and entropy, which represent statistical properties of the banknote images. I preprocessed the data by scaling the features using StandardScaler to ensure better performance of the models. Two machine learning models were implemented: a neural network using Keras for deep learning and a sci-kit learn Random Forest classifier for ensemble learning. The models were evaluated using accuracy, precision, recall, and F1-score to ensure balanced and accurate classification. The neural network was trained over multiple epochs, and both models achieved high accuracy in predicting whether a banknote is real or counterfeit.

About

Classifies Bank Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published