The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Recurrent Neural Network gives the same output

chinrenjiechinrenjie Member Posts: 8 Learner III
edited December 2018 in Help

Hi,

I tried to use Kears-RNN in Rapid Miner Studio.
I have a total amount of 9000 datasets where the datasets were split into ratio 80% to 20%. There are 4 input parameters and I need to predict an output.
In Keras, the procedures were Core layer (Reshape: to (1,4))--->Recurrent layer (LSTM, activation: tanh, recurrent activation: hard sigmoid)--->Core layer (Dense: Relu)---> Core layer (Dense; Linear)
I have tried using different activation method, but the output that I obtained still showing the same value.
Anyone can help on this issue? Thank you very much.

Answers

Sign In or Register to comment.