Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 1

| accepted

Answered
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 months ago | 0

Answered
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 months ago | 0