How to use ensemble learning to combine multiple trained pattern recognition neural networks?

13 次查看(过去 30 天)
I saved the neural networks (patternnet) with seperate classes
for example:
Neural Network 1:
3-class problem
Neural Network 2:
Another 3 class problem
Neural Network 3:
Another 3 class problem
Is there any way to use ensemble learning to combine these neural networks to make an ensemble of say 9 classes.
can we pass input to the (combined) ensemble to classify the class or predict any one class from the 9 classes.
I am new to ensemble learning..

回答(1 个)

Varun Sai Alaparthi
Varun Sai Alaparthi 2022-11-21
Hello Raja,
I don’t suggest ensembling these networks as they are trained for different classes. For example, Neural network 1 isn’t aware of the classes that Neural network 3 is trained on. So, it might affect the final performance of the ensembled model.
Ensembling would be effective if all the neural networks are trained for 9 classes.
The better alternative would be to retrain a single model for 9 classes or ensemble models trained for all 9 classes.
I hope this information helps and please reach out for any further issues.
  2 个评论
RAJA SEKHAR BATTU
RAJA SEKHAR BATTU 2022-11-21
编辑:RAJA SEKHAR BATTU 2022-11-24
Hi @Varun Sai Alaparthi, thank you for the answer. I miscommunicated. I have all the neural network trained with same three classes. I am trying random Forrest method.Iam quite new in this ensemble learning. Can you suggest me a way to start with ensemble learning and also combine patternnet neural networks. I mean, is it possible to combine the trained neural networks or I need to start again to train.
My ultimate goal is to find a way to combine the multiple trained neural networks to form a group for classification.
Varun Sai Alaparthi
Varun Sai Alaparthi 2022-11-25
Hello Raja,
Yes is it possible to combine neural networks using ensembling.There are different ensembling methods that you can leverage to combine multiple neural networks like stacking ,boosting etc. Please check which technique works best for your use case.
Please refer to this links for information on different ensembling techniques :

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by