How to stabilize the output of an LSTM?

3 views (last 30 days)
abhisrisai
abhisrisai on 29 Aug 2019
Commented: Sai Bhargav Avula on 21 Oct 2019
Hi,
I'm working on a LSTM model which has 4 predictors and 3 classes. At every run, my output predictions are varying. To the best of my knowledge, it is happening so due to the input weights and bias values which are randomized at every run hence leading to unstable predictions. I want to know how to disable this random selection and obtain constant predictions?
Also, I'm using MATLAB 2018a version. There are some training and layer parameters that are present in 2019 and not in 2018.
Any suggestion would be helpful. Thank you.
  1 Comment
Sai Bhargav Avula
Sai Bhargav Avula on 21 Oct 2019
Can you provide more details like the code of the LSTM model that you are working on.

Sign in to comment.

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!