Statistics
RANK
35,614
of 295,527
REPUTATION
1
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Can I train NARX network using PSO
Can I train NARX network using PSO
9 years ago | 0 answers | 0
0
answersQuestion
How can i fixed the number of iterations for every execution in NARX model
How can i fixed the number of iterations for every execution in NARX model
9 years ago | 0 answers | 0
0
answersQuestion
Why in different execution different performance comes in the Neural Network same program ?
Why in different execution different performance comes in the Neural Network same program ?
9 years ago | 1 answer | 0
1
answerQuestion
How to train a NARX neural network using PSO
I want to optimize the performance of NARX model for future prediction using Particle Swarm Optiization. SO , ow can I train ...
9 years ago | 0 answers | 1
0
answersQuestion
How to load own dataset
How can I load my own dataset instead of inbuilt data set like simplefit_dataset
9 years ago | 1 answer | 0
1
answerQuestion
Subscript indices must either be real positive integers or logicals
I have enclosed my .m file . I can't remove the error at line number 29. The error is " Subscript indices must either be ...
9 years ago | 1 answer | 0
1
answerSubscript indices must either be real positive integers or logicals.
I have enclosed my .m file . I can't remove the error at line number 29. The error is " Subscript indices must either be ...
9 years ago | 0
Question
Subscript indices must either be real positive integers or logicals.
The code is: %%%NARX code %% 1. Importing data load input; load target; % %%S = load('magdata'); % %%X = con2seq(S...
9 years ago | 2 answers | 0
2
answersQuestion
How to load own file in NARX model instead of exisitng loaded "magdata"
Istead of " load magdata y = con2seq(y); u = con2seq(u); " what is the code for my own data
10 years ago | 0 answers | 0