WO2000016212A1 - Method and apparatus for neural networking using semantic attractor architecture - Google Patents

Method and apparatus for neural networking using semantic attractor architecture Download PDF

Info

Publication number
WO2000016212A1
WO2000016212A1 PCT/US1998/018744 US9818744W WO0016212A1 WO 2000016212 A1 WO2000016212 A1 WO 2000016212A1 US 9818744 W US9818744 W US 9818744W WO 0016212 A1 WO0016212 A1 WO 0016212A1
Authority
WO
WIPO (PCT)
Prior art keywords
layer
processing
providing
neural network
connections
Prior art date
Application number
PCT/US1998/018744
Other languages
French (fr)
Inventor
David L. Cooper
Original Assignee
Cooper David L
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority to US08/713,470 priority Critical patent/US6009418A/en
Application filed by Cooper David L filed Critical Cooper David L
Priority to PCT/US1998/018744 priority patent/WO2000016212A1/en
Priority to AU92264/98A priority patent/AU9226498A/en
Publication of WO2000016212A1 publication Critical patent/WO2000016212A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/768Arrangements for image or video recognition or understanding using pattern recognition or machine learning using context analysis, e.g. recognition aided by known co-occurring patterns
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Definitions

  • the invention relates in general to field of neural networks, and in particular to a neural network architecture and method which utilizes Bose-Enstein statistics or Polya modeling to capture a process.
  • Neural networks have been known and used in the prior art in computer applications which require complex and/or extensive processing. Such applications include, e.g., pattern recognition and image and voice processing. In these applications, neural networks have been known to provide greatly increased processing power and speed over conventional computer architectures.
  • a neural network is said to be “supervised” if it requires a formal training phase where output values are “clamped” to a Training set. In other words, such networks require a "teacher,” something not necessarily found in nature. Unsupervised networks are desireable precisely for this reason. They are capable of processing data without requiring a preset training set or discrete training phase. Biological neural networks are unsupervised, and any attempt to emulate them should aspire to this capability. Of the following approaches, the Boltzmann/Cauchy and Hidden Markov models are supervised networks and the remainder are unsupervised networks. At least eight principal types of feedback systems, also called backpropagation models, have been identified in the prior art. The Additive Grossberg model uses one layer with lateral inhibitions.
  • the learning rule is based on a sigmoid curve and updates using a steepest ascent calculation.
  • the Shunting Grossberg is similar, with an added gain control feature to control learning rates.
  • Adaptive Resonance Theory models use two layers, with on-center/off-surround lateral feedback and sigmoid learning curves.
  • the Discrete Autocorrelator model uses a single layer, recurrent lateral feedback, and a step function learning curve.
  • the Continuous Hopfield model uses a single layer, recurrent lateral feedback, and a sigmoid learning curve.
  • Bi-Directional Associative Memory uses two layers, with each element in the first connected to each layer in the second, and a ramp learning curve.
  • Adaptive Bi-Directional Associative Memory uses two layers, each element in the first connected to each in the second, and the Cohen-Grossberg memory function. This also exists in a competitive version. Finally, the Temporal Associative Memory uses two layers, with each element in the first connected to each element in the second, and an exponential step learning function.
  • the Learning Matrix uses two layers, with each element in the first connected to each element in the second, and a modified step learning function.
  • -Drive-Reinforcement uses two layers, with each element in the first connected to each in the second, and a ramp learning function.
  • the Sparse Distributed Memory model uses three layers, with random connections from the first to the second layer, and a step learning function.
  • Linear Associative Memory models use two layers, with each element in the first layer connected to each element in the second, and a matrix outer product to calculate learning updates.
  • the Optimal Linear Associative Memory model uses a single layer, with each element connected to each of the others, and a matrix pseudo-inverse learning function. Fuzzy Associative
  • the Memory uses two layers, with each element in the first connected to each element in the second, and a step learning function. This particular model can only store one pair of correlates at a time.
  • the Learning Vector Quantizer uses two layers, with each element in the first connected to each in the second, negative lateral connections from each element in the second layer with all the others in the second layer, and positive feedback from each second layer element to itself. This model uses a modified step learning curve, which varies as the inverse of time.
  • the Counterpropagation model uses three layers, with each element in the first connected to each in the second, each element in the second connected to each in the third, and negative lateral connections from each element in the second layer to each of the rest, with positive feedback from each element in the second layer to itself. This also uses a learning curve varying inversely with time.
  • Boltzmann/Cauchy models use random distributions for the learning curve.
  • the use of random distributions to affect learning is advantageous because use of the distributions permits emulation of complex statistical ensembles.
  • imposing the distributions imposes behavioral characteristics which arise from complex systems the model networks are intended to emulate.
  • the Botzmann/Cauchy networks are capable only of supervised learning. And, these models have proven to be undesirably slow in many applications.
  • Hidden Markov models rely on a hybrid architecture, generally of feedforward elements and a recurrent network sub-component, all in parallel. These typically have three layers, but certain embodiments have had as many as five. A fairly typical example employs three layers, a softmax learning rule (i.e., the Boltzmann distribution) and a gradient descent algorithm. Other examples use a three-layer hybrid architecture and a gamma memory function, rather than the usual mixed
  • Gaussian The gamma distribution is convenient in Bayesian analysis, also common to neural network research, and is the continuous version of the negative-binomial distribution. However, the underlying process for this model is a stationary one. That is, the probability distribution is the same at time t and time t + ⁇ t for all ⁇ t.
  • the semantic attractor memory of the invention uses a neural network architecture and learning rules derived from the study of human language acquisition and change to store, process and retrieve information.
  • the invention provides rapid, unsupervised processing of complex data sets, such as imagery or continuous human speech.
  • the semantic attractor memory is motivated by considerations from human language acquisition and change, as well as the general constraints posed by the structure of the human perceptive apparatus and systems for muscle control. It is based on multiple layer channels, with random connections from one layer to the next; several layers devoted to processing input information; at least one processing layer; several layers devoted to processing outputs; feedback from the outputs back to the processing layer; and inputs from parallel channels, also to the processing layer. With the exception of the feedback loop and central processing layers, the network is feedforward.
  • the learning rules are preferably based on Bose- Einstein statistics, again derived from considerations of human language acquisition.
  • FIG. 1 illustrates a diagramatic view of the semantic attractor memory architecture of the invention according to a preferred embodiment.
  • FIG. 2 illustrates a side view of a single channel.
  • FIG. 3 illustrates details of internal feedback in central processing layers.
  • FIG. 4 illustrates the effect of "leaky” processing.
  • FIG. 5 shows multiple "leaky” inputs merging at the central processing layers, and outputs proceeding to different implementation channels.
  • FIG. 6 depicts the front vowels for the participants in the Northern Cities Shift.
  • FIG. 7 illustrates the first three iterations in the generation of a Cantor set.
  • FIGS. 8-10 show graphical illustrations drawn from natural language studies.
  • the dimension of the sets is not the topological dimension - 1 for a line, 2 for a plane, etc- but a related measure of the size and complexity of the set, whose measure can be fractional.
  • the semantic attractor memory of the invention is motivated by the above and other considerations from human language acquisition and change, as well as by the general constraints posed by the structure of the human perceptive apparatus and systems for muscle control. It is based on multiple layer channels, with random connections from one layer to the next; several layers devoted to processing input information; at least one processing layer; several layers devoted to processing outputs; feedback from the outputs back to the processing layer, and inputs from parallel channels, also to the processing layer. With the exception of the feedback loop and central processing layers, the network is feedforward.
  • the learning rules are based on Bose-Einstein statistics, again derived from considerations of human language acquisition.
  • the semantic attractor memory of the invention is derived from a model of human speech acquisition based on random pattern matching.
  • the requirement for negative reinforcement in human speech acquisition is controversial, but the consensus view seems to be that it is not required.
  • a stochastic process relying on positive reinforcement which also yields the learning curves observed in human subjects as they learn to speak is consequently preferred for the matching process.
  • Bose-Einstein statistics capture such a process, which can also be modeled as a Polya process that models sampling with replacement from sample populations. This process will also lead to a fractal pattern of synapse sequences corresponding to each learned pattern. Such a pattern is also to be expected from data on human language change.
  • Bose-Einstein systems or Polya processes converge to learning curves with negative-binomial distributions, but the fundamental process is a non-stationary one.
  • any model which relies on stationary processes i.e., any Markov process, normal processes, Bernoulli processes, gamma processes, etc.
  • the architecture of the Semantic Attractor Memory at once mimics the input and output processing found in human perceptions and muscle control, and permits a variant of recurrent network architectures to learn in an unsupervised environment.
  • Parallel "leaky" channels combine the strengths of Markov or other hybrid architectures with a more structured higher scale architecture.
  • FIG. 1 illustrates a diagramatic view of the semantic attractor memory architecture of the invention according to a preferred embodiment.
  • the diagram depicts typical elements in the network, but each layer in a channel will have many more than three elements per layer. These will be connected randomly to elements in the next layer, so it is not necessarily the case that each element in one layer is connected to each in the next. More than three layers may be necessary before arrival at the processing level, and more than three layers may be necessary before reaching the implementation layer (e.g., muscles).
  • the implementation layer e.g., muscles
  • FIG. 1 information arrives from the left to a perceptual apparatus, which is a layer within input processing layers 3.
  • the preceptual apparatus encodes the data, and passes it to the next layer. This flow continues to the processing layer 9, where inputs converge with inputs from parallel channels 7a, 7b, and output from a feedback loop 15 connected to the primary channel 3, 9, 11.
  • the architecture uses feedforward nodes, randomly linked to higher levels within prescribed channels to process the inputs. Although not depicted, connections from each layer to the next are random: each node is not necessarily connected to each one in the layer above it. There is at least one central layer 9 with lateral connections to other channels 7a, 7b. This will be called the lateral processing layer. Outputs proceed to the right, again with random feed-forward connections. Feedback from the output channels 11 are merged with inputs to the lateral processing layer. This feedback is also merged with feedback from the lateral processing layer and from the initial output layer 13. This feedback is not depicted in FIG. 1, but is depicted by rings in FIGS. 2 and 3, discussed below. Outputs from other channels are also presented to the lateral processing layer.
  • Central processing is actually embedded between input and output channels, so that there is no discrete transition.
  • a side view of a single channel is at FIG. 2, and details of internal feedback in the central processing layers is at FIG. 3.
  • the rationale for these feedback and processing arrangements is set forth in the discussion of the learning rule for the network below.
  • FIGS depict a seven-layer architecture, but the actual number of layers would be dependent on input pre-processing, and output processing. This could require as few as one input layer or more than three feed-forward input layers, as well as at least one and possibly more than three feed-forward output layers in their respective channels.
  • the essential result is, however, that structured data is presented to the central processing layers from input channels, and that outputs are further processed as required for final implementation. In natural language, for example, this would mean the network would take acoustic inputs, encode them in the input channels, process them in the central processing layers, and then process out-going motor signals in the necessary channels to a number of different muscle groups.
  • the three-layer central processing core of the architecture will produce the necessary computational characteristics.
  • the final input layer is also the first central processing layer.
  • the final processing layer is the initial feed-forward layer to output channels.
  • FIG. 3 shows the internal feedback within the central processing layers. External feedback from the beginning and the end of the output channels is merged with the inputs at the initial central processing final input layer. Other channels feed into the lateral processing layer. Lateral connections in the central layer are crucial to a multi-channel architecture. An additional layer with lateral connections is optional, but makes processing of sequences easier for the network Consequently, for language processing, where sequences must be processed with minimal load on memory, the additional lateral connections may be necessary.
  • FIG. 5 shows multiple "leaky” inputs merging at the central processing layers, and outputs proceeding to different implementation channels. Processing in the central layers would be affected by the structure of lateral channels as well. These can be designed into the architecture, or evolve through the same rules as apply to the vertical channels.
  • Awfr r ⁇ E[(y ⁇ t) - y xfn) - ⁇ )]
  • the update rule for the semantic attractor memory uses the learning rate parameter in a very different way.
  • the form of the rule with a decay rate (to avoid saturation of the weights ) is
  • r/s is the synaptic weight at epoch n - 1, and ⁇ r/s ⁇ ⁇ 1.
  • r is increased for excitation, and decreased for inhibition. It only changes when there is activity at the synapse.
  • the decay rate ⁇ (t) varies with time, and does not depend on synaptic activity. The cumulative update across all inputs j would then take the form
  • theorem states that for the class of neural networks described by the following system of coupled nonlinear differential equations:
  • the Liapunov function E of the system defined by Eq. (2) satisfies the condition and the system is globally asymptotically stable. That is, the system will be capable of content addressable memory.
  • the learning rule for the Semantic Attractor Memory naturally leads to negative-binomial learning curves for the network— comparable to curves observed in humans acquiring natural language. This is an emergent property of the rule and need not be imposed by a structured learning regime as in the Boltzmann and Cauchy networks.
  • the rule will lead to clusters of nodes in each layer associated with each successful multi-channel pattern. This is an important characteristic which will permit the network to function as a Turing machine. This can be demonstrated by considering these clusters of favored nodes as attractors. Their measurement is consistent with natural language in humans, and indicative of structured sets capable of computation. For example, the most useful measure we can apply to phonological attractors is Hausdorff dimension, which permits us to classify them as fractal sets. To make this application, we must establish a measure over our phase space.
  • H ⁇ * is an outer measure on semantic space.
  • the Hausdorff s-dimensional outer measure of E is
  • H*(E) is a metric outer measure since it satisfies a triangle inequality.
  • the restriction of H* to the ⁇ -field of IP-measurable sets is called Hausdorff s-dimensional measure.
  • H*(E) is non-increasing as s increases from 0 to ⁇ .
  • N is the number of data points
  • r is the distance used to probe the structure of the attractor
  • Xj and X j are pairs of points
  • FIG. 6 depicts the front vowels for the participants in the Northern Cities Shift.
  • the monophthongs, Il ' l, Id, and particularly /as/ show substantial linear segments. These are all participants in the chain shifts revealed in a detailed study of dialect change among the white populations of cities ranging from upstate New York across -vfinnesota, while the diphthongs generally have not.
  • the diphthong signature on this chart is typical of sounds which are generally stable.
  • the front monophthongs have dimensions ranging from 1.4 to 1.6.
  • This set consists of residues of the unit interval [0 ,1] from which the middle third is subtracted, and then the operation is applied to each successive residue ad infi itum.
  • For each interval I of E j we specify E j+ ⁇ n I by selecting an integer m -- 2 and letting the subintervals J j, ... , J m be equally spaced, with lengths given by
  • r is the G ⁇ del number, is the integer for the kth symbol and Pr(k) is the kth prime number.
  • a collection of such cascades would be a means to encode a collection of expressions, and hence would constitute a Turing machine.
  • the generalized Cantor set from which the Godel cascade was created is metrically and topologically similar to the "code space" used by Bamsley and his associates for fractal image compression.
  • Bamsley uses code space to reduce the addresses on any attractor in an image to a string of digits, hence its utility in digital image processing.
  • PET scans of humans show dimensions generally between 1 and 2, as we would expect from this architecture.
  • FIG. 7 illustrates the first three iterations in the generation of a Cantor set.
  • Cantor sets are formed by the iterated concentration of the set members into increasingly small subsets of the unit segment [0,1].
  • the middle third of the segment is removed at each iteration; that is, the middle third of the segment [0,1], then the middle third of the remaining two pieces, then the middle third of the remaining four pieces, and so on.
  • the size of the piece removed is variable. The capability to reconstruct the size of the removed pieces by examination of the residues provides the computational capacity for such sets.
  • FIGS. 8-10 are drawn from natural language studies, and show similar dimensions at all levels of abstraction.
  • FIG. 8 shows the back vowels from the same Northern Cities Vowel Shift study as FIG. 6;
  • FIG. 9 shows case (i.e., nominative, genitive, dative, accusative) in Old English;
  • FIG. 10 shows mood (indicative, subjunctive, imperative, and infinitive) in Old High German.
  • the correlation signatures are all similar, and the underlying dimension is nearly the same as well for the high content sets: approximately 1.2 for the Old English dative, and 1.4 for the Old High German subjunctive.
  • the present invention can be practiced using digital network emulation software on a general purpose computer, or using special-purpose neural networking hardware, or some combination thereof
  • digital implementation can calculate the distributions directly, or they can model the process as one of synapse pathway recruitment. In the latter case, since synapses cannot increase without bound, the population of synapses must be renormalized at each step. This is most easily accomplished with a uniform decay rate in the strength of connections.
  • a preferred implementation of the invention is by means of digital emulation of a network, with the program specifying a series of lattices, each node incorporating the update formula, and each node on a given lattice mapped to nodes on the next lattice by a random, Gaussian distribution.
  • Feedback may similarly require a Gaussian connection between the feedback source and the target processing layer.
  • the model can be implemented on a standard intel-based platform, e.g., one having a Pentium processor running at 100 MHz, or on a Macintosh platform with similar computational power. Larger emulations may require a workstation- class computer.
  • Bose-Einstein statistics for example, describe the Einstein radiation mechanism, where the critical parameters are the absorption and spontaneous emission of photons. For this reason, Bose-Einstein statistics underlie physical devices such as lasers, which could thus be adapted to implementation of this type of network.
  • the learning rules are based on a Polya process, which reinforces success. This is a non- stationary process which induces Bose-Einstein statistics when conducted across large numbers of synapses over many iterations. In the limit, as the iterations approach infinity, the resulting distribution converges to a negative-binomial distribution.
  • the rules themselves may be implemented in three different variants: 1) a basic synapse model; 2) a competitive-learning version focused on neurons rather than synapses; and 3) a hybrid feedforward/back-propagation version in which feedback weights can employ a variety of maximization schemes.
  • the network can run in synchronous mode for all three versions by setting a common clock for the network, with each epoch updated simultaneously across the network.
  • the network can also run in asynchronous mode by setting a non-zero epoch time for each node, but updating weights only for the nodes involved when one fires. Since the asynchronous mode only uses local interactions, some optimization schemes in the hybrid version would not run in this mode.
  • each neuron an address on a two-dimensional layer, similar to cells on a spreadsheet.
  • Initial inputs to the first layer are measurements from the environment (signals from light sensors, low/high pass filters from sound equipment, etc.).
  • Final outputs are to devices connected to the environment (printers, muscles, speakers, etc.)
  • Step d above is modified as follows: PC17US98/18744 WO 00/16212
  • the feedback loops in the architecture are treated identically to the pathways from input to output.
  • alternate backpropagation maximization schemes such as Linsker's "infomax”
  • the feedback loops can be treated differently, with the weights reset according to the maximization scheme. This makes the network a hybrid feedforward/backpropagation network This approach is more expensive in memory, but potentially faster.
  • any of these versions can be modified by introducing a decay factor. Since the decay factor is not related to activity, but simply to time, any synaptic junction that is inactive will eventually approach a connectivity of zero, for any non-zero decay rate. Decay at a synapse can then be modeled by:
  • the architecture has three components: 1) an input component; 2) a processing component; and 3) an output component. It therefore has a minimum of three layers. When there are more than three layers, the components overlap. That is, the last input layer is also the first processing layer. Similarly, the last processing layer is also the first output layer.
  • the input component consists of one or more feedforward layers.
  • the first layer takes its input from measurements of the environment as described above.
  • the processing layer consists of three or more layers. At least the middle layer has lateral connectivity within a given channel, and to other channels. Lateral connectivity within other layers of this component can be specified as desired.
  • the layers also have internal feedback as indicated in the diagrams. Output feedback feeds to the first processing layer.
  • the output component has one or more feedforward layers, with final output to the environment as described above. Feedback from the final output goes to the first processing layer.
  • the architecture must have a channelized structure because the underlying Polya process converges to a stationary distribution as the number of actions goes to infinity. Hence the learning characteristics are rnaxunized when the number of elements in each layer in a channel is the minimum necessary to process the data.
  • the "leaky” processing feature of the network can be induced by allowing random connections outside a given channel when the signal passes up the layers. This can be accomplished, for example, by employing a gaussian distribution so that connections from one layer to the next are scattered around a mean corresponding to a direct vertical connection. The variance of the gaussian distribution would determine how "leaky" the channel was. Learning characteristics of the network are also affected by how channels are interconnected. If related data is processed in adjacent channels in the network, it would find the correlation much more quickly than if the channels were widely separated.
  • the learning characteristics of the network are crucially linked to the size and interconnections of the channels. This is particularly so due to the simple nature of the learning rules.
  • the attractor concept underlying this design is also important because successful combinations of weights and channels can be recorded and programmed in other networks as, for example, pattern classifiers or processors, so that the new networks need not be trained for that capability.
  • recorded attractors can be used as a programming language for feedforward or hybrid neural networks. Specialized circuits or chips can also model the attractors.

Abstract

A semantic attractor memory uses an evolving neural network architecture and learning rules derived from the study of human language acquisition and change. The architecture is based on multiple layer channels, with random connections from one layer to the next. One or more layers (3) are devoted to processing input information. At least one processing layer (9) is provided. One or more layers (11) are devoted to processing outputs and feedback is provided from the outputs back to the processing layer or layers. Inputs from parallel channels (7a, 7b) are also provided to the one or more processing layers. With the exception of the feedback loop and central processing layers, the network is feedforward unless it is employed in a hybrid back-propagation configuration. The learning rules are based on non-stationary statistical processes, such as the Polya process or the processes leading to Bose-Einstein statistics, again derived from considerations of human language acquisition.

Description

METHOD AND APPARATUS FOR NEURAL NETWORKING USING SEMANTIC ATTRACTOR ARCHITECTURE
BACKGROUND OF THE INVENTION
1. Field of the Invention
The invention relates in general to field of neural networks, and in particular to a neural network architecture and method which utilizes Bose-Enstein statistics or Polya modeling to capture a process.
2. Related Art
Neural networks have been known and used in the prior art in computer applications which require complex and/or extensive processing. Such applications include, e.g., pattern recognition and image and voice processing. In these applications, neural networks have been known to provide greatly increased processing power and speed over conventional computer architectures. Several approaches to neural networking exist and can be distinguished from one another by their different architectures. Specifically, the approaches of the prior art can be distinguished by the numbers of layers and the interconnections within and between them, the learning rules applied to each node in the network, and whether or not the architecture is capable of supervised or unsupervised learning.
A neural network is said to be "supervised" if it requires a formal training phase where output values are "clamped" to a Training set. In other words, such networks require a "teacher," something not necessarily found in nature. Unsupervised networks are desireable precisely for this reason. They are capable of processing data without requiring a preset training set or discrete training phase. Biological neural networks are unsupervised, and any attempt to emulate them should aspire to this capability. Of the following approaches, the Boltzmann/Cauchy and Hidden Markov models are supervised networks and the remainder are unsupervised networks. At least eight principal types of feedback systems, also called backpropagation models, have been identified in the prior art. The Additive Grossberg model uses one layer with lateral inhibitions. The learning rule is based on a sigmoid curve and updates using a steepest ascent calculation. The Shunting Grossberg is similar, with an added gain control feature to control learning rates. Adaptive Resonance Theory models use two layers, with on-center/off-surround lateral feedback and sigmoid learning curves. The Discrete Autocorrelator model uses a single layer, recurrent lateral feedback, and a step function learning curve. The Continuous Hopfield model uses a single layer, recurrent lateral feedback, and a sigmoid learning curve. Bi-Directional Associative Memory uses two layers, with each element in the first connected to each layer in the second, and a ramp learning curve. Adaptive Bi-Directional Associative Memory uses two layers, each element in the first connected to each in the second, and the Cohen-Grossberg memory function. This also exists in a competitive version. Finally, the Temporal Associative Memory uses two layers, with each element in the first connected to each element in the second, and an exponential step learning function.
At least eight principal types of feedforward systems have been identified. The Learning Matrix uses two layers, with each element in the first connected to each element in the second, and a modified step learning function. -Drive-Reinforcement uses two layers, with each element in the first connected to each in the second, and a ramp learning function. The Sparse Distributed Memory model uses three layers, with random connections from the first to the second layer, and a step learning function. Linear Associative Memory models use two layers, with each element in the first layer connected to each element in the second, and a matrix outer product to calculate learning updates. The Optimal Linear Associative Memory model uses a single layer, with each element connected to each of the others, and a matrix pseudo-inverse learning function. Fuzzy Associative
Memory uses two layers, with each element in the first connected to each element in the second, and a step learning function. This particular model can only store one pair of correlates at a time. The Learning Vector Quantizer uses two layers, with each element in the first connected to each in the second, negative lateral connections from each element in the second layer with all the others in the second layer, and positive feedback from each second layer element to itself. This model uses a modified step learning curve, which varies as the inverse of time. The Counterpropagation model uses three layers, with each element in the first connected to each in the second, each element in the second connected to each in the third, and negative lateral connections from each element in the second layer to each of the rest, with positive feedback from each element in the second layer to itself. This also uses a learning curve varying inversely with time.
Boltzmann/Cauchy models use random distributions for the learning curve. The use of random distributions to affect learning is advantageous because use of the distributions permits emulation of complex statistical ensembles. Thus, imposing the distributions imposes behavioral characteristics which arise from complex systems the model networks are intended to emulate. However, the Botzmann/Cauchy networks are capable only of supervised learning. And, these models have proven to be undesirably slow in many applications.
Hidden Markov models rely on a hybrid architecture, generally of feedforward elements and a recurrent network sub-component, all in parallel. These typically have three layers, but certain embodiments have had as many as five. A fairly typical example employs three layers, a softmax learning rule (i.e., the Boltzmann distribution) and a gradient descent algorithm. Other examples use a three-layer hybrid architecture and a gamma memory function, rather than the usual mixed
Gaussian. The gamma distribution is convenient in Bayesian analysis, also common to neural network research, and is the continuous version of the negative-binomial distribution. However, the underlying process for this model is a stationary one. That is, the probability distribution is the same at time t and time t + Δt for all Δt.
Studies of language change and studies of visual and acoustic processing in mammals have been used in the prior art to identify the mechanisms of neural processing for purposes of creating neural network architectures. For example, it has been noted that mammalian visual processing seems to be accomplished by feed-forward mechanisms which amplify successes. Such processing has been modeled by calculating Gaussian expectations and by using measures of mutual information in noisy networks. It has further been noted that such models provide self-organizing feature-detectors. Similarly, h has been noted in the prior art that acoustic processing in mammals, particularly bats, proceeds in parallel columns of neurons, where feed-forward mechanisms and the separation and convergence of the signal produce sophisticated, topically organized feature detectors.
SUMMARY OF THE INVENTION
The semantic attractor memory of the invention according to a preferred embodiment uses a neural network architecture and learning rules derived from the study of human language acquisition and change to store, process and retrieve information. The invention provides rapid, unsupervised processing of complex data sets, such as imagery or continuous human speech.
The semantic attractor memory according to a preferred embodiment of the invention is motivated by considerations from human language acquisition and change, as well as the general constraints posed by the structure of the human perceptive apparatus and systems for muscle control. It is based on multiple layer channels, with random connections from one layer to the next; several layers devoted to processing input information; at least one processing layer; several layers devoted to processing outputs; feedback from the outputs back to the processing layer; and inputs from parallel channels, also to the processing layer. With the exception of the feedback loop and central processing layers, the network is feedforward. The learning rules are preferably based on Bose- Einstein statistics, again derived from considerations of human language acquisition.
BRIEF DESCRD7TION OF THE DRAWINGS
The foregoing and other objects, features, and advantages of the invention will be apparent from the following more particular description of preferred embodiments as illustrated in the accompanying drawings, in which reference characters refer to the same parts throughout the various views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating principles of the invention.
FIG. 1 illustrates a diagramatic view of the semantic attractor memory architecture of the invention according to a preferred embodiment. FIG. 2 illustrates a side view of a single channel.
FIG. 3 illustrates details of internal feedback in central processing layers.
FIG. 4 illustrates the effect of "leaky" processing.
FIG. 5 shows multiple "leaky" inputs merging at the central processing layers, and outputs proceeding to different implementation channels. FIG. 6 depicts the front vowels for the participants in the Northern Cities Shift.
FIG. 7 illustrates the first three iterations in the generation of a Cantor set.
FIGS. 8-10 show graphical illustrations drawn from natural language studies.
DETAILED DESCRIPTION OF THE DRAWINGS
By studying language acquisition and evolution, one can identify learning curves in language acquisition. These learning curves can be characterized by negative-binomial statistics. One can also identify patterns of change which can be explained by underlying attractors with fractal dimension.
That is, the dimension of the sets is not the topological dimension - 1 for a line, 2 for a plane, etc- but a related measure of the size and complexity of the set, whose measure can be fractional.
The measures of these attractors are consistent with Cantor sets in three dimensions. In Cooper, "Linguistic Attractors: The Cognitive Dynamics of Language Acquisition and Change." chapters 1-3, which is incorporated by reference herein, it is demonstrated that Cantor sets are sufficient (though not necessary) to establish a universal Turing machine. That is, they are sufficient to demonstrate an ability to compute any function. This reference also shows a correlate of these attractors with statistical patterns derived from children learning English, which provided the evidence for a learning process which converges on a negative-binomial distribution.
The semantic attractor memory of the invention is motivated by the above and other considerations from human language acquisition and change, as well as by the general constraints posed by the structure of the human perceptive apparatus and systems for muscle control. It is based on multiple layer channels, with random connections from one layer to the next; several layers devoted to processing input information; at least one processing layer; several layers devoted to processing outputs; feedback from the outputs back to the processing layer, and inputs from parallel channels, also to the processing layer. With the exception of the feedback loop and central processing layers, the network is feedforward. The learning rules are based on Bose-Einstein statistics, again derived from considerations of human language acquisition.
The semantic attractor memory of the invention according to a preferred embodiment is derived from a model of human speech acquisition based on random pattern matching. The requirement for negative reinforcement in human speech acquisition is controversial, but the consensus view seems to be that it is not required. A stochastic process relying on positive reinforcement which also yields the learning curves observed in human subjects as they learn to speak is consequently preferred for the matching process. Bose-Einstein statistics capture such a process, which can also be modeled as a Polya process that models sampling with replacement from sample populations. This process will also lead to a fractal pattern of synapse sequences corresponding to each learned pattern. Such a pattern is also to be expected from data on human language change.
In the limit, Bose-Einstein systems or Polya processes converge to learning curves with negative-binomial distributions, but the fundamental process is a non-stationary one. As a further consequence, any model which relies on stationary processes (i.e., any Markov process, normal processes, Bernoulli processes, gamma processes, etc.) is only an approximation to this model, and accurate only in the limit as nodes approach infinity. The architecture of the Semantic Attractor Memory at once mimics the input and output processing found in human perceptions and muscle control, and permits a variant of recurrent network architectures to learn in an unsupervised environment. Parallel "leaky" channels combine the strengths of Markov or other hybrid architectures with a more structured higher scale architecture. That is, major formations in the human brain most probably are joined on a large scale by pattern instructions, but internally by random connections. The multiple layers within a channel reflect the fact that the human nervous system does considerable processing before information is presented to the brain, and, again, considerable processing after leaving the brain before impulses arrive at the muscles. This not only contributes a time delay before feedback but also additional content to the commands to the muscles— commands which must have been learned.
FIG. 1 illustrates a diagramatic view of the semantic attractor memory architecture of the invention according to a preferred embodiment. The diagram depicts typical elements in the network, but each layer in a channel will have many more than three elements per layer. These will be connected randomly to elements in the next layer, so it is not necessarily the case that each element in one layer is connected to each in the next. More than three layers may be necessary before arrival at the processing level, and more than three layers may be necessary before reaching the implementation layer (e.g., muscles).
In FIG. 1, information arrives from the left to a perceptual apparatus, which is a layer within input processing layers 3. The preceptual apparatus encodes the data, and passes it to the next layer. This flow continues to the processing layer 9, where inputs converge with inputs from parallel channels 7a, 7b, and output from a feedback loop 15 connected to the primary channel 3, 9, 11.
The architecture uses feedforward nodes, randomly linked to higher levels within prescribed channels to process the inputs. Although not depicted, connections from each layer to the next are random: each node is not necessarily connected to each one in the layer above it. There is at least one central layer 9 with lateral connections to other channels 7a, 7b. This will be called the lateral processing layer. Outputs proceed to the right, again with random feed-forward connections. Feedback from the output channels 11 are merged with inputs to the lateral processing layer. This feedback is also merged with feedback from the lateral processing layer and from the initial output layer 13. This feedback is not depicted in FIG. 1, but is depicted by rings in FIGS. 2 and 3, discussed below. Outputs from other channels are also presented to the lateral processing layer.
Central processing is actually embedded between input and output channels, so that there is no discrete transition. A side view of a single channel is at FIG. 2, and details of internal feedback in the central processing layers is at FIG. 3. The rationale for these feedback and processing arrangements is set forth in the discussion of the learning rule for the network below.
The FIGS, depict a seven-layer architecture, but the actual number of layers would be dependent on input pre-processing, and output processing. This could require as few as one input layer or more than three feed-forward input layers, as well as at least one and possibly more than three feed-forward output layers in their respective channels. The essential result is, however, that structured data is presented to the central processing layers from input channels, and that outputs are further processed as required for final implementation. In natural language, for example, this would mean the network would take acoustic inputs, encode them in the input channels, process them in the central processing layers, and then process out-going motor signals in the necessary channels to a number of different muscle groups.
The three-layer central processing core of the architecture will produce the necessary computational characteristics.
It should be noted that in FIG. 2 the final input layer is also the first central processing layer. Similarly, the final processing layer is the initial feed-forward layer to output channels.
FIG. 3 shows the internal feedback within the central processing layers. External feedback from the beginning and the end of the output channels is merged with the inputs at the initial central processing final input layer. Other channels feed into the lateral processing layer. Lateral connections in the central layer are crucial to a multi-channel architecture. An additional layer with lateral connections is optional, but makes processing of sequences easier for the network Consequently, for language processing, where sequences must be processed with minimal load on memory, the additional lateral connections may be necessary.
In a complex organism, channels would be linked to specific perceptual organs and to output musculature keyed to specific behavior. Success is reinforced. This is a mild form of a competitive network, so that information will be organized topolog-cally when processed, but the topology will not be strict. The random connections will make the upward flow of information within the channel "leaky." The effect of "leaky" processing is diagrammed in FIG. 4.
FIG. 5 shows multiple "leaky" inputs merging at the central processing layers, and outputs proceeding to different implementation channels. Processing in the central layers would be affected by the structure of lateral channels as well. These can be designed into the architecture, or evolve through the same rules as apply to the vertical channels.
Feedback can be processed by any of several expectation maximization schemes. Such schemes are described, e.g., in Linsker, "Neural Information Processing Systems 5" Morgan Kaufmann Publishers, 1993, pages 953-960, the disclosure of which is incorporated herein by reference. However, any reinforcement over the critical threshold must update the successful interconnections according to Bose-Einstein statistics (originally, equiprobability assigned to different constellations of indistinguishable particles). This can be done as follows.
Begin with a Polya urn scheme, with m0 balls in the urn, m black and m0 - m red. For each drawing, replace each black ball with two black balls, and each red ball with two red balls (sampling with replacement). Then for n0 drawings, of which n balls were black, and n0 - n were red, we have the Polya distribution for the probability that the next ball will be black (. ♦ . - I) "*0 ~ m + "o " n - 1
"o " n fj») m0 + »0 - 1
This is also the Bose-Einstein distribution for m0 cells (neurons/synapses) and « 0 particles inputs), with a constellation of m cells (neurons synapses) with a total of « indistinguishable particles (successes). A constellation of m cells with a total of n indistinguishable balls for n0 - ∞, m0 -> ∞ such that njm0 =p,p finite is then
Figure imgf000012_0001
This is a special case of the negative-binomial distribution, as required from learning curve data on human speech acquisition.
The network requirement is then n0 reinforced pathways across m0 synapses, both large, with njm0 =p. When the Polya process has the substitution factor c ≥ O, the transition probability from En (n black) to En+l (n + 1 black) is m + nc r + »γ , m c for r = — ; γ = m0 + »0c 1 + «0γ m0 m o
This leads to a special form for a rule to update synaptic weights. In general, Hebbian learning rules are expressed in the form
Figure imgf000012_0002
for synaptic weights from / to k, where F is a function of pre- and post-synaptic activity. Frequently, models use the following special case wφt) = ryj n xpi)
where η is a positive learning rate parameter. To avoid saturation of the weights, this is often modified by the addition of a forgetting factor: w t) = xyk{n)xpι) - ayJjiJfWjfii
The rule has also been expressed in terms of the covariance between pre- and post-synaptic activities:
Awfr) = r\E[(y^t) - y xfn) - ξ)]
where E is the expectation for the activity.
The update rule for the semantic attractor memory uses the learning rate parameter in a very different way. The form of the rule with a decay rate (to avoid saturation of the weights ) is
Δ
Figure imgf000013_0001
η positive; δ(t) ≥O and monotone increasing
where r/s is the synaptic weight at epoch n - 1, and \r/s\ ≤ 1. Here r is increased for excitation, and decreased for inhibition. It only changes when there is activity at the synapse. The decay rate δ(t) varies with time, and does not depend on synaptic activity. The cumulative update across all inputs j would then take the form
Figure imgf000013_0002
where α(«) + β(«) = η(»), all positive where a(n) and β(n) count the numbers of excitatory and inhibitory inputs, respectively.
We can apply the Cohen-Grossberg theorem to this rule immediately to demonstrate that the Semantic Attractor Memory rule is capable of content-addressable memory. That is, any input of a portion of the memory can function to recall the rest. Briefly, the theorem states that for the class of neural networks described by the following system of coupled nonlinear differential equations:
Figure imgf000014_0001
CMUD j = l,...jY (1)
the class of neural networks admits a Liapunov function, defined as
E = (2)
Figure imgf000014_0002
where
Figure imgf000014_0003
When the synaptic weights of the network are "symmetric''
= Cfl
the function a/u satisfies the condition for "nonnegativity":
Figure imgf000014_0004
and the nonlinear input-output function φ u} satisfies the condition for "monotonicity": dE ≤ 0 for u . ≠ 0 and all j dt
then the Liapunov function E of the system defined by Eq. (2) satisfies the condition and the system is globally asymptotically stable. That is, the system will be capable of content addressable memory.
Applying the Cohen-Grossberg theorem to the Semantic Attractor Memory, we note immediately that pre- and post-synaptic weights are identical, and thus use symmetric weights between nodes. Then, if we set a/u)j = I, it remains to show that the function φ'(u) ≥ 0. This is the case for a(n) ≥ β(n) and δ(t) sufficiently small. Thus, we have monotonicity, and the semantic attractor memory is capable of content addressable memory. It is also capable of the other attributes necessary for computation.
The learning rule for the Semantic Attractor Memory naturally leads to negative-binomial learning curves for the network— comparable to curves observed in humans acquiring natural language. This is an emergent property of the rule and need not be imposed by a structured learning regime as in the Boltzmann and Cauchy networks. The rule will lead to clusters of nodes in each layer associated with each successful multi-channel pattern. This is an important characteristic which will permit the network to function as a Turing machine. This can be demonstrated by considering these clusters of favored nodes as attractors. Their measurement is consistent with natural language in humans, and indicative of structured sets capable of computation. For example, the most useful measure we can apply to phonological attractors is Hausdorff dimension, which permits us to classify them as fractal sets. To make this application, we must establish a measure over our phase space.
This is simple enough for formant frequencies, and can be extended to axes that code for other relevant factors, such as source, city, generation, gender, and conditioning environment. Using the usual Euclidean metric, we can establish a "distance" and can measure a "diameter." Then, we can say the following. The diameter ofa set U is |U| = sup { |x - y|: x,y e U}. For E c uU; and O < |Uj | ≤ δ for each I, {Uj} is a δ-cover of E. For δ > 0, s ≥ 0,
Figure imgf000016_0001
where the infimum is over all countable δ-covers {UJ of E. Hβ* is an outer measure on semantic space. The Hausdorff s-dimensional outer measure of E is
H E) = lim Ht'(E) = sup H6\E)
This limit may be infinite, since Hβ" increases as δ decreases. H*(E) is a metric outer measure since it satisfies a triangle inequality. The restriction of H* to the σ -field of IP-measurable sets is called Hausdorff s-dimensional measure.
For any E, H*(E) is non-increasing as s increases from 0 to ∞. For s < t,
Figure imgf000016_0002
This implies that if Hl(E) is positive, H'(E) is infinite, which further implies that there is a unique value, dim E, called the Hausdorff dimension of E, such that
H '(E) = « if 0 ≤ s ≤ dim E; H '(E) = 0 if dim E < s < ∞
Ascribing probabilities to phonological attractors is therefore meaningful. We can ascribe fractal dimension to them as well.
Unfortunately, direct calculation of the Hausdorff dimension is often intractable. It can be approximated with another function, called the correlation function C(r), for varying distances r, which is given by
Figure imgf000016_0003
Where N is the number of data points, r is the distance used to probe the structure of the attractor, Xj and Xj are pairs of points, and θ is the Heaviside function, where θ(x) = 1 for x > 0 and θ(x) = 0 otherwise.
We estimate the dimension of the attractor by taking the slope of the linear portions of the curves. Since generally lnC(r) - dln(r), the slope will converge to d when the space is saturated. That is, the minimum number of variables to describe the manifold in n-space occupied by an attractor will be d.
FIG. 6 depicts the front vowels for the participants in the Northern Cities Shift. In the figure, the monophthongs, Il'l, Id, and particularly /as/, show substantial linear segments. These are all participants in the chain shifts revealed in a detailed study of dialect change among the white populations of cities ranging from upstate New York across -vfinnesota, while the diphthongs generally have not. The diphthong signature on this chart is typical of sounds which are generally stable. The front monophthongs have dimensions ranging from 1.4 to 1.6.
It will now be shown that the structure of these set hierarchies allows the communication and processing of informatioa To see this, consider phonological attractors, which required several axes apiece to describe them fully, with each projection on each axis with dimension less than one. With fractal attractors, the projection on almost all dimensions in semantic space will in fact be zero. For those dimensions along which the dimension is greater than zero and less than one, it is possible to construct a fractal set, called a cascade, which has the characteristics of a Turing machine.
A simple example of such a cascade, used by Mandelbrot as a simple model for random errors in data transmission, is the Cantor set. This set consists of residues of the unit interval [0 ,1] from which the middle third is subtracted, and then the operation is applied to each successive residue ad infi itum. The resulting set has dimension s = 0.6309... and H'(E) = 1. Instead of this simple set, we can construct a more involved set, which I will call a Godel cascade, based on a generalized Cantor set. Specifically, we can define a finite union of closed intervals of the unit interval EQ, EQ --> E- --Ε2 ... For each interval I of Ej, we specify Ej+ι n I by selecting an integer m -- 2 and letting the subintervals J j, ... , Jm be equally spaced, with lengths given by
w = — m *
Then m\Jt\ + (m-ϊ)d = |/| (l≤i≤m)
where d is the spacing between two consecutive intervals J{. The value for m may vary over different intervals i in Ej. The resulting set has dimension s and H"(E) = 1.
Now, following Martin Davis in the study of recursive operations and computability, if we associate each of a set of symbols with a different odd integer, we can construct the unique Gδdel number for any expression
Figure imgf000018_0001
where r is the Gδdel number, is the integer for the kth symbol and Pr(k) is the kth prime number.
To create a cascade analog to this procedure, if we set m = 2 and
d~l = Prikf"
in the construction of a cascade we can then in principle recover a unique set of residues for any expression by measuring the gaps between the residues. For the expression illustrated in Figure 7 , extended to n symbols, the expression can be recovered in reverse order by comparing the first gap to the residue one level up, the second gap to the residue two levels up, and so on to the 2nth gap to the residue n + 1 levels up.
This is merely the simplest procedure yielding this result. For equally spaced J-^, for example, we can also set w = 2m-l such that
w = Prikf"
The expression can then be recovered from the ratio between each i and J{ derived from it. Alternatively, if we let m stand for w, the expression would be recoverable by counting the lv Clearly, since Gδdel expressions can model any proposition in any formal system, cascades can, too. Other, more efficient cascades are no doubt possible as well.
A collection of such cascades would be a means to encode a collection of expressions, and hence would constitute a Turing machine.
Since Gδdel numbering is not the only means to reduce expressions to integers, this demonstration is only good in principle, but it shows that fractal dimensions make sense. They provide a sufficient (although not necessary) condition for the full gamut of cognitive functions.
The generalized Cantor set from which the Godel cascade was created is metrically and topologically similar to the "code space" used by Bamsley and his associates for fractal image compression. Bamsley uses code space to reduce the addresses on any attractor in an image to a string of digits, hence its utility in digital image processing.
Asymptotically periodic behavior can clearly be expected from such a system, as we see in real dialect changes. The output of such networks is topologically ordered and characterized by sparse (i.e. efficient) coding, as is also required by networks capable of natural language processing. The semantic attractor memory architecture and learning algorithm adds structured feedback, which allows correlations without a supervised learning situation, and a non-stationary update rule, which will yield the necessary fractal set components to match observations, since activation patterns in the central processing nodes will produce two dimensional Cantor sets (with fractal dimension less than 2, and generally greater than 1 for high information sets). These sets can then be combined. With a recursive learning algorithm and the processing layers seeking local mutual information maxima, we have the three components necessary for a Turing machine: recursion, composition, and minimalizatioa Davis also demonstrated that the minimalization operation need be performed only once, which means that the lateral processing layer is sufficient to make the overall architecture function.
It is probably significant to note that PET scans of humans show dimensions generally between 1 and 2, as we would expect from this architecture.
FIG. 7 illustrates the first three iterations in the generation of a Cantor set. Cantor sets are formed by the iterated concentration of the set members into increasingly small subsets of the unit segment [0,1]. In the classical Cantor set, the middle third of the segment is removed at each iteration; that is, the middle third of the segment [0,1], then the middle third of the remaining two pieces, then the middle third of the remaining four pieces, and so on. In a generalized Cantor set, the size of the piece removed is variable. The capability to reconstruct the size of the removed pieces by examination of the residues provides the computational capacity for such sets.
FIGS. 8-10 are drawn from natural language studies, and show similar dimensions at all levels of abstraction. FIG. 8 shows the back vowels from the same Northern Cities Vowel Shift study as FIG. 6; FIG. 9 shows case (i.e., nominative, genitive, dative, accusative) in Old English; and, FIG. 10 shows mood (indicative, subjunctive, imperative, and infinitive) in Old High German. The correlation signatures are all similar, and the underlying dimension is nearly the same as well for the high content sets: approximately 1.2 for the Old English dative, and 1.4 for the Old High German subjunctive. The present invention can be practiced using digital network emulation software on a general purpose computer, or using special-purpose neural networking hardware, or some combination thereof As the learning rule depends on probability distributions, digital implementation can calculate the distributions directly, or they can model the process as one of synapse pathway recruitment. In the latter case, since synapses cannot increase without bound, the population of synapses must be renormalized at each step. This is most easily accomplished with a uniform decay rate in the strength of connections.
Similarly, hardware or software/hardware simulations are possible with quantum devices based on particles obeying Bose-Einstein statistics. This population of particles includes photons, and therefore laser devices, but no particles subject to Pauli exclusion, such as electrons.
A preferred implementation of the invention is by means of digital emulation of a network, with the program specifying a series of lattices, each node incorporating the update formula, and each node on a given lattice mapped to nodes on the next lattice by a random, Gaussian distribution. Feedback may similarly require a Gaussian connection between the feedback source and the target processing layer. For single or small numbers of parallel channels, the model can be implemented on a standard intel-based platform, e.g., one having a Pentium processor running at 100 MHz, or on a Macintosh platform with similar computational power. Larger emulations may require a workstation- class computer.
Implementation of the invention is also possible by use of a specialized chip, where the internal circuits respond according to the update rule.
The fact that the network generates Bose-Einstein statistics, and does not need to have them imposed by program, means that hardware implementations are also possible using components exhibiting quantum behaviors, such as lattices of atoms which respond to given frequencies. Bose- Einstein statistics, for example, describe the Einstein radiation mechanism, where the critical parameters are the absorption and spontaneous emission of photons. For this reason, Bose-Einstein statistics underlie physical devices such as lasers, which could thus be adapted to implementation of this type of network.
PROGRAMMING OF THE LEARNING RULES
The learning rules are based on a Polya process, which reinforces success. This is a non- stationary process which induces Bose-Einstein statistics when conducted across large numbers of synapses over many iterations. In the limit, as the iterations approach infinity, the resulting distribution converges to a negative-binomial distribution. The rules themselves may be implemented in three different variants: 1) a basic synapse model; 2) a competitive-learning version focused on neurons rather than synapses; and 3) a hybrid feedforward/back-propagation version in which feedback weights can employ a variety of maximization schemes. The network can run in synchronous mode for all three versions by setting a common clock for the network, with each epoch updated simultaneously across the network. The network can also run in asynchronous mode by setting a non-zero epoch time for each node, but updating weights only for the nodes involved when one fires. Since the asynchronous mode only uses local interactions, some optimization schemes in the hybrid version would not run in this mode.
The rules for the basic synapse model can be programmed as follows:
a. Provide each neuron an address on a two-dimensional layer, similar to cells on a spreadsheet.
b. Specify the connections between each layer, again, similar to specifying connections between cells on multiple spreadsheets in a workbook.
c. For each neuron on layer/', we then have inputs from layer / and outputs to layer k.
d. For each synapse linking /* toy: If/ fires, reset the original weight r/s to: r + c for excitation s + c r - c for inhibition s + c for learning constant c > 0
For threshold θj for the neuron, when
Figure imgf000023_0001
j fires
e. Calculate for all neurons on level
f. Repeat calculations for all neurons on level it.
g. Initial inputs to the first layer are measurements from the environment (signals from light sensors, low/high pass filters from sound equipment, etc.).
h. Final outputs are to devices connected to the environment (printers, muscles, speakers, etc.)
The rules for competitive learning are similar, but modified as follows:
a. Lateral connections (i.e., within the same layer) between neurons are specified as inhibitory.
b. Step d above is modified as follows: PC17US98/18744 WO 00/16212
If/ fires, and if j fires, i.e., when
wβ ≥ θj
Then reset r/s as above.
In these rules, the feedback loops in the architecture are treated identically to the pathways from input to output. To employ alternate backpropagation maximization schemes, however, such as Linsker's "infomax," the feedback loops can be treated differently, with the weights reset according to the maximization scheme. This makes the network a hybrid feedforward/backpropagation network This approach is more expensive in memory, but potentially faster.
To model "forgetting," which avoids saturation of the synaptic weights, any of these versions can be modified by introducing a decay factor. Since the decay factor is not related to activity, but simply to time, any synaptic junction that is inactive will eventually approach a connectivity of zero, for any non-zero decay rate. Decay at a synapse can then be modeled by:
s + η + δ for a + β = η all positive δ(t) ≥ 0 monotone increasing
where a is the number of excitations, and β is the number of inhibitions.
Other decay rates are possible. For example, the common form
"j#> = r + s * +η " β - δO; δ( *
Figure imgf000024_0001
PROGRAMMING THE ARCHITECTURE
The architecture has three components: 1) an input component; 2) a processing component; and 3) an output component. It therefore has a minimum of three layers. When there are more than three layers, the components overlap. That is, the last input layer is also the first processing layer. Similarly, the last processing layer is also the first output layer.
The input component consists of one or more feedforward layers. The first layer takes its input from measurements of the environment as described above.
The processing layer consists of three or more layers. At least the middle layer has lateral connectivity within a given channel, and to other channels. Lateral connectivity within other layers of this component can be specified as desired. The layers also have internal feedback as indicated in the diagrams. Output feedback feeds to the first processing layer.
The output component has one or more feedforward layers, with final output to the environment as described above. Feedback from the final output goes to the first processing layer.
The architecture must have a channelized structure because the underlying Polya process converges to a stationary distribution as the number of actions goes to infinity. Hence the learning characteristics are rnaxunized when the number of elements in each layer in a channel is the minimum necessary to process the data.
The "leaky" processing feature of the network can be induced by allowing random connections outside a given channel when the signal passes up the layers. This can be accomplished, for example, by employing a gaussian distribution so that connections from one layer to the next are scattered around a mean corresponding to a direct vertical connection. The variance of the gaussian distribution would determine how "leaky" the channel was. Learning characteristics of the network are also affected by how channels are interconnected. If related data is processed in adjacent channels in the network, it would find the correlation much more quickly than if the channels were widely separated.
Consequently, the learning characteristics of the network are crucially linked to the size and interconnections of the channels. This is particularly so due to the simple nature of the learning rules.
The attractor concept underlying this design is also important because successful combinations of weights and channels can be recorded and programmed in other networks as, for example, pattern classifiers or processors, so that the new networks need not be trained for that capability. In this way, recorded attractors can be used as a programming language for feedforward or hybrid neural networks. Specialized circuits or chips can also model the attractors.
While the invention has been particularly shown and described with reference to a preferred embodiment thereof) it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention.

Claims

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A method for processing information in an unsupervised manner using a generally feedforward neural network system, comprising: providing a plurality of multiple-layer channels, with random connections from one layer to the next; providing at least one layer devoted to processing input information; providing at least one processing layer, providing at least one output layer devoted to processing outputs; providing feedback from said at least one output layer back to said at least one processing layer; providing inputs from parallel channels to said at least one processing layer; and, applying learning rules which are based upon non-stationary statistical processes.
2. The method according to claim 1, wherein said non-stationary statistical processes comprise a Polya process.
3. The method according to claim 1, wherein said non-stationary statistical processes comprise a process which employs Bose-Einstein statistics.
4. A generally feedforward neural network system for processing information in an unsupervised manner, comprising: a plurality of channel means, each comprising a plurality of layers with random connections from one layer to the next, said plurality of layers further comprising: at least one input layer means devoted to processing input information; at least one processing layer means; at least one output layer means devoted to processing outputs; means for providing feedback from said at least one output layer means back to said at least one processing layer means; inputs from parallel channels to said at least one processing layer means; and, means for applying learning rules which are based upon non-stationary statistical processes.
5. The neural network system according to claim 4, wherein said at least one processing layer comprises a plurality of processing layer and wherein the system further comprises means for providing feedback between said plurality of processing layers.
6. The neural network system according to claim 4, wherein said non-stationaiy statistical process comprises a Polya process.
7. The neural network system according to claim 4, wherein said non-stationary statistical process comprises a process which employs Bose-Einstein statistics.
8. A generally feedforward neural network system for processing information in an unsupervised manner, comprising: a plurality of evolving variable-width multiple-layer channel means, with random connections from one layer to the next; at least one input layer means devoted to processing input information; at least one processing layer means; at least one output layer means devoted to processing outputs; means for providing feedback from said at least one output layer means back to said at least one processing layer means; and, inputs from parallel channels to said at least one processing layer means.
9. A method for processing information in an unsupervised manner using a generally feedforward neural network system, comprising: providing a plurality of multiple-layer channels, with random connections from one layer to the next; applying learning rules which are based upon non-stationary statistical processes.
10. The method according to claim 9, wherein said non-stationary statistical process comprises a Polya process.
11. The method according to claim 9, wherein said non-stationary statistical process comprises a process which employs Bose-Einstein statistics.
12. A process for using a first neural network to program a second neural network, comprising: providing a plurality of multiple-layer channels; providing at least one input layer, providing at least one processing layer having lateral connections; providing at least one output layer, providing feedback connections between said at least one output layer and said at least one processing layer; assigning connection weights to said feedback connections and said lateral connections; providing target data to said input layers; evolving said connection weights; varying said feedback connections and said lateral connections; recording at least one successful combination of connection weights, feedback connections, and lateral connections; and, using said at least one successful combination to program a second neural network.
13. The method according to claim 12, wherein said successful combination comprises a feedforward combination.
14. The method according to claim 12, wherein said step of using said successful combination comprises using said successful combination to program a pattern classifier.
15. The method according to claim 12, wherein said step of using said successful combination comprises using said successful combination to program a microprocessor.
16. A system for using a first neural network to program a second neural network, comprising: a first neural network, further comprising: a plurality of multiple-layer channels; at least one input layer; at least one processing layer having lateral connections; at least one output layer, feedback connections between said at least one output layer and said at least one processing layer; means for assigning connection weights to said feedback connections and said lateral connections; means for providing target data to said input layers; means for evolving said connection weights; means for varying said feedback connections and said lateral connections; means for recording at least one successful combination of connection weights, feedback connections, and lateral connections; and, means for using said at least one successful combination to program a second neural network.
17. The system according to claim 16, wherein said second neural network comprises a pattern classifier.
18. The system according to claim 16, wherein said second neural network comprises a microprocessor.
19. The system according to claim 16, wherein said second neural network is complex relative to said first neural network, and wherein said at least one successful combination is used to program at least one capability among a larger set of capabilities for which said second neural network is programmed.
20. The system according to claim 16, wherein said at least one successful combination comprises a cascade.
21. A method for processing information, comprising: using a generally feedforward neural network system to process said information in an unsupervised manner, further comprising the steps of: providing a plurality of multiple-layer channels; providing at least one layer devoted to processing input information; providing at least one processing layer; providing at least one output layer devoted to processing outputs; providing feedback from said at least one output layer back to said at least one processing layer; providing inputs from parallel channels to said at least one processing layer; and applying learning rules which are based upon non-stationary statistical processes.
PCT/US1998/018744 1996-05-02 1998-09-10 Method and apparatus for neural networking using semantic attractor architecture WO2000016212A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US08/713,470 US6009418A (en) 1996-05-02 1996-09-13 Method and apparatus for neural networking using semantic attractor architecture
PCT/US1998/018744 WO2000016212A1 (en) 1996-05-02 1998-09-10 Method and apparatus for neural networking using semantic attractor architecture
AU92264/98A AU9226498A (en) 1996-05-02 1998-09-10 Method and apparatus for neural networking using semantic attractor architecture

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US1670796P 1996-05-02 1996-05-02
US08/713,470 US6009418A (en) 1996-05-02 1996-09-13 Method and apparatus for neural networking using semantic attractor architecture
PCT/US1998/018744 WO2000016212A1 (en) 1996-05-02 1998-09-10 Method and apparatus for neural networking using semantic attractor architecture

Publications (1)

Publication Number Publication Date
WO2000016212A1 true WO2000016212A1 (en) 2000-03-23

Family

ID=27360635

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1998/018744 WO2000016212A1 (en) 1996-05-02 1998-09-10 Method and apparatus for neural networking using semantic attractor architecture

Country Status (3)

Country Link
US (1) US6009418A (en)
AU (1) AU9226498A (en)
WO (1) WO2000016212A1 (en)

Families Citing this family (114)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6490571B1 (en) * 1996-05-02 2002-12-03 David L. Cooper Method and apparatus for neural networking using semantic attractor architecture
US6601049B1 (en) * 1996-05-02 2003-07-29 David L. Cooper Self-adjusting multi-layer neural network architectures and methods therefor
US7469237B2 (en) * 1996-05-02 2008-12-23 Cooper David L Method and apparatus for fractal computation
US7152031B1 (en) * 2000-02-25 2006-12-19 Novell, Inc. Construction, manipulation, and comparison of a multi-dimensional semantic space
US7197451B1 (en) * 1998-07-02 2007-03-27 Novell, Inc. Method and mechanism for the creation, maintenance, and comparison of semantic abstracts
US6269351B1 (en) * 1999-03-31 2001-07-31 Dryken Technologies, Inc. Method and system for training an artificial neural network
US6397200B1 (en) * 1999-03-18 2002-05-28 The United States Of America As Represented By The Secretary Of The Navy Data reduction system for improving classifier performance
AU7600100A (en) * 1999-09-24 2001-04-30 Kevin H. Slade Method for signal and material processing using self-organizing field effects
US7370020B1 (en) * 1999-11-12 2008-05-06 British Telecommunications Public Limited Company Sequence generator
US7286977B1 (en) * 2000-09-05 2007-10-23 Novell, Inc. Intentional-stance characterization of a general content stream or repository
US7653530B2 (en) * 2000-07-13 2010-01-26 Novell, Inc. Method and mechanism for the creation, maintenance, and comparison of semantic abstracts
US7389225B1 (en) 2000-10-18 2008-06-17 Novell, Inc. Method and mechanism for superpositioning state vectors in a semantic abstract
US7672952B2 (en) * 2000-07-13 2010-03-02 Novell, Inc. System and method of semantic correlation of rich content
WO2002008989A1 (en) * 2000-07-21 2002-01-31 Smarthaven B.V. Method and apparatus for user interest modelling
US7177922B1 (en) 2000-09-05 2007-02-13 Novell, Inc. Policy enforcement using the semantic characterization of traffic
US6999952B1 (en) * 2001-04-18 2006-02-14 Cisco Technology, Inc. Linear associative memory-based hardware architecture for fault tolerant ASIC/FPGA work-around
AU2003211104B2 (en) * 2002-02-13 2009-01-29 Reify Corporation Method and apparatus for acquisition, compression, and characterization of spatiotemporal signals
US7461037B2 (en) * 2003-12-31 2008-12-02 Nokia Siemens Networks Oy Clustering technique for cyclic phenomena
US7814038B1 (en) 2007-12-06 2010-10-12 Dominic John Repici Feedback-tolerant method and device producing weight-adjustment factors for pre-synaptic neurons in artificial neural networks
US8301622B2 (en) 2008-12-30 2012-10-30 Novell, Inc. Identity analysis and correlation
US8296297B2 (en) 2008-12-30 2012-10-23 Novell, Inc. Content analysis and correlation
US8386475B2 (en) * 2008-12-30 2013-02-26 Novell, Inc. Attribution analysis and correlation
US20100250479A1 (en) * 2009-03-31 2010-09-30 Novell, Inc. Intellectual property discovery and mapping systems and methods
US9122994B2 (en) 2010-03-26 2015-09-01 Brain Corporation Apparatus and methods for temporally proximate object recognition
US9311593B2 (en) 2010-03-26 2016-04-12 Brain Corporation Apparatus and methods for polychronous encoding and multiplexing in neuronal prosthetic devices
US8315305B2 (en) 2010-03-26 2012-11-20 Brain Corporation Systems and methods for invariant pulse latency coding
US9405975B2 (en) 2010-03-26 2016-08-02 Brain Corporation Apparatus and methods for pulse-code invariant object recognition
US9906838B2 (en) 2010-07-12 2018-02-27 Time Warner Cable Enterprises Llc Apparatus and methods for content delivery and message exchange across multiple content delivery networks
US9193075B1 (en) 2010-08-26 2015-11-24 Brain Corporation Apparatus and methods for object detection via optical flow cancellation
US8775341B1 (en) 2010-10-26 2014-07-08 Michael Lamport Commons Intelligent control with hierarchical stacked neural networks
US9015093B1 (en) 2010-10-26 2015-04-21 Michael Lamport Commons Intelligent control with hierarchical stacked neural networks
US9047568B1 (en) 2012-09-20 2015-06-02 Brain Corporation Apparatus and methods for encoding of sensory data using artificial spiking neurons
US9070039B2 (en) 2013-02-01 2015-06-30 Brian Corporation Temporal winner takes all spiking neuron network sensory processing apparatus and methods
US9566710B2 (en) 2011-06-02 2017-02-14 Brain Corporation Apparatus and methods for operating robotic devices using selective state space training
US9147156B2 (en) 2011-09-21 2015-09-29 Qualcomm Technologies Inc. Apparatus and methods for synaptic update in a pulse-coded network
US8990133B1 (en) 2012-12-20 2015-03-24 Brain Corporation Apparatus and methods for state-dependent learning in spiking neuron networks
US8725658B2 (en) * 2011-09-21 2014-05-13 Brain Corporation Elementary network description for efficient memory management in neuromorphic systems
US9104973B2 (en) 2011-09-21 2015-08-11 Qualcomm Technologies Inc. Elementary network description for neuromorphic systems with plurality of doublets wherein doublet events rules are executed in parallel
US8712941B2 (en) 2011-09-21 2014-04-29 Brain Corporation Elementary network description for efficient link between neuronal models and neuromorphic systems
US8725662B2 (en) 2011-09-21 2014-05-13 Brain Corporation Apparatus and method for partial evaluation of synaptic updates based on system events
US9460387B2 (en) 2011-09-21 2016-10-04 Qualcomm Technologies Inc. Apparatus and methods for implementing event-based updates in neuron networks
US9412064B2 (en) 2011-08-17 2016-08-09 Qualcomm Technologies Inc. Event-based communication in spiking neuron networks communicating a neural activity payload with an efficacy update
US8719199B2 (en) 2011-09-21 2014-05-06 Brain Corporation Systems and methods for providing a neural network having an elementary network description for efficient implementation of event-triggered plasticity rules
US8712939B2 (en) 2011-09-21 2014-04-29 Brain Corporation Tag-based apparatus and methods for neural networks
US9098811B2 (en) 2012-06-04 2015-08-04 Brain Corporation Spiking neuron network apparatus and methods
US9104186B2 (en) 2012-06-04 2015-08-11 Brain Corporation Stochastic apparatus and methods for implementing generalized learning rules
US9146546B2 (en) 2012-06-04 2015-09-29 Brain Corporation Systems and apparatus for implementing task-specific learning using spiking neurons
US9015092B2 (en) 2012-06-04 2015-04-21 Brain Corporation Dynamically reconfigurable stochastic learning apparatus and methods
US9117176B2 (en) 2011-09-21 2015-08-25 Qualcomm Technologies Inc. Round-trip engineering apparatus and methods for neural networks
US10210452B2 (en) 2011-09-21 2019-02-19 Qualcomm Incorporated High level neuromorphic network description apparatus and methods
US9156165B2 (en) 2011-09-21 2015-10-13 Brain Corporation Adaptive critic apparatus and methods
US9213937B2 (en) 2011-09-21 2015-12-15 Brain Corporation Apparatus and methods for gating analog and spiking signals in artificial neural networks
US9129221B2 (en) 2012-05-07 2015-09-08 Brain Corporation Spiking neural network feedback apparatus and methods
US9224090B2 (en) 2012-05-07 2015-12-29 Brain Corporation Sensory input processing apparatus in a spiking neural network
US9412041B1 (en) 2012-06-29 2016-08-09 Brain Corporation Retinal apparatus and methods
US9256215B2 (en) 2012-07-27 2016-02-09 Brain Corporation Apparatus and methods for generalized state-dependent learning in spiking neuron networks
US9256823B2 (en) 2012-07-27 2016-02-09 Qualcomm Technologies Inc. Apparatus and methods for efficient updates in spiking neuron network
US9440352B2 (en) 2012-08-31 2016-09-13 Qualcomm Technologies Inc. Apparatus and methods for robotic learning
US9186793B1 (en) 2012-08-31 2015-11-17 Brain Corporation Apparatus and methods for controlling attention of a robot
US9311594B1 (en) 2012-09-20 2016-04-12 Brain Corporation Spiking neuron network apparatus and methods for encoding of sensory data
US9189730B1 (en) 2012-09-20 2015-11-17 Brain Corporation Modulated stochasticity spiking neuron network controller apparatus and methods
US9367798B2 (en) 2012-09-20 2016-06-14 Brain Corporation Spiking neuron network adaptive control apparatus and methods
US8793205B1 (en) 2012-09-20 2014-07-29 Brain Corporation Robotic learning and evolution apparatus
US9082079B1 (en) 2012-10-22 2015-07-14 Brain Corporation Proportional-integral-derivative controller effecting expansion kernels comprising a plurality of spiking neurons associated with a plurality of receptive fields
US9111226B2 (en) 2012-10-25 2015-08-18 Brain Corporation Modulated plasticity apparatus and methods for spiking neuron network
US9183493B2 (en) 2012-10-25 2015-11-10 Brain Corporation Adaptive plasticity apparatus and methods for spiking neuron network
US9218563B2 (en) 2012-10-25 2015-12-22 Brain Corporation Spiking neuron sensory processing apparatus and methods for saliency detection
US9275326B2 (en) 2012-11-30 2016-03-01 Brain Corporation Rate stabilization through plasticity in spiking neuron network
US9904889B2 (en) 2012-12-05 2018-02-27 Applied Brain Research Inc. Methods and systems for artificial cognition
US9123127B2 (en) 2012-12-10 2015-09-01 Brain Corporation Contrast enhancement spiking neuron network sensory processing apparatus and methods
US9195934B1 (en) 2013-01-31 2015-11-24 Brain Corporation Spiking neuron classifier apparatus and methods using conditionally independent subsets
US9177245B2 (en) 2013-02-08 2015-11-03 Qualcomm Technologies Inc. Spiking network apparatus and method with bimodal spike-timing dependent plasticity
US8996177B2 (en) 2013-03-15 2015-03-31 Brain Corporation Robotic training apparatus and methods
US9764468B2 (en) 2013-03-15 2017-09-19 Brain Corporation Adaptive predictor apparatus and methods
US9008840B1 (en) 2013-04-19 2015-04-14 Brain Corporation Apparatus and methods for reinforcement-guided supervised learning
US9242372B2 (en) 2013-05-31 2016-01-26 Brain Corporation Adaptive robotic interface apparatus and methods
US9384443B2 (en) 2013-06-14 2016-07-05 Brain Corporation Robotic training apparatus and methods
US9792546B2 (en) 2013-06-14 2017-10-17 Brain Corporation Hierarchical robotic controller apparatus and methods
US9314924B1 (en) * 2013-06-14 2016-04-19 Brain Corporation Predictive robotic controller apparatus and methods
US9436909B2 (en) 2013-06-19 2016-09-06 Brain Corporation Increased dynamic range artificial neuron network apparatus and methods
US9239985B2 (en) 2013-06-19 2016-01-19 Brain Corporation Apparatus and methods for processing inputs in an artificial neuron network
US9552546B1 (en) 2013-07-30 2017-01-24 Brain Corporation Apparatus and methods for efficacy balancing in a spiking neuron network
US9296101B2 (en) 2013-09-27 2016-03-29 Brain Corporation Robotic control arbitration apparatus and methods
US9579789B2 (en) 2013-09-27 2017-02-28 Brain Corporation Apparatus and methods for training of robotic control arbitration
US9489623B1 (en) 2013-10-15 2016-11-08 Brain Corporation Apparatus and methods for backward propagation of errors in a spiking neuron network
US9597797B2 (en) 2013-11-01 2017-03-21 Brain Corporation Apparatus and methods for haptic training of robots
US9463571B2 (en) 2013-11-01 2016-10-11 Brian Corporation Apparatus and methods for online training of robots
US9248569B2 (en) 2013-11-22 2016-02-02 Brain Corporation Discrepancy detection apparatus and methods for machine learning
US9358685B2 (en) 2014-02-03 2016-06-07 Brain Corporation Apparatus and methods for control of robot actions based on corrective user inputs
US9987743B2 (en) 2014-03-13 2018-06-05 Brain Corporation Trainable modular robotic apparatus and methods
US9533413B2 (en) 2014-03-13 2017-01-03 Brain Corporation Trainable modular robotic apparatus and methods
US9364950B2 (en) 2014-03-13 2016-06-14 Brain Corporation Trainable modular robotic methods
US9630317B2 (en) 2014-04-03 2017-04-25 Brain Corporation Learning apparatus and methods for control of robotic devices via spoofing
US9613308B2 (en) 2014-04-03 2017-04-04 Brain Corporation Spoofing remote control apparatus and methods
US9346167B2 (en) 2014-04-29 2016-05-24 Brain Corporation Trainable convolutional network apparatus and methods for operating a robotic vehicle
US9713982B2 (en) 2014-05-22 2017-07-25 Brain Corporation Apparatus and methods for robotic operation using video imagery
US10194163B2 (en) 2014-05-22 2019-01-29 Brain Corporation Apparatus and methods for real time estimation of differential motion in live video
US9939253B2 (en) 2014-05-22 2018-04-10 Brain Corporation Apparatus and methods for distance estimation using multiple image sensors
US9848112B2 (en) 2014-07-01 2017-12-19 Brain Corporation Optical detection apparatus and methods
US10057593B2 (en) 2014-07-08 2018-08-21 Brain Corporation Apparatus and methods for distance estimation using stereo imagery
US9821470B2 (en) 2014-09-17 2017-11-21 Brain Corporation Apparatus and methods for context determination using real time sensor data
US9579790B2 (en) 2014-09-17 2017-02-28 Brain Corporation Apparatus and methods for removal of learned behaviors in robots
US9849588B2 (en) 2014-09-17 2017-12-26 Brain Corporation Apparatus and methods for remotely controlling robotic devices
US9860077B2 (en) 2014-09-17 2018-01-02 Brain Corporation Home animation apparatus and methods
US9870617B2 (en) 2014-09-19 2018-01-16 Brain Corporation Apparatus and methods for saliency detection based on color occurrence analysis
US9630318B2 (en) 2014-10-02 2017-04-25 Brain Corporation Feature detection apparatus and methods for training of robotic navigation
US9881349B1 (en) 2014-10-24 2018-01-30 Gopro, Inc. Apparatus and methods for computerized object identification
US9426946B2 (en) 2014-12-02 2016-08-30 Brain Corporation Computerized learning landscaping apparatus and methods
US9717387B1 (en) 2015-02-26 2017-08-01 Brain Corporation Apparatus and methods for programming and training of robotic household appliances
CN105938558B (en) * 2015-03-06 2021-02-09 松下知识产权经营株式会社 Learning method
US9840003B2 (en) 2015-06-24 2017-12-12 Brain Corporation Apparatus and methods for safe navigation of robotic devices
US10197664B2 (en) 2015-07-20 2019-02-05 Brain Corporation Apparatus and methods for detection of objects using broadband signals
US10295972B2 (en) 2016-04-29 2019-05-21 Brain Corporation Systems and methods to operate controllable devices with gestures and/or noises
WO2019033380A1 (en) * 2017-08-18 2019-02-21 Intel Corporation Slimming of neural networks in machine learning environments

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4591980A (en) * 1984-02-16 1986-05-27 Xerox Corporation Adaptive self-repairing processor array
US5091864A (en) * 1988-12-23 1992-02-25 Hitachi, Ltd. Systolic processor elements for a neural network
US5151969A (en) * 1989-03-29 1992-09-29 Siemens Corporate Research Inc. Self-repairing trellis networks
US5153923A (en) * 1988-03-25 1992-10-06 Hitachi, Ltd. High order information processing method by means of a neural network and minimum and maximum searching method therefor
US5214715A (en) * 1991-01-31 1993-05-25 Trustees Of Boston University Predictive self-organizing neural network
US5636326A (en) * 1992-09-04 1997-06-03 Ricoh Corporation Method for operating an optimal weight pruning apparatus for designing artificial neural networks

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4591980A (en) * 1984-02-16 1986-05-27 Xerox Corporation Adaptive self-repairing processor array
US5153923A (en) * 1988-03-25 1992-10-06 Hitachi, Ltd. High order information processing method by means of a neural network and minimum and maximum searching method therefor
US5091864A (en) * 1988-12-23 1992-02-25 Hitachi, Ltd. Systolic processor elements for a neural network
US5151969A (en) * 1989-03-29 1992-09-29 Siemens Corporate Research Inc. Self-repairing trellis networks
US5214715A (en) * 1991-01-31 1993-05-25 Trustees Of Boston University Predictive self-organizing neural network
US5636326A (en) * 1992-09-04 1997-06-03 Ricoh Corporation Method for operating an optimal weight pruning apparatus for designing artificial neural networks

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SIEGEL EDWARD: "Bose Einstein Condensation of Light: Liquid Light Superfluidity Application to Neural-Networks Equivalence to Quantum-Statistics: Automatic Optimizing Optimization-Problems Optimally (OOPO)", LASERS AND ELECTRO-OPTICS SOCIETY ANNUAL MEETING, CONFERENCE PROCEEDINGS IEEE, vol. 1, November 1994 (1994-11-01), pages 153 - 154, XP002917570 *
ZHANG L. ET AL: "Generating and Coding of Fractal Graphs by Neural Network and Mathematical Morphology Methods", IEEE TRANSACTIONS ON NEURAL NETWORKS, vol. 7, no. 2, March 1996 (1996-03-01), pages 400 - 407, XP002917571 *

Also Published As

Publication number Publication date
US6009418A (en) 1999-12-28
AU9226498A (en) 2000-04-03

Similar Documents

Publication Publication Date Title
US6009418A (en) Method and apparatus for neural networking using semantic attractor architecture
US6601049B1 (en) Self-adjusting multi-layer neural network architectures and methods therefor
Schmidhuber Deep learning
Robinson et al. The utility driven dynamic error propagation network
Eberhart et al. Computational intelligence: concepts to implementations
Mehrotra et al. Elements of artificial neural networks
Shrestha et al. Stable spike-timing dependent plasticity rule for multilayer unsupervised and supervised learning
Nguyen et al. Neural network structure for spatio-temporal long-term memory
Zhang et al. Spiking echo state convolutional neural network for robust time series classification
US11080592B2 (en) Neuromorphic architecture for feature learning using a spiking neural network
Musakulova et al. Synthesis of the backpropagation error algorithm for a multilayer neural network with nonlinear synaptic inputs
US6490571B1 (en) Method and apparatus for neural networking using semantic attractor architecture
Bishop Pattern recognition and feed-forward networks
Latypova et al. Method of selecting an optimal activation function in perceptron for recognition of simple objects
Ozbay et al. A fast training back-propagation algorithm on windows
Li et al. Biologically-inspired pulse signal processing for intelligence at the edge
Athanasiu et al. Real time track identification with artificial neural networks
Chen et al. A hybrid neural coding approach for pattern recognition with spiking neural networks
Hung et al. Foundation of Deep Machine Learning in Neural Networks
Ravichandran et al. Spiking neural networks with Hebbian plasticity for unsupervised representation learning
Medera et al. Incremental learning of convolutional neural networks
Peterson A biologically inspired supervised learning rule for audio classification with spiking neural networks
Munavalli et al. Pattern recognition for data retrieval using artificial neural network
Casey et al. A competitive neural model of small number detection
Castillo et al. Introduction to Neural Networks

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA IL JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase