Lung Cancer
Lung Cancer
• In this work, signature forgery is detected/classified using Convolutional Neural Network (CNN).
Handwriting forgery detection is one of the hotspots in forensic science, and economic cases of handwritten
forged signatures are increasing.
•At the same time, forgery identification of documents is important evidence in criminal proceedings. For the
problem of tedious and low degree of automation of manual document inspection, put forward a method for
handwritten forged signature detection based on convolutional neural networks.
•Here in this project, we will classify signature forgery using Convolutional Neural Networks (CNN).
Experimental results show that this model is better than Support Vector Machine (SVM) feature classifier a
machine learning technique.
•Keywords: Convolutional Neural Networks, Forensic Science, Forgery Detection, Support Vector Machine
The simulated signature, or “free hand forgery” as it is sometime known, is the usual bill
of fare for the questioned document examiner. This forgery is constructed by using a genuine
signature as a model. The forger generates an artistic reproduction of this model. Depending on his skill and
amount of practice, the simulation may be quite good and bear remarkable pictorial similarity to the genuine
signature
Department of Electronics and
4
Communication Engineering
Objectives
• Local Binary Pattern (LBP) is a simple yet very efficient texture operator which labels the pixels of an
image by thresholding the neighborhood of each pixel and considers the result as a binary number. GIST
features are global image features and they assist in characterizing various important statistics of a scene.
These features are computed by convoluting the filter with an image at different scales and orientations.
Thus, high and low frequency repetitive gradient directions of an image can be measured.
• Support vector machines (SVMs) are powerful yet flexible supervised machine learning algorithms which
are used both for classification and regression. But generally, they are used in classification problems. In
1960s, SVMs were first introduced but later they got refined in 1990. SVMs have their unique way of
implementation as compared to other machine learning algorithms. Lately, they are extremely popular
because of their ability to handle multiple continuous and categorical variables.
Difficult to understand and interpret the final model, variable weights and
individual impact.
Since the final model is not so easy to see, we cannot do small calibrations
to the model hence it’s tough to incorporate our business logic.
Combine networks.