Deep learning networksΒΆ
aeon
networks are the models behind the deep learning estimators, and can be used intheir own right to construct bespoke solutions.
|
Abstract base class for deep learning networks. |
|
Establish the network structure for a CNN. |
|
Establish the network structure for an Encoder. |
|
Establish the network structure for a FCN. |
|
Inception Network. |
|
Establish the network structure for a MLP. |
|
Establish the network structure for a ResNet. |
|
Establish the network structure for a AE-FCN. |
|
Establish the network structure for a AE-ResNet. |
|
LITE and LITE Multivariate (LITEMV) Networks. |
|
A class to implement an Auto-Encoder based on Bidirectional GRUs. |
|
Establish the network structure for a DisjointCNN Network. |
|
Establish the network structure for a DCNN-Model. |
|
Establish the Auto-Encoder based structure for a DCN Network. |
|
A class to implement an Auto-Encoder based on Attention Bidirectional GRUs. |
|
Auto-Encoder based Dilated Recurrent Neural Networks (DRNN). |