pyml.neural_network.layer.transformation#

Implementation of neural layers

pyml.neural_network.layer.transformation.convolutional

Convolutional layer for 1D, 2D and 3D

pyml.neural_network.layer.transformation.dense

Dense layer

pyml.neural_network.layer.transformation.dropout

Dropout layer used during training to avoid overfitting

pyml.neural_network.layer.transformation.input

Input layer used by the NN class when creating the model instance

pyml.neural_network.layer.transformation.reshape

Reshape Layer