can an example is provided to use Attention mechanism in time series sequence data? and also how to use it with LSTM?.
18 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have large time series sequence data, and I want to use attention mechanism for this data, and also concatenate the output of the attention mechanism with LSTM. Can any one help me in this regards by solving an example?
0 Kommentare
Antworten (1)
Hornett
am 11 Sep. 2024
Hi,
You can create a custom deep learning layer, then add it to your LSTM network and use trainnet to train the LSTM with attention mechanism.
Take a look at the following MATLAB answer: https://in.mathworks.com/matlabcentral/answers/1743390-how-to-create-an-attention-layer-for-deep-learning-networks
Hope it helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!