Back Propagation ANN algorithm and Database?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Stephen23
el 14 de En. de 2015
Editada: Stephen23
el 14 de En. de 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.
Respuestas (1)
Stalin Samuel
el 14 de En. de 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 comentarios
Ver también
Categorías
Más información sobre Define Shallow Neural Network Architectures 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!