I need to design an appropriate Neural Network for my Data
Show older comments
Hi All
I am in need of correction of my neural network to work for my input and target data , please run the files with the NN , and see how the regression is
shall you please help me to get good results ?
10 Comments
Greg Heath
on 4 Jul 2015
currently the problem is that the input data are so similar and close to each other , sometime they differ from each other only in fraction , so the mapstd didn't really work
That doesn't make any sense.
Greg
farzad
on 5 Jul 2015
farzad
on 5 Jul 2015
farzad
on 5 Jul 2015
farzad
on 5 Jul 2015
Greg Heath
on 5 Jul 2015
1. Did you obtain the following 19 plots?
x(i=1:4,:) , t(j=1:3) and t vs x
Anything remarkable?
2. What range of hidden nodes did you try?
h= Hmin:dH:Hmax = ?
3. How many random weight and data division trials for each value of h ?
Ntrials = ?
4. Please tabulate your coefficient of determination results so I can compare with mine.
Greg
Greg Heath
on 5 Jul 2015
Finally, plot the results figure, plot(result(:,1),result(:,2))
Hope this helps.
Greg
Greg Heath
on 6 Jul 2015
1. Plot all 19. Then you tell me why you should have done this before designing the regression models.
2. The number of training equations are greater than the number of unknowns when
H < Hub = 325
So you just choose Hmax = 40 ???
farzad
on 6 Jul 2015
Accepted Answer
More Answers (1)
Greg Heath
on 5 Jul 2015
My code that you included works ok. But I did have several comments
1. PLOT ALL 19 COMPONENT PLOTS
2. Plot results
3. COMMENT OR DELETE the statemets
inp=[ input(1,:) ]';
netback
Hope this helps.
Thank you for formally accepting my anser
Greg
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!
