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

ConvBatchNormRelu(*args, **kwargs)

Convolutional layer with batch normalization and relu activation.

InceptionArch(*args, **kwargs)

Implements an Inception network, building on InceptionBlocks

InceptionBlock(*args, **kwargs)

Inception Block for the Inception Architecture

InceptionInterface([n_blocks, n_classes, ...])

Creates an Inception model with the standardized Ketos interface.