Shaimaa Hegazy
Results
3
issues of
Shaimaa Hegazy
Is there a way to provide cross-validation/test sets for the LSTM training function? I can understand that the function is defined as follows: ``` gradientDescentAdaDelta(costFunc, nn, defs, Xts, Yts, yts,...
I want to create a network with an LSTM layer, where the number of outputs from the LSTM layer is different from the number of its inputs. Is this possible?
Could you please provide details on how to train the whole network?