How to make Deep Ensemble Learning Model with Deep Learning toolbox
Mostrar comentarios más antiguos
Can someone show me how to build an example enseble deep network like is shown in figure 2 of attached zip?
See attached or via link https://www.mdpi.com/2076-3417/10/4/1504/pdf

https://www.mdpi.com/2076-3417/10/4/1504/pdf
2 comentarios
Madhav Thakker
el 21 de Dic. de 2020
Can you share your progress?
Respuestas (1)
Paola Jaramillo
el 4 de Dic. de 2020
0 votos
Hi Emil,
Regarding the networks: RNNs, GRU and LSTMs are definitely supported.
- Custom RNNs are more tricky to implement, you could use custom layers and custom training loops methods:
- https://nl.mathworks.com/help/deeplearning/deep-learning-custom-layers.html
- https://nl.mathworks.com/help/deeplearning/ref/dlarray.html
Regarding the ensemble method: the easiest way to ensemble deep learning models is to train different networks individually and then combine the predictions of all networks using one of the post-hoc ensemble approaches (e.g. average predictions or majority voting). To give you some ideas:
- https://blogs.mathworks.com/deep-learning/2019/06/03/ensemble-learning/
- https://nl.mathworks.com/help/deeplearning/ug/classify-videos-using-deep-learning.html
1 comentario
Emil
el 10 de Dic. de 2020
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


