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:
and I have plotted the input plot:
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!