progpy
progpy copied to clipboard
Multiple Output layers
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