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

ResNet1DArch(*args, **kwargs)

Implements a 1D (temporal) ResNet architecture, building on top of ResNetBlocks.

ResNet1DBlock(*args, **kwargs)

Residual block for 1D (temporal) ResNet architectures.

ResNet1DInterface([block_sets, n_classes, ...])

ResNetArch(*args, **kwargs)

Implements a ResNet architecture, building on top of ResNetBlocks.

ResNetBlock(*args, **kwargs)

Residual block for ResNet architectures.

ResNetInterface([block_sets, n_classes, ...])

Creates a ResNet model with the standardized Ketos interface.