필터 지우기
필터 지우기

How to combine multiple neural networks?

조회 수: 7 (최근 30일)
Harish Balaga
Harish Balaga 2011년 5월 4일
댓글: Rik 2019년 5월 22일
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.

채택된 답변

K-J Mohammed
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
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. ???

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by