How to combine multiple neural networks?
13 次查看(过去 30 天)
显示 更早的评论
i have created 3 individual neural networks. now i want to combine these 3 networks and create a new network such that outputs of the first three networks become inputs for the new network. inputs of any of the old networks should not effect the output of others.
is it possible to do this in matlab?
all the networks should run simultaneously.
0 个评论
采纳的回答
K-J Mohammed
2011-6-11
Read the "Custom Networks" page of "Advanced Topics" in the Neural Network Toolbox help file. It describes creating a network object and populating the properties including numbers of inputs, numbers of layers, connections, etc. These properties define the architecture of the entire network. In your case, you'll have 4 layers, with the first 3 connected to the inputs and the 4th layer's inputs connected to the outputs of the first 3 layers.
2 个评论
Abdul Salam Mubashar
2016-8-17
how can one layer be learn in custom neural network; while if it is intended to learn the different layers with different network-architectures? like layer 1 with som, layer 2 with multi layer perceptron and out layer with competitive network. ???
Rik
2019-5-22
This answer is correct!! Thank you so much. Now the link is directed by https://www.mathworks.com/help/deeplearning/ug/create-and-train-custom-neural-network-architectures.html?searchHighlight=Before%20you%20can%20build%20a%20network%20you%20need%20to%20know%20what%20it%20looks%20like&s_tid=doc_srchtitle
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling and Prediction with NARX and Time-Delay Networks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!