Zhiyu WANG - MATLAB Central
photo

Zhiyu WANG


Last seen: 6개월 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
C
Spoken Languages:
English

통계

MATLAB AnswersFrom 05/22 to 03/25Use left and right arrows to move selectionFrom 05/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 질문
3 답변

순위
11,457
of 297,672

평판
4

참여
1 질문
3 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Explorer

배지 보기

Feeds

보기 기준

질문


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?

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
SequenceinputLayer 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...

2년 초과 전 | 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:/...

거의 3년 전 | 0

| 수락됨

답변 있음
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.

거의 3년 전 | 0