aeon
aeon copied to clipboard
A toolkit for machine learning from time series
#### Reference Issues/PRs none #### What does this implement/fix? Explain your changes. - Adds a host of performance metrics for anomaly detection (with tests and docs, directly taken from [TimeEval](https://github.com/TimeEval/TimeEval/tree/main/timeeval/metrics)):...
Changing workflow from ubuntu 20.04 to ubuntu 22.04
#### What does this implement/fix? Explain your changes. Implements #948. Added tests for new series transformer PLA. #### Does your contribution introduce a new dependency? If yes, which one? No...
#### What does this implement/fix? Explain your changes. Updates Catch22 Notebook (ignore PLA commit history).
### Describe the issue In all networks module, the parameters handled as input lists have an assertion for the length of the list, but assertions are not a good idea,...
### Describe the issue Just organizing too many PRs :)) ### Suggest a potential alternative/fix - [x] AEBiGRUNetwork - [x] AEAttentionBiGRUNetwork - [x] AEDCNNNetwork - [x] DCNNNetwork - [x] AEDRNNNetwork...
Multi-rec loss is the mean squared error which takes into account all layers of the encoder and decoder.
Mean Squared Error between encoder and decoder layers summed up for a symmetric deep auto-encoder architecture.
Implementation of Time Series Clusterer based on dilated convolutional neural networks (DCNN).
Implements Clusterer based on Dilated Recurrent Neural Network (DRNN).