lstmupdate

Version 1.0.0 (2.68 KB) by zhenxi chen
Update net parameters via lstm optimizer
15 Downloads
Updated 7 Apr 2022

View License

NET = LSTMUPDATE(NET,GRAD,ITER)
Updates the learnable parameters of the dlnetwork NET using the Lstm optimizer, the number of hidden units in lstm network is 100, the update of lstm net using the Adam gradient descent algorithm, with a default global learning rate of 0.001, a gradient decay factor of 0.9 and a squared gradient decay factor of 0.999. Use LSTMUPDATE to iteratively update learnable parameters during network training.

Cite As

zhenxi chen (2024). lstmupdate (https://www.mathworks.com/matlabcentral/fileexchange/109605-lstmupdate), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0