sandeep
IIT Roorkee
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
228.614
of 301.273
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 21.212
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.726
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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)...
mehr als 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
