How can I implement ensemble averaging in MatLab?
Show older comments
I am attending an Artificial Neural Networks course, and recently, the professor assigned us this problem (please, see the attachment). It has to do with committee machines and expert systems.
We can use the Matlab Toolbox to create the experts (neural networks), but I find very difficult to implement the code of the MatLab program. I will appreciate very much if anyone helps me with this exercise.
1 Comment
Greg Heath
on 3 Dec 2013
Since there is more than one way to do this
1. Write out the logic that you wish to implement.
2. Convert it to code
3. Apply it to one of the MATLAB datasets
help nndatasets
4. If there is a problem, post code, comments and error messages.
Answers (0)
Categories
Find more on Classification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!