framework
active
framework:hopfield-networkHopfield Network
A recurrent connectionist architecture that implements associative memory and distributed computation through symmetric weighted connections and Hebbian learning rules. The network converges to stable states through recurrent dynamics, enabling both memory retrieval and combinatorial problem-solving in a fully distributed manner.
Neighborhood — ranked by edge-count
Thinkers (2)
thinker
- John Hopfieldassociated_withintroduces
- Alexis Pietakstudies
Methods (1)
method
- Hebbian LearningimplementsPrinciple that correlations strengthen connections; implements distributed learning in connectionist networks without centralized supervision.
Concepts (3)
concept
- ConnectionismimplementsCentral framework proposing intelligence resides in organization of relationships between components, not in individual parts; used to unify individual and collective intelligence.
- Self-attentionanalogous_toA form of key-query attention within a single input sequence; core to Transformers.
- Paper showing Hopfield networks are closely related to transformers; key intermediary result used to connect TEM to transformers.
Frameworks (2)
framework
- Connectionist ModelsimplementsNeural network models demonstrating how organized functional relationships emerge via unsupervised learning; basis for evolutionary connectionism analogy.
- Tolman-Eichenbaum Machine (TEM)implementsNeuroscience model of hippocampal formation that the paper shows is mathematically equivalent to a transformer with recurrent position encodings.
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Summary of known Hopfield network capabilities used as a model for collective computation.
- Technical issue: original Hopfield networks scale linearly with neuron count; exponential activations enable 2^(N/2) scaling but softmax used in TEM-t has intermediate properties.
- Early Schmidhuber group architecture using residual connections, precursor to the residual stream structure in transformers
- Networks without feedback loops, such as the Perceptron; limited to linearly separable functions.
- Networks for transport via fluid flow (biological vascular, engineered microfluidic); pipe properties adapt locally to control flow conductance and enable learning
- Ancient mechanism using ion channels, gap junctions, and neurotransmitters as 'cognitive glue' enabling collective intelligence across morphogenesis and behavior.
- Spring networks and mechanical systems used to demonstrate physical learning through modifications of bond stiffnesses in response to strain
- Bijective invertible architecture used to implement non-linear alignment maps ϕ_nonlin