Borrar filtros
Borrar filtros

How to create training data set for signature verification?

1 visualización (últimos 30 días)
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.

Respuesta aceptada

Greg Heath
Greg Heath el 13 de Feb. de 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 comentario
sushant nepal
sushant nepal el 26 de Feb. de 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 ?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by