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

1 vue (au cours des 30 derniers jours)
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 commentaire
OYTUN GUNES
OYTUN GUNES le 29 Avr 2020
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

Connectez-vous pour commenter.

Réponse acceptée

Srivardhan Gadila
Srivardhan Gadila le 3 Mai 2020
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

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by