Incorporate trained LSTM network in simulink
Show older comments
I have to validate my trained network on the system. For this I need to make a simulink model. I have to get the trained network in simulink. gensim does not work since it can only be used for NARX trained network, but I have my network trained using LSTM. Please help.
1 Comment
Prajith Chilummula
on 10 May 2019
As an implementation method, you load the weight information of each unit, generate a calculation formula as an m script using it, and introduce the generated m script as a Matlab Function block.
The below link might be helpful:
.
Answers (1)
Arkadiy Turevskiy
on 18 Oct 2021
0 votes
Hi,
Hope this helps.
Arkadiy
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!