photo

sandeep


IIT Roorkee

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

I am a student of IIT Roorkee

统计学

MATLAB Answers

5 个提问
0 个回答

排名
68,939
of 301,517

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,314

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,060

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to calculate network value with 2 input vectors .
This is a very basic code to know how NARX Network works . d1=[1:2]; d2=[1:2]; net = narxnet(d1,d2); net.input...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How can i get reproducibility of the good results in ann matlab?
In ANN we get different outputs after each training. Suppose I get good prediction after 5th training. Now, How Can I reproduce ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Time series in Artificial neural network (ANN) example pollution Mortality
[X,T] = pollution_dataset net = timedelaynet(1:2,10); [Xs,Xi,Ai,Ts] = preparets(net,X,T); net = train(net,Xs,Ts,Xi,Ai)...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Neural Network tool nftool
1. Once a network is trained how can it be used to find new outputs from known inputs? 2. There is a problem ....When I use...

13 years 前 | 1 个回答 | 0

1

个回答

提问


What is the meaning of range in linear neural network newlin?
I read that in help of Matlab. net = newlin([-1 1],1,[0 1],0.01); This code creates a single-input (range of [-1 1]) l...

13 years 前 | 1 个回答 | 0

1

个回答