What is the actual problem statement of Iris flower in Neural Network Pattern Recognition tool in Matlab?
1 view (last 30 days)
Show older comments
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164484/image.jpeg)
and I have plotted the input plot:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164487/image.jpeg)
Can anybody explain this problem?
Thanks in advance.
0 Comments
Accepted Answer
Greg Heath
on 20 May 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 Comments
More Answers (0)
See Also
Categories
Find more on Pattern Recognition and Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!