How to implement 1D CNN using deep learning toolbox?
Mostrar comentarios más antiguos
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).
Respuestas (1)
David Willingham
el 3 de Jun. de 2022
0 votos
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 comentarios
BHVAIN MEHTA
el 6 de Jun. de 2022
David Willingham
el 7 de Jun. de 2022
Have you seen these examples?
BHVAIN MEHTA
el 21 de Jun. de 2022
David Willingham
el 22 de Jun. de 2022
See this example: https://www.mathworks.com/help/deeplearning/ug/train-network-on-image-and-feature-data.html
Categorías
Más información sobre Get Started with Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!