What are the dimensions mentioned in fully connected layer stands for (D, N and S) ?

조회 수: 2 (최근 30일)
In fullyConnectedLayer documentation, it is written that: "... X of size D-by-N-by-S, then the fully connected layer outputs an array Z of size outputSize-by-N-by-S. At time step t, the corresponding entry of Z is WXt+b, where Xt denotes time step t of X." , what (D, N and S) stand for?
Regards,
Oytun GUNES
  댓글 수: 1
OYTUN GUNES
OYTUN GUNES 2020년 4월 29일
Okay I think I found from lstm documentation as; D stands for dimension of hidden units, S is the length of sequence, but still what is N?
Regards,
Oytun

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

채택된 답변

Srivardhan Gadila
Srivardhan Gadila 2020년 5월 3일
N stands for number of observations (or sequences).
For more information you can refer to:
  1. sequences Input Argument of the function trainNetwork
  2. Invalid training data. X and Y must have the same number of observations

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by