InterviewSolution
Saved Bookmarks
| 1. |
What is the objective of feature maps?(a) to capture the features in space of input patterns(b) to capture just the input patterns(c) update weights(d) to capture output patternsThis question was posed to me in unit test.I want to ask this question from Analysis of Feature Mapping Network in chapter Competitive Learning Neural Networks of Neural Networks |
|
Answer» RIGHT option is (a) to capture the features in space of INPUT patterns The BEST I can explain: The OBJECTIVE of FEATURE maps is to capture the features in space of input patterns. |
|