Feeds
질문
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
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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 ?
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
10년 초과 전 | 답변 수: 0 | 1
0
답변질문
How to load own dataset
How can I load my own dataset instead of inbuilt data set like simplefit_dataset
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
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 ...
    
  
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 ...
10년 초과 전 | 0
질문
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...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 0 | 0
