Neural Network with multiple Outputs

조회 수: 2 (최근 30일)
Mohamed Amine Chaaleb
Mohamed Amine Chaaleb 2017년 8월 28일
댓글: Mohamed Amine Chaaleb 2017년 8월 28일
Hi everybody :) !!
I'm creating a neural network with multiple inputs and multiple outputs. I had no problem with the input since I reshaped it into one vector and then I used the con2seq command to change it to a cell array with the number of column as samples. 1xN samples. Now the Problem is that my outputs are three matrices: Output1: 263x3 (it's a temperatur as a function of time) Output2: 263x3 (another temperature-function as a function of time) Output3: 263x3 (264 time steps)
the number of column is 3 because it's actually the number of sensors that I'm using in my experiment and the number of rows is 263 ... it's the time steps. How do I have to define my outputs since it is multidimensional?
Thank you !

채택된 답변

Greg Heath
Greg Heath 2017년 8월 28일
For N I-dimensional "I"nputs yielding N O-dimensional "O"utputs
[ I N ] = size(input)
[ O N ] = size(target)
You have some rearranging to do.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by