Uses of Interface
neuroidnet.ntr.Expressive

Packages that use Expressive
neuroidnet.ntr Holds the main classes for the simulator. 
neuroidnet.periphery Holds classes related to the peripheral controller of the neuroidal network. 
neuroidnet.phasesegregator Example for the phase segregation hypothesis. 
 

Uses of Expressive in neuroidnet.ntr
 

Classes in neuroidnet.ntr that implement Expressive
 class AdThNeuroid
          SRM neuroid augmented with an adaptive threshold element that takes the maximum value reached by the membrane potential.
protected  class AdThNeuroid.Mode
          Finite state part of the neuroid.
 class Area
          Entity Area that holds neurons and keeps track of time.
 class Network
          Container for all Areas that hold Neuroids.
 class Neuroid
          Abstract neuroid entity.
protected  class Neuroid.Mode
          Modes that a neuron can have.
 class PeakerNeuroid
          Intermediate neuroid augmenting SRMNeuroid before proceeding into a more completely liquid-state machine neuroid.
protected  class PeakerNeuroid.Mode
           
 class Peripheral
          Controls inputs to the Network.
 class SRMNeuroid
          First attempt to implement the central neuroidal entity with programmability capability as defined by Valiant.
protected  class SRMNeuroid.Mode
           
 class Synapse
          Presynaptic connection to a Neuroid.
 

Uses of Expressive in neuroidnet.periphery
 

Classes in neuroidnet.periphery that implement Expressive
 class ArtificialConcept
          Implementation of a Concept that listens to a population of UM neuroids which represent a certain concept.
 class ConceptArea
          Artificial area for holding Concepts.
 class SensoryArea
          Area that holds inputs, ie.
 class SensoryConcept
          Concept created by peripheral controller.
 class SensoryNeuroid
          Neuroid that is not contained in a SensoryArea and which does not listen to its inputs.
 

Uses of Expressive in neuroidnet.phasesegregator
 

Classes in neuroidnet.phasesegregator that implement Expressive
 class StatisticalInputSequence
          Creates a random input sequence out of possible input patterns (objects).
 class ThreeLevelInputSequence
          Provides sequence of inputs for a three level deep network for demonstrating phase segregation.
 class TwoLevelInputSequence
          Provides sequence of inputs for a three level deep network for demonstrating phase segregation.