photo

Zhiyu WANG


Last seen: 3 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
C
Spoken Languages:
English

统计学

MATLAB Answers

1 个提问
3 个回答

排名
10,601
of 299,759

声誉
4

贡献数
1 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
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?

3 years 前 | 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...

3 years 前 | 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 years 前 | 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 years 前 | 0