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

sktime-dl examples? #60

Closed jmrichardson closed 3 years ago

jmrichardson commented 4 years ago

Is your feature request related to a problem? Please describe. Hi, are there any example notebooks or documentation specifically for sktime-dl?

Describe the solution you'd like Any pointers or tutorials

Thank you :)

mloning commented 4 years ago

Hi, not at the moment, but the sktime-dl deep learning classifiers should work with the classification tutorial notebooks in sktime (at least the current sktime-dl dev branch, there are still some updates pending).

We also have some code to run comparative benchmarking experiments here if that helps.

But we'd be happy to include some if you're interested in writing them?

wangyida commented 4 years ago

@mloning Does sktime-dl completely depends on tensorflow keras backends or including pytorch as well? I found that existed examples are mostly based on tensorflow 2.0

mloning commented 4 years ago

Hi @wangyida, for now tensorflow and keras, I'd love to support pytorch and fastai but not sure how much effort that would require