custom mulitiple output regression

2 ビュー (過去 30 日間)
jaehong kim
jaehong kim 2021 年 2 月 12 日
コメント済み: jaehong kim 2021 年 2 月 16 日
i just want mulitiple output regression custom code.
i can't find that...
i think that fullyconnectedlayer's outputsize is key for multiple output regression.
Is it correct?
ex..
layers = [
featureInputLayer(2,'Name','in')
fullyConnectedLayer(64,'Name','fc1')
tanhLayer('Name','tanh1')
fullyConnectedLayer(32,'Name','fc2')
tanhLayer('Name','tanh2')
fullyConnectedLayer(16,'Name','fc3')
tanhLayer('Name','tanh3')
fullyConnectedLayer(8,'Name','fc4')
tanhLayer('Name','tanh4')
fullyConnectedLayer(6,'Name','fc5')
];
6==outputsize
thank you for reading my question!

回答 (1 件)

Raynier Suresh
Raynier Suresh 2021 年 2 月 16 日
Hi, For multiple regression output you can also create networks with multiple output layers. For more information on this you can refer the below link.
  1 件のコメント
jaehong kim
jaehong kim 2021 年 2 月 16 日
Thank you for the answer. I'll take a good reference.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by