CNN

cnn sub-module within the ketos.neural_networks module

This module provides classes to implement Convolutional Neural Networks (CNNs).

Contents:

CNN class: CNNInterface class:

CNN1DArch(*args, **kwargs)

Implement an 1D (temporal) Convolutional Neural Network.

CNN1DInterface([convolutional_layers, ...])

Create an 1D (temporal) CNN model with the standardized Ketos interface.

CNNArch(*args, **kwargs)

Implement a Convolutional Neural Network

CNNInterface([convolutional_layers, ...])

Creates a CNN model with the standardized Ketos interface.