Skip to content
#

banknote-authentication

Here are 12 public repositories matching this topic...

This Python code utilizes the decision tree algorithm from the scikit-learn library to perform banknote authentication. The code aims to analyze the impact of different train-test split ratios and training set sizes on the accuracy and size of the learned decision tree.

  • Updated Aug 24, 2023
  • Python

This repository contains a Python implementation of a K-Nearest Neighbors (KNN) classifier from scratch. It's applied to the "BankNote_Authentication" dataset, which consists of four features (variance, skew, curtosis, and entropy) and a class attribute indicating whether a banknote is real or forged.

  • Updated Aug 24, 2023
  • Python

Machine Learning / Data mining project in python. In this project, various classification algorithms such as Decision Tree, k-nearest neighbours, random forest and support vector machine have been implemented from scratch and have been applied on banknote authentication dataset. The goal of this project is to calculate and compare the accuracy o…

  • Updated Jul 7, 2022
  • Jupyter Notebook

Our task is to predict whether a bank currency note is authentic or not based upon four attributes of the note i.e. skewness of the wavelet transformed image, the variance of the image, entropy of the image, and kurtosis of the image. This is a binary classification problem and we will use the Support Vector Machine algorithm to solve this probl…

  • Updated Apr 16, 2021
  • Jupyter Notebook

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)

  • Updated Apr 21, 2023
  • Jupyter Notebook

UML 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. (Python 3)

  • Updated Apr 22, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the banknote-authentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the banknote-authentication topic, visit your repo's landing page and select "manage topics."

Learn more