SlideShare a Scribd company logo
Detection of Fake currency note using Machine Learning
Using Convolutional Neural Network Model is trained using different images of different currency
notes such as 2000rs note, 500rs note. First of select a target size like how much the image should be
like so that can scale it down to require more and fix number of bag sizes and define the classes but the
classes is like which notes we have like 100rs, 500rs. After running this it trains the module then it can
identify which is ever note we input like and which note it is can identified clearly.
Block Diagram:
False
True
Input
Preprocessing
True currency
is detected
Get features of
currency from
both the side
Compare it
using
Machine
learning
algorithm
Fake
currency is
detected
Does
features
matches
Steps Implementation:
Image Acquisition
output
comparison
Pre- Processing
Gray scale conversion
Feature contraction
The steps used for image preprocessing are :
Read image
Resize image
Remove noise(Denoise)
Segmentation
Morphology(smoothing edges)
Step 1: Read image
In this step, we save the path to our image dataset into a variable then created a function to
load the folders containing images into arrays.
Step 2: Resize image
In this step in order to visualize the change, we are going to create two functions to display the
images the first being a one to display one image and the second for two images. After that, we
then create a function called processing that just receives the images as a parameter. Then
some images may vary in size so we should give a base size for all images.
Step 3: Remove noise
To remove unwanted noise we use gaussian blur in this code. Gaussian function is used to
blurring an image to reduce the image noise.
Step 4: Segmentation
In this step we are going to separate the background from foreground objects and further
improve the segmenation with more noise removal.
Step 6: Morphology
In this step, we separate different objects in the image with markers.

More Related Content

PPTX
Project on fake currency recognition using image processing ppt final (3).pptx
PPTX
FAKE CURRENCY DETECTION PDF NEW PPT.pptx
PDF
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
PDF
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
PPTX
fake_____-----currency_detection[1].pptx
PDF
Image recognition applications and dataset preparation - DevFest Baghdad 2018
PDF
IRJET- Fake Paper Currency Recognition
PDF
A review of Fake Currency Recognition Methods
Project on fake currency recognition using image processing ppt final (3).pptx
FAKE CURRENCY DETECTION PDF NEW PPT.pptx
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
fake_____-----currency_detection[1].pptx
Image recognition applications and dataset preparation - DevFest Baghdad 2018
IRJET- Fake Paper Currency Recognition
A review of Fake Currency Recognition Methods

Similar to Machine learning Exam.pdf (20)

PPTX
Fake Note Detection of Bangladesh
PPT
Fake currency detection using image processing
PDF
IRJET- Currency Verification using Image Processing
PPTX
Currency recognition system using image processing
PPTX
Currency validation system using mobile
PDF
Currency Recognition using Machine Learning
PDF
Data Science - Part XVII - Deep Learning & Image Processing
PPTX
Currency Recognition using SIFT algo.pptx
PDF
IRJET- Universal Currency Identifier
PDF
IJEEE - FAKE CURRENCY DETECTION USING IMAGE PROCESSING
PPTX
Bangladesh Currency Detection Using Data Mining
PPTX
Currency recognition using image processing in MATLAB
PDF
Note to Coin converter using Digital Image Processing
PDF
IRJET- Note to Coin Exchanger
PPTX
Coin recognition using matlab
PDF
International Journal of Computational Engineering Research(IJCER)
PPTX
PATTERN RECOGNITION.pptx
PDF
Deep Learning for Computer Vision - Image Classification, Object Detection an...
PPTX
Fake Currency detction Using Image Processing
PDF
Currency Recognition System using Image Processing
Fake Note Detection of Bangladesh
Fake currency detection using image processing
IRJET- Currency Verification using Image Processing
Currency recognition system using image processing
Currency validation system using mobile
Currency Recognition using Machine Learning
Data Science - Part XVII - Deep Learning & Image Processing
Currency Recognition using SIFT algo.pptx
IRJET- Universal Currency Identifier
IJEEE - FAKE CURRENCY DETECTION USING IMAGE PROCESSING
Bangladesh Currency Detection Using Data Mining
Currency recognition using image processing in MATLAB
Note to Coin converter using Digital Image Processing
IRJET- Note to Coin Exchanger
Coin recognition using matlab
International Journal of Computational Engineering Research(IJCER)
PATTERN RECOGNITION.pptx
Deep Learning for Computer Vision - Image Classification, Object Detection an...
Fake Currency detction Using Image Processing
Currency Recognition System using Image Processing
Ad

Recently uploaded (20)

PDF
Understanding University Research Expenditures (1)_compressed.pdf
PDF
HCWM AND HAI FOR BHCM STUDENTS(1).Pdf and ptts
PPTX
The discussion on the Economic in transportation .pptx
PDF
1a In Search of the Numbers ssrn 1488130 Oct 2009.pdf
PPT
E commerce busin and some important issues
PPTX
Unilever_Financial_Analysis_Presentation.pptx
PPTX
Antihypertensive_Drugs_Presentation_Poonam_Painkra.pptx
PDF
ECONOMICS AND ENTREPRENEURS LESSONSS AND
PDF
financing insitute rbi nabard adb imf world bank insurance and credit gurantee
PDF
ABriefOverviewComparisonUCP600_ISP8_URDG_758.pdf
PDF
Predicting Customer Bankruptcy Using Machine Learning Algorithm research pape...
PPTX
Session 11-13. Working Capital Management and Cash Budget.pptx
PDF
6a Transition Through Old Age in a Dynamic Retirement Distribution Model JFP ...
PDF
Copia de Minimal 3D Technology Consulting Presentation.pdf
PPT
KPMG FA Benefits Report_FINAL_Jan 27_2010.ppt
PPTX
How best to drive Metrics, Ratios, and Key Performance Indicators
PDF
Q2 2025 :Lundin Gold Conference Call Presentation_Final.pdf
PDF
Bitcoin Layer August 2025: Power Laws of Bitcoin: The Core and Bubbles
PDF
caregiving tools.pdf...........................
PDF
Spending, Allocation Choices, and Aging THROUGH Retirement. Are all of these ...
Understanding University Research Expenditures (1)_compressed.pdf
HCWM AND HAI FOR BHCM STUDENTS(1).Pdf and ptts
The discussion on the Economic in transportation .pptx
1a In Search of the Numbers ssrn 1488130 Oct 2009.pdf
E commerce busin and some important issues
Unilever_Financial_Analysis_Presentation.pptx
Antihypertensive_Drugs_Presentation_Poonam_Painkra.pptx
ECONOMICS AND ENTREPRENEURS LESSONSS AND
financing insitute rbi nabard adb imf world bank insurance and credit gurantee
ABriefOverviewComparisonUCP600_ISP8_URDG_758.pdf
Predicting Customer Bankruptcy Using Machine Learning Algorithm research pape...
Session 11-13. Working Capital Management and Cash Budget.pptx
6a Transition Through Old Age in a Dynamic Retirement Distribution Model JFP ...
Copia de Minimal 3D Technology Consulting Presentation.pdf
KPMG FA Benefits Report_FINAL_Jan 27_2010.ppt
How best to drive Metrics, Ratios, and Key Performance Indicators
Q2 2025 :Lundin Gold Conference Call Presentation_Final.pdf
Bitcoin Layer August 2025: Power Laws of Bitcoin: The Core and Bubbles
caregiving tools.pdf...........................
Spending, Allocation Choices, and Aging THROUGH Retirement. Are all of these ...
Ad

Machine learning Exam.pdf

  • 1. Detection of Fake currency note using Machine Learning Using Convolutional Neural Network Model is trained using different images of different currency notes such as 2000rs note, 500rs note. First of select a target size like how much the image should be like so that can scale it down to require more and fix number of bag sizes and define the classes but the classes is like which notes we have like 100rs, 500rs. After running this it trains the module then it can identify which is ever note we input like and which note it is can identified clearly. Block Diagram: False True Input Preprocessing True currency is detected Get features of currency from both the side Compare it using Machine learning algorithm Fake currency is detected Does features matches
  • 2. Steps Implementation: Image Acquisition output comparison Pre- Processing Gray scale conversion Feature contraction
  • 3. The steps used for image preprocessing are : Read image Resize image Remove noise(Denoise) Segmentation Morphology(smoothing edges) Step 1: Read image In this step, we save the path to our image dataset into a variable then created a function to load the folders containing images into arrays. Step 2: Resize image In this step in order to visualize the change, we are going to create two functions to display the images the first being a one to display one image and the second for two images. After that, we then create a function called processing that just receives the images as a parameter. Then some images may vary in size so we should give a base size for all images. Step 3: Remove noise To remove unwanted noise we use gaussian blur in this code. Gaussian function is used to blurring an image to reduce the image noise. Step 4: Segmentation In this step we are going to separate the background from foreground objects and further improve the segmenation with more noise removal. Step 6: Morphology In this step, we separate different objects in the image with markers.