Answered
Is it necessary to set net.inputs{i}.processFcns when the network is created using netwok command?
Hi Vishakha, Answering to the questions in order, Yes, it is required to set the net.inputs{i}.processFcns value in your netwo...

meer dan 3 jaar ago | 1

Answered
How to know that periodic noise is present in an image or not.
Hi Vineet, As pointed by you in the comments, you can try analysing the spectrum of the image for periodic noise. You can try F...

meer dan 3 jaar ago | 0

Answered
Using more layers make my network performs worse
Hi Timothee, There is no well-defined connection between number of hidden layers and accuracy. Whether you will get an improved...

meer dan 3 jaar ago | 0

| accepted

Answered
Techniques for making matlabFunction finish executing faster
Hi Jaskaran, The 'File' option optimizes the code and this optimization may be time consuming for some symbolic expressions and...

meer dan 3 jaar ago | 0

Answered
How to use cross validation/ leave one out in algorithm
Hi Chhavi, The cvpartition(group,'KFold',k) function with k=n creates a random partition for leave-one-out cross-validation on ...

meer dan 3 jaar ago | 1

Answered
Issue with LSTM training
Hi Srikant, From the provided code, it seems that you are creating an LSTM network for regression and while defining the layers...

meer dan 3 jaar ago | 0

Answered
How to load ANN trained model in a new matlab script
The size of the data used to train and simulate the network must be same. From the information you provided, it seems that your ...

bijna 4 jaar ago | 0