sktime / sktime-dl

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

Macnn #113

Closed jnrusson1 closed 3 years ago

jnrusson1 commented 3 years ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Adds a new classifier MACNN.

Includes a number of fixes and updates to the other new models including updated comment format.

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

Yes, keras-self-attention has been added to the package. This requires a newer version of tensorflow than 1.9.0 so the requirements have been changed.

Any other comments?