BankNote Authentication UCI
BankNote Authentication UCI
@kaggle.shantanuss_banknote_authentication_uci
BankNote Authentication UCI
@kaggle.shantanuss_banknote_authentication_uci
Data were extracted from images that were taken from genuine and forged banknote-like specimens. For digitization, an industrial camera usually used for print inspection was used. The final images have 400x 400 pixels. Due to the object lens and distance to the investigated object gray-scale pictures with a resolution of about 660 dpi were gained. Wavelet Transform tool were used to extract features from images.
https://archive.ics.uci.edu/ml/datasets/banknote+authentication
Owner of database: Volker Lohweg (University of Applied Sciences, Ostwestfalen-Lippe, volker.lohweg '@' hs-owl.de)
Donor of database: Helene Dörksen (University of Applied Sciences, Ostwestfalen-Lippe, helene.doerksen '@' hs-owl.de)
Date received: August, 2012
CREATE TABLE banknoteauthentication (
"variance" DOUBLE,
"skewness" DOUBLE,
"curtosis" DOUBLE,
"entropy" DOUBLE,
"class" BIGINT
);Anyone who has the link will be able to view this.