What is the actual problem statement of Iris flower in Neural Network Pattern Recognition tool in Matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
kedar Paul
el 17 de Mayo de 2016
Respondida: Greg Heath
el 20 de Mayo de 2016
I am new to the Neural Networking concept.In iris flower pattern recognition problem I don't understand the problem statement. I understood the Breast Cancer problem but not making any head away with this problem. I have plotted the target values:
and I have plotted the input plot:
Can anybody explain this problem?
Thanks in advance.
0 comentarios
Respuesta aceptada
Greg Heath
el 20 de Mayo de 2016
1. The data lies in a 4-dimensional space. Project the data onto whatever orthogonal planes you need to view the problem. For example view the problem via
(x1,x2), (x1,x3), (x1,x4), (x2,x3), (x2,x4) and (x3,x4)
2. See what others have done with the problem by searching BOTH NEWSGROUP and ANSWERS using the search word IRIS
Hope this helps.
Greg
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Pattern Recognition and Classification 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!