I need to design an appropriate Neural Network for my Data
이전 댓글 표시
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
Greg Heath
2015년 7월 4일
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
2015년 7월 5일
farzad
2015년 7월 5일
farzad
2015년 7월 5일
farzad
2015년 7월 5일
Greg Heath
2015년 7월 5일
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
2015년 7월 5일
Finally, plot the results figure, plot(result(:,1),result(:,2))
Hope this helps.
Greg
Greg Heath
2015년 7월 6일
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
2015년 7월 6일
채택된 답변
추가 답변 (1개)
Greg Heath
2015년 7월 5일
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
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

