Package | Description |
---|---|
deepnetts.net.layers |
Neural network layers, which are main building blocks of a neural network.
|
deepnetts.net.layers.activation |
Activation functions for neural network layers.
|
Modifier and Type | Method and Description |
---|---|
ActivationFunction |
AbstractLayer.getActivation() |
Modifier and Type | Class and Description |
---|---|
class |
LeakyRelu
Leaky Rectified Linear Activation and its Derivative.
|
class |
Linear
Linear activation function and its derivative.
|
class |
Relu
Rectified Linear Activation and its Derivative.
|
class |
Sigmoid
Sigmoid activation function
|
class |
Tanh
Hyperbolic tangens activation function
|
Modifier and Type | Method and Description |
---|---|
static ActivationFunction |
ActivationFunction.create(ActivationType type)
Creates and returns specified type of activation function.
|
Copyright © 2022. All rights reserved.