tensornn.layers

This file contains different types of layers used in neural networks. Layers need to be able to propagate their inputs forward.

Functions

flatten

Flatten the inputs array.

Classes

Dense

Each neuron is connected to all neurons in the previous layer.

Layer

Abstract base layer class.