Back Propagation ANN algorithm and Database?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Stephen23
il 14 Gen 2015
Modificato: Stephen23
il 14 Gen 2015
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.
Risposte (1)
Stalin Samuel
il 14 Gen 2015
for example(basic ¬ 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
0 Commenti
Vedere anche
Categorie
Scopri di più su Define Shallow Neural Network Architectures 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!