why the number of epoches is low
Show older comments
i am training the feedforward back propagation neural network using nntool in matlab with input vector of 12*304 and target vector of 1*304. Here is the list of parameters that I have used 2 hidden layers transfer function of (layer1,layer2,outputlayer)= logsig,logsig,tansig number of neurons(hiddenlayer1, hiddenlayer2)= 8,8
i tried many times. my epoches was less than 8. is this show a problem in my structure? in addition the error for the validation curveincreases with increasing epoch. is this show a wrong in nn structure?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!