pyml.neural_network.layer#
The layer include all parts of a neural network: the actual layer consisting of the neurons (nodes and their connection), and the activation function, which processes the output of the neurons. The term layer is in this package the abstract term for activation function and transformation layers (e.g. dense, dropout etc.).
- layer:
- transformation
dense
dropout
convolutional
- activation
linear
sigmoid
softmax
relu
Implementation of various activation functions |
|
Implementation of neural layers |