What is the actual problem statement of Iris flower in Neural Network Pattern Recognition tool in Matlab?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2016-5-20
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!