필터 지우기
필터 지우기

How to create training data set for signature verification?

조회 수: 1 (최근 30일)
sushant nepal
sushant nepal 2018년 2월 9일
댓글: sushant nepal 2018년 2월 26일
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.

채택된 답변

Greg Heath
Greg Heath 2018년 2월 13일
[ 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
sushant nepal
sushant nepal 2018년 2월 26일
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 ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by