Inception
inception sub-module within the ketos.neural_networks module
This module provides classes that implement Inception Neural Networks.
- Contents:
ConvBatchNormRelu class InceptionBlock class Inception class InceptionInterface
|
Convolutional layer with batch normalization and relu activation. |
|
Implements an Inception network, building on InceptionBlocks |
|
Inception Block for the Inception Architecture |
|
Creates an Inception model with the standardized Ketos interface. |