nasa/progpy

Multiple Output layers

Opened this issue · 1 comments

Requirement Text
Allow the user to specify the number of Dense layers for each output of the LSTM.

Background Information
Additional dense layers could improve the ability to represent complex relationships between the common system state (output of LSTM) and the final output

Suggested Solution
Configuration argument

DoD

  • Implement feature
  • Add to example
  • Add tests
  • update documentation
  • Add to change notes for next release

Suggested by @matteocorbetta