- neocognitron - package neocognitron
-
- Neocognitron - Class in neocognitron
-
The neocognitron object contains all needed to train and propagate an input
image.
- Neocognitron(NeocognitronStructure) - Constructor for class neocognitron.Neocognitron
-
Initialize the neocognitron using the structure dictated in the
NeocognitronStructure class
- NeocognitronStructure - Class in neocognitron
-
The structure which defines an entire neocognitron network.
- NeocognitronStructure() - Constructor for class neocognitron.NeocognitronStructure
-
Initialize the NeocognitronStructure.
- NeocognitronTrainer - Class in neocognitron
-
This is a helper class which is used to train a Neocognitron.
- NeocognitronTrainer(ArrayList<double[][]>, ArrayList<double[][]>, File) - Constructor for class neocognitron.NeocognitronTrainer
-
Initialize the neocognitron trainer with a set of input files, training
files, and the output file for the best neocognitron
- numCPlanes - Variable in class neocognitron.NeocognitronStructure
-
- numLayers - Variable in class neocognitron.NeocognitronStructure
-
- numSPlanes - Variable in class neocognitron.NeocognitronStructure
-