Keras examples
Last Modified: 2023-11-30; Last Rendered: 2024-09-04
Source:vignettes/examples/index.Rmd
index.Rmd
Structured Data
Imbalanced classification: credit card fraud detection
Structured data classification with FeatureSpace
Text
English-to-Spanish translation with a sequence-to-sequence Transformer
intermediate
Implementing a sequence-to-sequence Transformer and training it on a machine translation task.
See codeText classification from scratch
Timeseries
Timeseries anomaly detection using an Autoencoder
Timeseries classification from scratch
basic
Training a timeseries classifier from scratch on the FordA dataset from the UCR/UEA archive.
See code