Package com.jml.neural_network.layers
package com.jml.neural_network.layers
A package containing layers for use in neural networks.
-
InterfaceDescriptionBase layer interface.This layer specifies functionality for a layer that has trainable parameters.
-
ClassDescriptionA fully connected layer with an
activation function
.A dropout layer.Simple fully-connected linear layer.