Package network.aika

Class Model


  • public class Model
    extends Object
    The model consists of two layers. The first layer is the actual neural network consisting of neurons and synapses. The second layer is a pattern lattice containing a boolean logic representation of all the neurons. Whenever the synapse weights of a neuron are adjusted, then the underlying boolean logic representation of this neuron will be updated too.

    The model supports parallel processing using a fixed number of threads.

    Author:
    Lukas Molzberger