photo

anurag kulshrestha


Indian Institute of Information Technology

Last seen: 5년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
2 답변

순위
35,674
of 300,853

평판
1

참여
11 질문
2 답변

답변 채택
18.18%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Multi step ahead forecasting with LSTM
How to perform multi-step ahead forecasting with LSTM. I want to predict 2,3, and 4 time stesp ahead prediction with LSTM? Plea...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Number of parameters of a LSTM network
Please kindly tell how to fnd out the number of parameters of a trained LSTM network? As "getwb(net)" is not working Thanks in ...

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

0

답변

질문


Mutli step ahead prediction with LSTM (sequence to sequence regression)
I have three explanatory variables and one dependent variable. The data is time series data. I am performing sequence to sequenc...

대략 6년 전 | 답변 수: 0 | 1

0

답변

질문


Multi step ahead forecasting with Radial basis function neural network
I want to forecast multi step (k=6) ahead with Radial basis function neural network (RBFNN) with time series data. I have one ou...

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

0

답변

질문


LSTM time series hyperparameter optimization using bayesian optimization
I am working with time series regression problem. I want to optimize the hyperparamters of LSTM using bayesian optimization. I h...

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

4

답변

질문


How to prepare data for time series prediction using elman neural network?
I have a single time series with 133 data points. I want to predict 1,2, 4, and 6 steps ahead. But how to prepare data for elman...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Singular Spectrum Analysis with "n" time steps ahead
I have a univariate time series with 133 time steps. I want to predict 'n' time steps ahead with singular spectrum analysis (SSA...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to format the input data for ANFIS time series prediction for 1,2 or 6 steps ahead ?
I have 133 time steps.I have split 133 time steps into 107 points for training and the rest 26 for checking. I dont understand h...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to divide the data using "divideblock" for training and testing , excluding validation dataset in NAR network for time series prediction.
I am using NAR network for time series prediction. I have to divide my datset of 133 time points into training and tetsing datas...

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

1

답변

질문


How to predict 1 and 3 time steps with time series in NAR and after each forecast a retraining has to be done by increasing the size of the training set by one period and sliding validation set by another period till last test set period
My time series data has 150 points. I am using NARNET. I divide the data using "divideind" and then predict the value one time p...

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

1

답변

답변 있음
How can I use the Genetic Algorithm (GA) to train a Neural Network in Neural Network Toolbox?
the above code is obsolete in Matlab R2010a. this code is not minimizing the mse function of ann.

10년 초과 전 | 0

답변 있음
To optimize a neural network of multiple inputs using a genetic algorithm.
I applied the above code for a single input with 3 hidden neurons and a single output in Matlab 7.10.1(R 2010a). But mse is not ...

10년 초과 전 | 0

질문


Can anyboby help me to decode the following code and tell waht the code is actually doing?
%routine 1 %For feed-forward neural networks and genetics clear all; load file.mat transfer_function=4; % ...

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

0

답변