Community Profile

photo

sandeep


IIT Roorkee

Active since 2013

Followers: 0   Following: 0

Message

I am a student of IIT Roorkee

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ...

10 years ago | 0 answers | 0

0

answers

Question


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)...

10 years ago | 3 answers | 0

3

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer