Azzera filtri
Azzera filtri

How to create training data set for signature verification?

1 visualizzazione (ultimi 30 giorni)
I have 5 genuine and 5 forged signatures of each of 12 people( total 60 genuine and 60 forged). I've extracted their features like moments and aspect ratios (7 features of each signature). So, how do I create a training data set? Create a column for each signature? Do I need to create 12 training sets for 12 people? How do I arrange those features I've extracted to train the network ? (P.S : I've done some image processing projects but I'm a bit new in neural networks.)
Please help. Thanks.

Risposta accettata

Greg Heath
Greg Heath il 13 Feb 2018
[ 7 120 ] = size(input)
[ 12 120 ] = size(target)
target columns are columns of eye(12)
Hope this helps
Thank you forformally accepting my answer
Greg
  1 Commento
sushant nepal
sushant nepal il 26 Feb 2018
I don't actually want to recognize signatures, i just want to verify them as in "legit or not", doesn't matter who it belongs to ... so does it really require a target data of 12 X 120 ?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by