Fake Currency Detection using Logistic Regression Algorithm
Fake Currency Detection is a real problem for both individuals and businesses. Some are constantly finding new methods and techniques to produce counterfeit banknotes, which are essentially indistinguishable from real money. Atleast for human eyes.
data_banknote_authentication.txt
• Pandas
• NumPy
• seaborn
• sklearn
• matplotlib
- Reading dataset and assigning column names.
- Data exploration - checking for missing values.
- Checking the behaviour of data using pairplot.
- Data processing - balancing the imbalanced data using imblearn.
- Split the data to train and test the model.
- Creating a ml model and trained it.
- Model validation using Confusion Matrix.
- Finally Prediction