id, title, category, status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, verification_status, tags, raw_sources, last_reinforced, github_commit, tech_stack
id
title
category
status
canonical_id
aliases
duplicate_of
source_trust_level
confidence_score
verification_status
tags
raw_sources
last_reinforced
github_commit
tech_stack
wiki-2026-0508-hopfield-network
Hopfield Network
10_Wiki/Topics
verified
self
Hopfield
associative memory
content-addressable
modern Hopfield
Ramsauer
none
A
0.92
applied
neural-network
hopfield
associative-memory
energy-based
modern-hopfield
2026-05-10
pending
language
framework
Python
PyTorch / NumPy
Hopfield Network
매 한 줄
"매 recurrent NN 의 의 의 의 associative memory" . Hopfield 1982. 매 energy 의 의 의 settle. 매 modern Hopfield (Ramsauer 2020) — 매 transformer attention 와 equivalent. 매 응용: 매 pattern restoration, 매 optimization, 매 memory.
매 핵심
매 classical
Binary states ±1.
Symmetric weights Wij = Wji.
Energy : E = -½ Σ Wij sᵢ sⱼ.
Asynchronous update : 매 si ← sign(Σ Wij sj).
Capacity : 매 ~0.14N patterns.
매 modern (Ramsauer 2020)
Continuous states .
Exponential storage (exp).
Single-step retrieval .
= attention (key-value).
매 응용
Pattern completion (denoise).
Combinatorial opt (TSP).
Modern: attention/memory in transformers.
Boltzmann-style RBM .
💻 패턴
Classical Hopfield (NumPy)
Modern Hopfield (Ramsauer)
Energy
Pattern denoise demo
매 결정 기준
상황
Approach
Associative memory
Modern Hopfield
Pattern denoise
Classical or modern
Transformer
= attention
TSP / opt
Hopfield/Boltzmann
기본값 : 매 modern Hopfield = attention 와 동일 → modern transformer 의 default.
🔗 Graph
🤖 LLM 활용
언제 : 매 memory + attention concept.
언제 X : 매 pure feedforward task.
❌ 안티패턴
Classical at large scale : 매 capacity 부족.
Asymmetric W : 매 convergence X.
🧪 검증 / 중복
Verified (Hopfield 1982, Ramsauer 2020).
신뢰도 A.
🕓 Changelog
날짜
변경
2026-05-08
Phase 1
2026-05-10
Manual cleanup — Hopfield + modern + energy code