pyml.neural_network.layer.transformation#
Implementation of neural layers
Convolutional layer for 1D, 2D and 3D |
|
Dense layer |
|
Dropout layer used during training to avoid overfitting |
|
Input layer used by the NN class when creating the model instance |
|
Reshape Layer |