sktime / sktime-dl

DEPRECATED, now in sktime - companion package for deep learning based on TensorFlow
BSD 3-Clause "New" or "Revised" License
596 stars 79 forks source link

Add LSTM classifier and changed base.py of lstm #84

Closed mahakkothari closed 3 years ago

mahakkothari commented 3 years ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

1) Implemented the LSTM multivariate many-to-one classifier. 2) Changed the base file so that now the users have the option to decide the number of hidden layers they want, based on the length of units.

Does your contribution introduce a new dependency? If yes, which one?

Any other comments?

TonyBagnall commented 3 years ago

hi, this PR needs to rerun now we have turned travis off and actions on.

TonyBagnall commented 3 years ago

I have to close this PR because we have changed the to google actions, feel free to open a new one