Zhiyu WANG
Followers: 0 Following: 0
C
Spoken Languages:
English
Statistica
RANK
11.365
of 295.527
REPUTAZIONE
4
CONTRIBUTI
1 Domanda
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
is it possible to make "Sequence-to-Sequence Classification" using custom CNN network?
If so , how to create a sequence datastore and what`s the dataformat of the corresponding dlarray object?
oltre 2 anni fa | 1 risposta | 0
1
rispostaSequenceinputLayer and Convolution2dLayer
It`s recommended to transform your data to formatted dlarray objects at first. As for the dlarray object, you can refer to this...
oltre 2 anni fa | 0
using predictAndUpdateState with an LSTM with featureInputLayer
LSTM requires somelike "timeseries" data while "featureInputLayer" is not along with that.Yo ucan refer to this answer: https:/...
oltre 2 anni fa | 0
| accettato
Does the input size of sequenceInputLayer have to be set 1?
Becasue the input sequence data is a 1 by 10 double.It menas each time you take 1 token out of the sequence.
oltre 2 anni fa | 0