How to implement 1D CNN using deep learning toolbox?

I haven't find convolution 1d block in deep learning toolbox in matlab 2021a. Also guide me how to implement 1d CNN using block(deep learning toolbox).

回答 (1 件)

David Willingham
David Willingham 2022 年 6 月 3 日

0 投票

Hi,
Support for 1-D layers in MATLAB's deep learning toolbox came in R2021b. If you are using R2021a, you will need to define the 1-D layers using custom training loops. This example highlights how to do this: Sequence-to-Sequence Classification Using 1-D Convolutions

4 件のコメント

BHVAIN MEHTA
BHVAIN MEHTA 2022 年 6 月 6 日
Hi.... I have updated a version ..Matlab2021b...could you please guide me how to import data for sequencial data (signal) for 1D CNN. I have data size ..30000*3500. And binary classification
BHVAIN MEHTA
BHVAIN MEHTA 2022 年 6 月 21 日
I have installed Matlab 2021b version. Can you please guide me how to import sequencial data ( 24000X 3499) training data.
i want to implement 1D CNN +LSTM for Binary classification.
Please guide me ..
David Willingham
David Willingham 2022 年 6 月 22 日
See this example: https://www.mathworks.com/help/deeplearning/ug/train-network-on-image-and-feature-data.html

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGet Started with Deep Learning Toolbox についてさらに検索

製品

リリース

R2021a

タグ

質問済み:

2022 年 6 月 2 日

コメント済み:

2022 年 6 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by