回答済み
how to normalize CNN-Data?
Since you are getting NaN values as output, it might be due to numerical instability during the training of a neural network. Y...

3ヶ月 前 | 0

回答済み
Feature Extraction using pretrained CNN
Yes, you can extract a specific number of features from an image dataset using a pre-trained CNN like “SqueezeNet”. But if you d...

3ヶ月 前 | 0

回答済み
Undefined function or variable 'batchNorm​alizationL​ayer'.
The issue is arising because of different MATLAB version use. The function “batchNorm​​alization​L​ayer” is introduced in R201...

3ヶ月 前 | 1

| 採用済み

回答済み
Regression equation from bias and weights in ANN
Since you want a mathematical equation of what the neural network has learned. There is a way to get it by representing each lay...

4ヶ月 前 | 0

回答済み
i just build a rnn network layer and i got this error
I can see you are performing image classification task here. This issue is occurring because "sequenceInputLayer" function expec...

4ヶ月 前 | 0