THE SCIENCE OF SIGNATURE DETECTION: UNDERSTANDING THE TECHNIQUES (PART-III)
Hello Readers, now I am continuing with the last part of this blog. In the previous blog, we discussed all the executed techniques and theory related to the fake signature detection. So now in this part, we will discuss the techniques which I have implemented and the result that we get from the signature detection. So here I have used CNN, Siamese Network and VGG6 Network to made this model. Here CNN (Convolutional Neural Network) a deep learning algorithm is used for identifying whether the signature is real or forged. The pattern of convolutional neural networks is much similar to the pattern of neurons in the human brain. It gives different weights and bias values to different parts the image and helps in identifying one image from another. Here CNN model is trained using various images of the same person and then is used to test it on other images and find out if they are forged or real Figure ...