How to implement 1D CNN using deep learning toolbox?

조회 수: 23 (최근 30일)
BHVAIN MEHTA
BHVAIN MEHTA 2022년 6월 2일
댓글: David Willingham 2022년 6월 22일
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일
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월 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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by