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
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
2022-6-6
David Willingham
2022-6-7
Have you seen these examples?
BHVAIN MEHTA
2022-6-21
David Willingham
2022-6-22
See this example: https://www.mathworks.com/help/deeplearning/ug/train-network-on-image-and-feature-data.html
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!