Back Propagation ANN algorithm and Database?

조회 수: 2 (최근 30일)
Mansoor ahmadi
Mansoor ahmadi 2015년 1월 13일
편집: Mansoor ahmadi 2015년 1월 14일
hello everyone!
I'm doing a project "Signature Recognition and Classification System" I use the Zernike moments for feature extraction and for classification I use Back Propagation Artificial Neural Network, usually every signature is related to a person so, When the signature assign in the system, the name, last name and ID of person with the feature of signature is stored in a database (I use mat file for storing data), My question is that how to store this data in mat file that later I could Identify signature and compare new signature with database signature, Can I store this data in dataset? Can I store in structure array? and so on. What do you suggest and advise me? if you want get more information about my project see below link:
thanks a lot. please help me I need your suggestion very much.
Mansoor
  댓글 수: 3
Stephen23
Stephen23 2015년 1월 14일
편집: Stephen23 2015년 1월 14일
You should change the name of the question from "Need to help in my project !!!!!!" to something more descriptive. If you want people who are browsing MATLAB Answers to come and help you, then you need to help them by giving them the information so they know what topic you are working with.
Mansoor ahmadi
Mansoor ahmadi 2015년 1월 14일
Thank you sir for your advise!
I changed my question, I'm new in this site I don't know some this website's rule. Now if you can answer me. thank you.

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

답변 (1개)

Stalin Samuel
Stalin Samuel 2015년 1월 14일
for example(basic &not NN) if you have featire f1 f2 f3
f(i,:)=[f1(i) f2(i) f3(i)]
save feature
then use
load feature
and calculate feature for a single image and match with the data base

카테고리

Help CenterFile Exchange에서 Language Support에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by