Statistiques
RANG
34 638
of 295 448
RÉPUTATION
1
CONTRIBUTIONS
14 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
92.86%
VOTES REÇUS
1
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
By using Narnet to predict the future Price, we need determining the optimal lags to detemine the optimal hiddenlayesizes?
To determine the hiddenlayesizes: 1/we apply a trial and error method by using lags=1 (default value), or 2/we must verify...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Can us trained Functional link neural network (FLANN) based on Levenberg-Marquardt Method?
Can us trained Functional link neural network (FLANN) based on Levenberg-Marquardt Method?
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Data normalization in neural network
I have used this formula to normalize the data between -1 and 1: Y = -1 + 2.*(data - min(data))./(max(data) - min(data)); ho...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Neural network (fitnet) and data decomposition?
Can you help me to rectify these code, I used fitnet to predict future index. I need to decompose the data only to training and ...
presque 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
How we can define the number of expansion of first input by using trigonometric functional link artificial neural network?
In trigonometric functional link artificial neural network, each input sample is expanded to N sine terms, N cosine terms plus t...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
to prove the robustness of neural network model what is the best model which can compare to it ? (especially in order to forecast)
to prove the robustness of neural network model what is the best model which can compare to it ? can you propose a model? ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
input transformation in backpropagation neural network (prediction task)
I have used historical prices to predict future price based on backpropagation neural network (fitnet). I have obtained a mse ea...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
By including a moving window of fixed length in the input vector of MLP, is the Back-propagation ANN equivalent to NAR model?
If this is the case, how we can add the moving window? Supposing that the lag is equal to 3, for example: N= lenght(data); ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how can use static feedforward neural network to predict futre observation
As newff the appropriate choice or we must use others functions like feedforwardnet???
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
how can divide the sample into two part (training and test) in Narnet
By using Matlab code the divide function which I have employed is divideblock therefore I necessarily divided the sample into ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
trial and error approach to find optimal hidden neurones number
I have decomposed the data into three parts: 70% (training), 10% (validation) and 20% (testing). When I used trial and error app...
plus de 9 ans il y a | 1 réponse | 1
1
réponseQuestion
optimal hidden nodes number
Dear friend, I want to determine the optimal number of hidden nodes using narnet in order to predict the next'day index, i ha...
presque 10 ans il y a | 1 réponse | 0
1
réponseHow can predict multi step ahead using Narnet
Thank you Greg, I find these expressions to compute Hub: 1) Hub = -1 + ceil( (Ntrneq-O) / (MXFD*O + O +1) ) 2) Hub = ...
plus de 10 ans il y a | 0
Question
how can find the optimal delays and number of hidden nodes in narnet for forecasting task?
I have tried with these code but I haven't found solutions: 1/ Optimal timelags? N = length(Target) zy = zscore(Target,...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How can predict multi step ahead using Narnet
I want to predict the future prices, I have used only the daily historical prices as input. I can predict only one step ahead us...
plus de 10 ans il y a | 3 réponses | 0