GithubHelp home page GithubHelp logo

fagan2888 / banknote-fraud-detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unique-divine/banknote-fraud-detection

0.0 0.0 0.0 133 KB

Fraudulent banknote detection with decision trees built form scratch. I figured that this could serve as an effective technical exercise.

Jupyter Notebook 84.58% Python 15.42%

banknote-fraud-detection's Introduction

Banknote Fraud Classification - Decision Trees from Scratch

To view the notebook without downloading anything, go here.

Summary:

The goal of this project was to develop accurate predictive models to solve a binary classification problem, detecting fraudulent banknotes. I figured that classifying the banknotes with decision trees written from scratch could serve as an effective technical exercise.

Data Description:

The data was downloaded from this source.

Extracted from images 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.

Dataset Attributes:

  1. variance of Wavelet Transformed image (continuous)
  2. skewness of Wavelet Transformed image (continuous)
  3. curtosis of Wavelet Transformed image (continuous)
  4. entropy of image (continuous)
  5. class (integer)

Next Step / To-Do:

  • The decision tree is done, but I'd like to try to implement a random forest using the decision tree class.
  • Afterward, I'll turn this entire repo into a tutorial, so people won't have to struggle as much as I did to understand some of these concepts.

banknote-fraud-detection's People

Contributors

unique-divine avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.