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

Lstmfcn #97

Closed jnrusson1 closed 3 years ago

jnrusson1 commented 3 years ago

Reference Issues/PRs

Implements the model proposed in issue sktime/sktime#5827

What does this implement/fix? Explain your changes.

Implements a simple version of the LSTMFCN algorithm proposed in sktime/sktime#5827 . Does not include the custom self attention layer yet. Could be added in the future.

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

No new dependencies.

Any other comments?