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
