CoolFace
Datasetpublic

farish07/banknote-authentication-dataset

Banknote Authentication Dataset This repository hosts the raw CSV file for the Banknote Authentication dataset. The data was created using features extracted from images of genuine and forged banknotes. 💾 File Contents The main file is data_banknote_authentication.csv. It contains 1372 instances and 5 columns (4 features + 1 class): Variance of Wavelet Transformed image Skewness of Wavelet Transformed image Curtosis of Wavelet Transformed image Entropy of image… See the full description on the dataset page: https://huggingface.co/datasets/farish07/banknote-authentication-dataset.

sourceHugging Facecc-by-4.0updated 10mo agoView on Hugging Face
0likes32downloads
Dataset Card

license: cc-by-4.0 tags:

  • tabular
  • classification
  • banknote
  • uci-ml ---

Banknote Authentication Dataset

This repository hosts the raw CSV file for the Banknote Authentication dataset. The data was created using features extracted from images of genuine and forged banknotes.

💾 File Contents

The main file is data_banknote_authentication.csv. It contains 1372 instances and 5 columns (4 features + 1 class):

  1. 1.Variance of Wavelet Transformed image
  2. 2.Skewness of Wavelet Transformed image
  3. 3.Curtosis of Wavelet Transformed image
  4. 4.Entropy of image
  5. 5.Class (0 for genuine, 1 for forged)