Skip to content

SigNet Paper python implementation for check for forged Signatures. Siamese N. Net architecture has two or more identical subnetworks to find difference or similarity.

Notifications You must be signed in to change notification settings

vermavinay982/sign-verification-siamese-net-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SigNet Implementation in PyTorch (using SNN - Siamese Neural Network)

Interesting Paper that deals with Classifying the Signatures as forged or original using Siamese Network

Siamese Neural Network is a class of neural network architectures that has two or more identical sub networks. The Sub Networks have same configuration with the same parameters and weights.

Parameter updating is mirrored across both sub networks.It is used find the similarity of the inputs by comparing its feature vectors. Triplet Loss or Euclidean Loss can be used to find the distance between the feature vectors.

Here, Euclidean Distance is used for Pairwise Distance.

Paper Reference: https://arxiv.org/pdf/1707.02131.pdf

Structure

Sample Ouputs

img img img img img img img img img img img

About

SigNet Paper python implementation for check for forged Signatures. Siamese N. Net architecture has two or more identical subnetworks to find difference or similarity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published