neural_network_skeleton library
Classes
- ActivationService
- Used to generate the output for a Perceptron.
- ClampingOutputNormalizationService
- Used to ensure output values for a Perceptron remain between 0.0 and 1.0, inclusively.
- GuessService
-
Used to generate guesses on a
NueralNetwork
. - NeuralNetwork
- Represents a NueralNetwork that can generate guesses based on given inputs.
- OutputNormalizationService
- Used to normalize output data from a Perceptron.
- Perceptron
- Represents a single Perceptron Node within a NeuralNetwork.
- PerceptronLayer
- The collection of Perceptron objects within a single layer of a NeuralNetwork.