can i implement lstm layer from scratch using matlab in sequence to sequence regression

1)can i implement lstm layer from scratch instead of pretrained network used in this example?
2)can i change the activation functions for all cells in lstm layer?

답변 (1개)

Ben
Ben 2022년 12월 1일
Sure, I think the best way to do this would be with a custom layer, you can follow this example that implements a modified LSTM called peephole LSTM using custom layers:
https://uk.mathworks.com/help/deeplearning/ug/define-custom-recurrent-deep-learning-layer.html

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2022년 12월 1일

댓글:

2022년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by