Filter löschen
Filter löschen

Multiple-inputn Recurrent- Elman Neural Network

7 Ansichten (letzte 30 Tage)
arnaud ensberg
arnaud ensberg am 28 Feb. 2017
Kommentiert: arnaud ensberg am 1 Mär. 2017
Hello ; Is it possible to use Recurrent neural network, Elman neural network in matlab "elmannet", with Multiple-input for multi-class classification. in the documentations, they present juste an exemple with one input wich represents one class.
[X,T] = simpleseries_dataset;
net = elmannet(1:2,10);
[Xs,Xi,Ai,Ts] = preparets(net,X,T);
net = train(net,Xs,Ts,Xi,Ai);
view(net)
Y = net(Xs,Xi,Ai);
perf = perform(net,Ts,Y)

Antworten (1)

Greg Heath
Greg Heath am 28 Feb. 2017
It doesn't make any sense to use a timeseries net for classification.
Use patternnet:
help patternnet
doc patternnet
Search Newsgroup and ANSWERS using
greg patternnet
Hope this helps.
Greg
  1 Kommentar
arnaud ensberg
arnaud ensberg am 1 Mär. 2017
i used patternnet to classification, but i want use Recurrent neural network To predict the rest of the sequence among multi sequences .

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by