ResNet
resnet sub-module within the ketos.neural_networks module
This module provides classes to implement Residual Networks (ResNets).
- Contents:
ResNetBlock class ResNet class ResNetInterface class
|
Implements a 1D (temporal) ResNet architecture, building on top of ResNetBlocks. |
|
Residual block for 1D (temporal) ResNet architectures. |
|
|
|
Implements a ResNet architecture, building on top of ResNetBlocks. |
|
Residual block for ResNet architectures. |
|
Creates a ResNet model with the standardized Ketos interface. |