질문


How to use Neural Network Error as a Feedback Input
Using neural network error as a feedback input helps reduce the overall network error and increase forecasting accuracy ( _Wahhe...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Optimization of hidden layer dimension in neural network (number of neurons)
*I am using GA optimization to train my neural network (to try to find the best weights set):* % Neural Network trained by ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to calculate Akaike Information Criterion and BIC from a Neural Network?
After training the network and simulating the outputs: [net,tr] = train(net,inputs,targets); output = sim(net,inputs...

거의 7년 전 | 2

| 수락됨

질문


How to plot a contour USA map from a Shapefile
When I read my shapefile I get this attributes: S = shaperead('nsrdb_9814_dni_ovit.shp', 'UseGeoCoords', true) S =...

거의 7년 전 | 답변 수: 0 | 1

0

답변

질문


Return to Price of future values
Before training my Neural Network I converted prices to returns (for stationarity). After training and forecasting N days ahead ...

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Neural network AIC and BIC calculation (number of parameters?)
After training the network and simulating the outputs: [net,tr] = train(net,inputs,targets); output = sim(net,inputs); ...

거의 7년 전 | 7

질문


What is the difference between 'divideblock' and 'divideint'?
In Neural Network Toolbox, what is the difference between 'divideblock' and 'divideint'? net.divideFcn = 'divideblock'; ...

10년 초과 전 | 답변 수: 1 | 0

1

답변