Neural net lexicon: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
lexicon
 
auto & heteroassociation
Line 19: Line 19:
; connections
; connections
: synapses between cells
: synapses between cells
; autoassociation
: pattern matching (A => A)
; heteroassociation
: pattern matching (A => B)

Revision as of 21:28, 1 September 2017

layer
a subgroup of processing elements
input layer
usually the first layer
output layer
usually the last layer
hidden layers
layers in between the input and the output layer
cells, neuromimes, artificial neurons
processing elements
threshold function
used to determine the output of a neuron in the output layer
connections
synapses between cells
autoassociation
pattern matching (A => A)
heteroassociation
pattern matching (A => B)