Skip to content
#

banknote-authentication

Here are 2 public repositories matching this topic...

Language: Python
Filter by language

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

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