|
Class Summary |
| AnalyzeNetwork |
Allows the weights and bias values of the neural network to be analyzed. |
| CalculateDepth |
Utility class to calculate the depth that a layer is from the output layer. |
| LayerComparator |
Used to compare layers and ensure a consistent sort order. |
| NetworkCODEC |
This class will extract the "long term memory" of a neural network, that is
the weights and bias values into an array. |
| NeuralStructure |
Holds "cached" information about the structure of the neural network. |
| SynapseComparator |
Used to compare the order of synapses. |
| ValidateForFlat |
Only certain types of networks can be converted to a flat network. |