Package smile.base.mlp
package smile.base.mlp
Multilayer perceptron neural network base package.
-
ClassDescriptionThe activation function in hidden layers.Neural network cost function.A hidden layer in the neural network.The builder of hidden layers.An input layer in the neural network.A layer in the neural network.The builder of layers.Fully connected multilayer perceptron neural network.The output function of neural networks.The output layer in the neural network.The builder of output layers.