BNOTE
HiddenAuthenticate Bank Notes
π΅οΈ Introduction
We love it when our challenges bring out your hidden sides. This time we want to see that hidden detective in you. So come along Sherlock! Let's take a ride down the counterfeit lane!
We give you information describing images
of bank notes
, predict if they are forged or not
!
Understand with code! Here is getting started code for you.π
πΎ Dataset
The data given to you is extracted from images that were taken for the evaluation of an authentication procedure for banknotes. Data was extracted from images that were taken from genuine and forged banknote-like specimens. For digitization, an industrial camera which is popular for print inspection was used. The final images are 400 by 400
in dimensions. Wavelet Transformation tools were used to extract features from images. The attributes included in the dataset are:
The text in square bracket describes about the value type of an attribute
-
Variance of Wavelet Transformed image (continuous)
-
Skewness of Wavelet Transformed image (continuous)
-
Curtosis of Wavelet Transformed image (continuous )
-
Average Information of image ( continuous )
-
Class (
0
if note is forged and1
if it is genuine)
To know about Skewness and Curtosis click here.
π Files
-
train.csv
- (1097
samples) This csv file contains the attributes describing an image of bank note along with the binary value denoting whether or not the note is forged. -
test.csv
- (276
samples) File that will be used for actual evaluation for the leaderboard score but does not have the binary value denoting whether or not the note is forged.
π Submission
- Prepare a csv containing header as
label
and predicted value as digit1
if bank notes are genuine and digit0
for forged notes with name assubmission.csv
. - Sample submission format available at
sample_submission.csv
.
Make your first submission here π !!
π Evaluation Criteria
During evaluation F1 score will be used to test the efficiency of the model where,
π Links
- πͺ Challenge Page : https://www.aicrowd.com/challenges/bnote
- π£οΈ Discussion Forum : https://www.aicrowd.com/challenges/bnote/discussion
- π leaderboard : https://www.aicrowd.com/challenges/bnote/leaderboards
π± Contact
π Refrences
- Owner of database - Volker Lohweg, University of Applied Sciences, Ostwestfalen-Lippe
- Donor of database - Helene DΓΒΆrksen, University of Applied Sciences, Ostwestfalen-Lippe
- Dua, D. and Graff, C. (2019). [UCI Machine Learning Repository][http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.