Lecture Notes on Statistical Physics and Neural Networks
Abstract: These lecture notes introduce some topics of classical statistical physics, particularly those that are relevant for neural networks and deep learning. Statistical physics is treated as a branch of probability theory or statistics, with the goal of making concepts such as phase transitions and the renormalization group accessible to readers without prior knowledge of physics. We introduce the Boltzmann-Gibbs distribution and the thermodynamic potentials on a finite configuration space, notably for Ising spins and spin-glass models on a lattice, and then define phase transitions as discontinuities that arise in the limit that the number of lattice points goes to infinity. We further introduce Hopfield networks and Boltzmann machines, which are governed by the same energy function as spin-glass models, and discuss the learning algorithm for restricted Boltzmann machines. In this algorithm hidden neurons are integrated out as in the renormalization group. Finally, modern deep learning is introduced, whose early developments were in part motivated by restricted Boltzmann machines in that they carry many layers of hidden neurons. A description of LLMs is given.
Paper Prompts
Sign up for free to create and run prompts on this paper.
Top Community Prompts
Explain it Like I'm 14
Overview: What is this paper about?
This paper is a set of lecture notes that ties together two big ideas: statistical physics (a way to use probability to study many-particle systems) and neural networks (the math behind modern AI). It shows how the same tools used to study magnets, phase transitions (like water freezing), and “zooming out” methods in physics also help us understand and build neural networks, including modern deep learning systems like LLMs.
Goals and questions the paper asks
The notes aim to:
- Explain the Boltzmann-Gibbs distribution (a rule for turning “energy” into probabilities) and basic thermodynamic ideas like free energy and entropy, in simple, math-light terms.
- Show what phase transitions are and how they appear when systems get very large.
- Introduce the renormalization group (RG), a “zooming out” method that keeps only the important, big-scale features of a system.
- Connect classic spin models from physics (like the Ising model and spin glasses) to neural networks such as Hopfield networks and Boltzmann machines.
- Explain how restricted Boltzmann machines (RBMs) learn, and why “integrating out” hidden neurons is similar to RG.
- Give a beginner-friendly overview of deep learning: feedforward networks, backpropagation, transformers, and how LLMs work at a high level.
- Discuss how physics ideas might help us understand why bigger AI models tend to perform better (scaling laws).
Approach: How the paper studies these ideas
The paper treats statistical physics as applied probability on a finite set of possibilities (called “configurations”). Think of:
- A configuration as a full set of yes/no choices (like a pattern of on/off switches).
- An energy function as a score telling you how “likely” a configuration is: lower energy means higher probability (especially at low temperature).
- Temperature as a randomness knob: high temperature = lots of randomness (everything is about equally likely); low temperature = the system strongly prefers the lowest-energy configurations.
It walks through several key models and methods using everyday analogies:
- Ising model: Imagine a grid of sites, each holding a “spin” that can be +1 or −1 (like up/down magnets or on/off neurons). Neighboring spins “like” to match if their connection is positive, and “like” to disagree if it’s negative.
- Spin glass: Like the Ising model, but connections can be a mix of positive and negative. This creates “frustration”: you can’t make all neighbors happy at once, so there are many competing low-energy patterns.
- Phase transitions: Sharp changes in behavior that only truly appear when the system is very large (like freezing). For example, a magnet might suddenly pick a direction when cooled.
- Transfer matrix (1D Ising): A tidy way to sum probabilities in a line, step by step. This shows that a 1D Ising model has no phase transition.
- Curie–Weiss model: A simple “everyone talks to everyone” model that does have a phase transition. The paper uses approximations (like Stirling’s formula and focusing on the most important contributions) to find it.
- High-temperature expansion: When temperature is very high (very random), you can expand probabilities in a series and keep the first few terms to approximate behavior.
- Renormalization group (RG): A “zooming out” process. You group nearby spins into blocks, average over the details, and get a new system with new “effective” rules. Repeating this shows how the rules change as you look at larger and larger scales. Fixed points (rules that stop changing under zooming) mark phase transitions.
On the machine learning side:
- Hopfield networks: A network of +1/−1 neurons with symmetric connections. It settles into patterns that minimize an energy function — the same kind used in spin-glass physics.
- Boltzmann machines: Like Hopfield networks, but they update stochastically (with randomness controlled by a temperature). Over time, they produce patterns according to the Boltzmann distribution.
- Restricted Boltzmann machines (RBMs): A practical version with two layers (visible and hidden) and no connections within a layer. Training (learning the connections) becomes much more efficient. “Integrating out” the hidden units (mathematically summing over them) is like RG: you remove details but keep their overall effect on the visible part.
- Deep learning and transformers: Many stacked layers of hidden units learn complex features. Backpropagation tells each connection how to adjust to reduce errors. Transformers, the architecture behind LLMs, use attention to focus on the most relevant parts of the input.
Main results and why they matter
- 1D Ising model: No phase transition. This teaches that not all systems “freeze” or suddenly change — structure and dimension matter.
- Curie–Weiss model: Has a second-order phase transition (a smooth but sharp change) at a specific temperature. This is a clean example of how order can suddenly appear.
- Spin glasses: Frustration leads to many competing low-energy states and complex behavior, which connects to the challenges of learning complicated patterns in data.
- RG for the Ising model (1D example): Repeated “zooming out” sends the effective interaction strength to zero — meaning no non-trivial fixed point, and no phase transition. The method itself is powerful: it shows how to detect phase transitions by looking for RG fixed points.
- Neural networks and physics share a common language: The same energy that appears in spin models governs Hopfield networks and Boltzmann machines. Learning in RBMs naturally relates to “integrating out” hidden units, echoing RG’s idea of keeping what matters and forgetting microscopic details.
- Deep learning and LLMs: While modern networks are not identical to spin models, the physics mindset (thinking in terms of energy, entropy, scaling, and coarse-graining) offers tools and intuition. This might help explain scaling laws — the rules-of-thumb that say making models/data/computing larger tends to predictably improve performance.
These results matter because they:
- Provide a bridge between physics and AI, letting ideas and tools flow both ways.
- Offer conceptually simple ways to understand complex systems: zooming out (RG), energy-based modeling, and phase transitions.
- Suggest why hidden layers and feature hierarchies work: they’re like coarse-graining steps that capture higher-level patterns.
How the methods work (in everyday terms)
- Boltzmann-Gibbs distribution: Turn a score (energy) into a probability by P ∝ exp(−energy/temperature). Low energy gets high probability, especially when temperature is low.
- Marginalizing (integrating out): If you don’t care about some variables (e.g., hidden neurons), you sum over them. What’s left is a new energy for the variables you keep.
- Transfer matrix: In 1D, you can compute the total probability by chaining together small 2×2 steps. This turns a huge sum into a manageable calculation.
- Stirling’s formula and “most important” contributions: For large systems, you can approximate big combinatorial numbers and focus on the peak of a function (where most weight lies).
- High-temperature expansion: When randomness is high, expand in small steps and keep early terms.
- RG (blockspins): Group nearby parts (like averaging pixels), sum over the details inside each group, and update the rules. Repeat. If the rules stop changing, you’ve found a fixed point — often a sign of a phase transition.
- Backpropagation: In deep networks, find how much each connection contributed to the error and adjust it in the direction that reduces the error next time.
- Attention (transformers): Let the model learn which parts of the input matter most, and focus on them.
Implications and potential impact
- For physics: Neural networks give new “laboratories” to test ideas like RG, phase transitions, and scaling in complex systems far beyond magnets.
- For AI: Physics provides powerful ways to think about learning, generalization, and model behavior. Ideas like energy landscapes, entropy, and coarse-graining can inspire better algorithms and explanations.
- For education: Treating statistical physics as probability with an “energy lens” makes hard ideas accessible. It also helps students see that tools learned in one field can be transformative in another.
- For future research: Expect more cross-pollination. Physics-style methods may help explain why LLMs scale so well, how to make training more efficient, and how to understand phase-transition-like behavior in learning dynamics.
In short, these notes show that the worlds of magnets and the worlds of machines that read and write language are not so far apart. The same math and intuition — about randomness, energy, and zooming out to see the big picture — help us make sense of both.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
The paper lays foundations but leaves several important topics unresolved. Below is a concrete list of gaps that future work could address:
- Specify and quantify the domain of validity for the Curie–Weiss approximations (Stirling + integral/Laplace method): derive finite-size corrections O(1/N), error bounds, and assess their impact on predicted criticality and magnetization.
- Provide a rigorous thermodynamic-limit treatment for the 2D Ising model: compute correlation length, critical exponents, and universality class (e.g., using Onsager’s solution or controlled RG), and contrast with approximate RG derivations.
- Extend the RG treatment beyond the 1D Ising toy model: implement and analyze real-space RG in 2D (blockspin, majority rules), characterize fixed points and critical exponents, and compare to exact results to validate approximations.
- In the 1D RG step, explicitly track the generation of new interactions (next-nearest neighbor terms, multi-spin couplings, and local fields) induced by marginalization, and quantify truncation error when forcing the energy to remain in nearest-neighbor form.
- Define and compute the correlation length explicitly (promised via two-point functions) and show how it diverges at criticality in models treated here; include finite-size scaling analyses to bridge finite N with N→∞.
- For spin-glasses, move beyond high-temperature expansion: perform quenched disorder averaging (e.g., with the replica trick), define and compute the Edwards–Anderson order parameter, map the phase diagram (including the de Almeida–Thouless line), and analyze low-temperature metastable states and complexity.
- Assess convergence and radius of validity of the high-temperature expansion (beyond second order), develop diagrammatic resummations (e.g., linked cluster expansions), and benchmark against numerical experiments.
- Clarify the role and impact of nonzero external fields B across models: derive magnetization curves, hysteresis, and possible first-order transitions; compare with B=0 results.
- Formalize the claimed RG analogy for restricted Boltzmann machines (RBMs): define the coarse-graining operator that integrates out hidden units, characterize the induced effective interactions among visibles (including higher-order terms), and identify conditions under which the parameterization remains closed under marginalization.
- Derive the RBM learning algorithm details (e.g., contrastive divergence, persistent CD): quantify bias, mixing times, convergence guarantees, and how these impact approximation quality to target data distributions.
- Establish order parameters and measurable signatures of phase transitions in neural networks (Hopfield/RBMs and modern deep nets): e.g., retrieval capacity vs. noise/temperature in Hopfield networks, grokking-like transitions in training dynamics, or sharp representation changes across layers.
- Investigate whether deep networks exhibit critical phenomena: define correlation functions and correlation lengths in activation space or weight space, test for scale invariance or criticality at specific training regimes, and connect to RG fixed points.
- Develop a statistical physics framework for transformers: map attention to interaction graphs, propose an energy functional or effective Hamiltonian, and analyze whether attention kernels induce phase-like behaviors or scaling relations.
- Explain LLM scaling laws from statistical physics/QFT principles: derive mechanistic models that predict exponents and breakpoints, account for data/compute/model-size tradeoffs, and validate predictions empirically.
- Model the thermodynamics of training: identify effective “temperature” sources (SGD noise, label noise, dropout), assess equilibrium vs. non-equilibrium assumptions, characterize stationary distributions of parameters, and link to generalization.
- Connect free energy/entropy to generalization more directly: derive PAC-Bayes or variational bounds in the thermodynamic potentials framework and test predictive power on real models/datasets.
- Address continuous variables and modern activations: extend energy-based modeling and Boltzmann formalism beyond binary spins to ReLU/gelu activations and continuous-valued units, including tractable partition-function approximations.
- Quantify the practical consequences of assuming analyticity of energy on finite spaces: identify realistic cases where energy or effective energy is nonanalytic, and analyze how this affects phase-transition identification.
- Provide explicit numerical experiments: compute partition functions (via exact enumeration or Monte Carlo) to validate high-temperature expansions and RG flows; include error bars and finite-size scaling fits.
- Explore mapping between the “β ~ 1/ħ” analogy and learning dynamics rigorously: define the exact dictionary between statistical mechanics/QFT couplings and neural network hyperparameters, and test if strong- vs. weak-coupling intuitions carry over to network regimes.
- Analyze Hopfield network capacity and phase diagram under probabilistic updates (Boltzmann machines): quantify storage/retrieval phases, noise tolerance, and transition lines as functions of weights and temperature.
- Investigate sampling and mixing limitations in Boltzmann machines: provide bounds on mixing times for realistic architectures/data, evaluate ergodicity assumptions, and study how these constraints affect learnability.
- Characterize closure properties of marginalized Boltzmann distributions: when integrating out variables, catalog the full set of induced interactions (k-body terms), and design parameterizations that remain closed under RG.
- Evaluate boundary-condition effects on phase behavior (e.g., periodic vs. open boundaries in 1D/2D Ising) and document differences in finite-size phenomena relevant to empirical systems.
- Bridge theory to practice for real-world data: develop a non-equilibrium statistical mechanics framework for non-iid, non-stationary datasets, and test whether equilibrium-based intuitions remain predictive for modern training regimes.
- Identify empirical protocols to test RG-inspired hypotheses in deep learning: define layer-wise coarse-graining measurements, monitor flows of effective coupling statistics during training, and look for fixed-point behaviors across scales.
Practical Applications
Immediate Applications
Below are specific, deployable applications that leverage the paper’s concepts (Boltzmann-Gibbs distributions, Ising/spin-glass models, renormalization group, Hopfield/RBM learning, variational/free-energy methods, and transformer-based deep learning).
- Software/AI
- Temperature scaling and annealing for training stability and calibration
- Use case: Calibrate classifier/LLM probabilities by tuning a softmax temperature; employ simulated/entropy annealing schedules to escape poor minima.
- Sectors: Software, AI/ML Ops
- Tools/workflows: PyTorch/TensorFlow temperature scaling (validation-set optimization), cosine/linear annealing schedulers, Contrastive Divergence with annealing for EBMs/RBMs.
- Assumptions/dependencies: Requires held-out calibration data; annealing benefits are task-dependent; may extend training time.
- Energy-based anomaly detection and density modeling
- Use case: Model data distributions with energy-based models (EBMs) or RBMs for outlier detection in logs, fraud, or sensor streams.
- Sectors: Finance (fraud), Manufacturing/IoT, Cybersecurity
- Tools/workflows: RBM/EBM toolkits in PyTorch, Contrastive Divergence, persistent chains; monitoring energy scores for anomalies.
- Assumptions/dependencies: MCMC mixing can be slow; RBMs scale modestly versus modern deep generative models.
- Approximate inference on graphical models via transfer-matrix/dynamic programming
- Use case: Chain-structured models (HMMs, CRFs) for sequence tagging, speech recognition, and bioinformatics alignments.
- Sectors: NLP, Bioinformatics, Speech
- Tools/workflows: Forward–backward/Viterbi algorithms (transfer matrix analogue), CRF libraries, PyTorch implementations.
- Assumptions/dependencies: Exact DP scales to chains/trees; loopy graphs need approximations (BP, variational).
- MRF/CRF-based image and signal labeling
- Use case: Image denoising/segmentation with pairwise smoothness priors (Ising-like couplings).
- Sectors: Computer Vision, Medical Imaging
- Tools/workflows: Graph cuts, belief propagation, conditional random fields (e.g., DenseCRF), differentiable CRFs in deep nets.
- Assumptions/dependencies: Choice of potentials critical; computational cost grows with image size; hyperparameters need tuning.
- Model compression framed as integrating out “hidden units” (RG/marginalization view)
- Use case: Pruning, distillation, and low-rank factorization interpreted as coarse-graining that preserves task-relevant statistics.
- Sectors: Edge AI, Mobile, Embedded
- Tools/workflows: Magnitude/pruning libraries, knowledge distillation (teacher–student), low-rank SVD; evaluate “effective energy” pre/post compression.
- Assumptions/dependencies: Requires careful retraining/fine-tuning to preserve performance; theoretical RG mapping is an analogy but actionable as a design principle.
- Monitoring scaling behavior to plan compute/data budgets
- Use case: Apply empirically observed scaling laws to decide model/data size trade-offs; spot diminishing returns.
- Sectors: AI/ML Ops, Finance (budgeting for AI R&D)
- Tools/workflows: Fit power-law scaling curves from pilot experiments; track perplexity/loss vs. params/data/compute.
- Assumptions/dependencies: Scaling exponents are domain- and architecture-dependent; extrapolation risk.
- Robotics and Autonomy
- Factor-graph inference as energy minimization
- Use case: SLAM and structure-from-motion cast as minimizing an energy over graph couplings (Ising/graphical model analogy).
- Sectors: Robotics, Autonomous Vehicles
- Tools/workflows: g2o, GTSAM; Gauss-Newton/Levenberg–Marquardt on sparse factor graphs; MAP inference perspective.
- Assumptions/dependencies: Requires good initialization; noise models (Gaussian vs. robust) impact convergence.
- Operations Research and Logistics
- Simulated annealing and Ising mappings for combinatorial optimization
- Use case: Scheduling, routing, facility layout; map to binary variables with pairwise couplings.
- Sectors: Manufacturing, Supply Chain
- Tools/workflows: Classical SA libraries; QUBO/Ising formulations; hybrid solvers (e.g., qbsolv, CPLEX with SA heuristics).
- Assumptions/dependencies: Problem encoding quality dominates; annealing yields near-optimal, not guaranteed optima.
- Finance and Risk
- Networked systemic-risk diagnostics via phase-transition indicators
- Use case: Identify regimes where small shocks can trigger large cascades (akin to diverging correlation length).
- Sectors: Finance (systemic risk), Insurance
- Tools/workflows: Correlation/covariance network monitoring; rolling-window two-point correlations; early-warning metrics.
- Assumptions/dependencies: Requires reliable, high-frequency data; indirect mapping from physics metrics to economics.
- Healthcare and Bioinformatics
- Ising/Markov random fields for gene/brain network inference
- Use case: Infer pairwise interactions (co-expression, functional connectivity) and detect community/phase changes in disease states.
- Sectors: Genomics, Neuroscience
- Tools/workflows: Pseudolikelihood or neighborhood selection for Ising parameter estimation; stability selection; cross-validation.
- Assumptions/dependencies: Observational confounding; high-dimensional small-sample regimes need regularization.
- Education and Training
- Curriculum modules connecting statistical physics and machine learning
- Use case: Course/lab sequences illustrating Boltzmann distributions, phase transitions, RBMs, and backprop with coding labs.
- Sectors: Higher Education, Workforce Upskilling
- Tools/workflows: Notebooks that implement Ising, transfer matrices, RBM training; visualization of RG flows and phase diagrams.
- Assumptions/dependencies: Requires baseline probability/statistics knowledge; compute for Monte Carlo demos.
- Daily Life/Practitioner Tips
- Practical decoding control via temperature in LLMs
- Use case: Adjust creativity vs. determinism with temperature/top-p; understand “high T ~ uniform” and “low T ~ ground states.”
- Sectors: General Productivity, Product Design
- Tools/workflows: API parameters (temperature, nucleus sampling); A/B tests for UX balance.
- Assumptions/dependencies: User preference heterogeneity; must align with safety policies.
Long-Term Applications
Below are opportunities that require further research, scaling, or method development, often leveraging the renormalization group (RG) viewpoint, spin-glass insights, or physics-inspired theory for deep models.
- Software/AI Architecture and Theory
- RG-guided neural architecture design and multi-scale invariance
- Idea: Build layers that explicitly coarse-grain representations (block-spin analogues), designing fixed-point-like modules for scale-invariant tasks.
- Potential products/workflows: “RG layers” or pooling schemes that preserve critical statistics; multi-resolution training curricula.
- Dependencies: Theoretical guarantees for invariance vs. expressivity; empirical validation across domains.
- Phase-transition-aware training diagnostics (e.g., grokking and double descent)
- Idea: Track correlation lengths/criticality proxies to detect qualitative shifts in generalization during training.
- Sectors: AI safety and reliability, ML Ops
- Tools/workflows: Metrics based on representation correlations, Hessian spectra, scaling exponents; early-warning dashboards.
- Dependencies: Need robust, architecture-agnostic proxies for critical behavior; standardization across tasks.
- Physics-informed scaling law models for LLM planning
- Idea: Use statistical-physics/QFT analogies to better predict performance vs. data/compute/parameters and guide budget allocation.
- Sectors: Foundation Model Development
- Dependencies: More data across tasks and regimes; reconcile with empirical anomalies (domain shifts, instruction tuning effects).
- Energy-Based Modeling at Scale
- Next-generation EBMs with fast samplers and contrastive objectives
- Idea: Marry energy-based training with modern architectures (score-based diffusion, short-run MCMC, learned samplers).
- Sectors: Generative AI, Vision, Speech
- Dependencies: Advances in mixing-time control, unbiased gradient estimators; hardware-efficient samplers.
- Associative Memory and Attention
- Hopfield–transformer hybrids for long-context retrieval
- Idea: Leverage modern Hopfield networks (continuous states) to augment attention for robust content-addressable memory.
- Sectors: LLMs, RAG systems
- Dependencies: Memory stability vs. interference; scalable retrieval with low latency.
- Systemic Risk, Climate, and Infrastructure
- Phase-transition toolkits for tipping-point detection in climate and grids
- Idea: Use diverging correlation length/critical slowing down analogues to forecast regime shifts (e.g., AMOC, grid cascading failures).
- Sectors: Energy, Climate Policy, Critical Infrastructure
- Tools/workflows: Reduced-order models via RG-style coarse-graining; monitoring spatiotemporal correlations and power-law behaviors.
- Dependencies: High-quality spatiotemporal datasets; robust causal attribution; stakeholder adoption.
- Coarse-grained reduced-order models for power-grid stability
- Idea: RG-like aggregation of nodes/lines to scalable stability assessments and control synthesis.
- Sectors: Energy
- Dependencies: Ensuring control-relevant features survive coarse-graining; validation on real grids.
- Robotics and Hierarchical Planning
- RG-inspired hierarchical world models and options in RL
- Idea: Learn policies/options that operate at multiple scales, integrating out fine details for long-horizon planning.
- Sectors: Robotics, Game AI
- Dependencies: Discovering useful abstractions; stability of value propagation across scales.
- Optimization Hardware and Quantum
- Industrial-scale Ising/QUBO optimization via specialized hardware
- Idea: Map complex combinatorial problems to Ising/QUBO forms for quantum or specialized classical annealers.
- Sectors: Logistics, Chip Design, Finance
- Dependencies: Hardware maturity (quantum coherence, noise), problem embedding/chain-breaking, benchmarking vs. classical solvers.
- Security and Robustness
- Criticality-informed defenses against distribution shift and adversarial examples
- Idea: Operate away from brittle “critical” regimes or use controlled criticality to enhance sensitivity where needed.
- Sectors: Cybersecurity, Safety-Critical AI
- Dependencies: Clear mapping from model phase to robustness; evaluation protocols; trade-offs with accuracy.
- Data Engineering
- Dataset coarse-graining and summarization preserving sufficient statistics
- Idea: RG-like marginalization to produce smaller, high-utility datasets retaining key correlations for training.
- Sectors: ML Data Ops
- Dependencies: Criteria for sufficiency; task-specific validation; privacy constraints.
- Education and Policy
- Interdisciplinary standards and programs on Physics-for-ML
- Idea: Graduate tracks and guidelines for physics-inspired ML, including reproducible labs on EBMs, RG, and scaling.
- Sectors: Academia, Public Funding Agencies
- Dependencies: Curriculum coordination across departments; instructor training; sustained funding.
Notes on feasibility across items:
- Many physics-to-ML mappings are analogical; rigorous guarantees remain an active research area.
- Energy-based training can be computationally demanding due to MCMC mixing; progress in learned samplers/hardware is a dependency.
- RG-style coarse-graining offers conceptual clarity; algorithmic instantiations must ensure task performance and efficiency.
- System-level “phase transition” indicators in finance/climate require careful causal interpretation and high-quality data.
Glossary
- anti-ferromagnetic: Interaction in which neighboring spins prefer opposite alignment (negative coupling). "J_{ij} < 0\;: \qquad {\rm anti-ferromagnetic} \;."
- Backpropagation: Gradient-based learning algorithm for adjusting neural network weights by propagating errors backward. "we explain the learning algorithm called backpropagation to adjust its weights"
- Blockspin: RG coarse-graining step where spins in a block are combined into an effective spin. "(`blockspin')."
- Boltzmann machine: Stochastic neural network whose equilibrium distribution is a Boltzmann distribution defined by an energy function. "Boltzmann machines are then defined as such Hopfield networks"
- Boltzmann-Gibbs distribution: Probability distribution P(x) ∝ e{-βE(x)} over configurations, determined by an energy function and temperature. "Boltzmann-Gibbs distribution"
- Coarse-graining: Procedure of averaging or summing over microscopic degrees of freedom to obtain an effective macroscopic description. "The RG flow thus successively coarse-grains, so that eventually microscopic details become unimportant."
- Correlation length: Characteristic spatial scale over which correlations decay; diverges at second-order phase transitions. "the so-called correlation length goes to infinity."
- Coupling constant: Parameter controlling interaction strength between variables/spins in the energy function. "where is the coupling constant,"
- Cubic lattice: Regular grid of lattice points in d dimensions on which spin variables are placed. "a -dimensional cubic lattice"
- Curie--Weiss model: Mean-field spin model with all-to-all interactions that exhibits a phase transition. "Curie--Weiss model"
- Entropy: Measure of uncertainty of a probability distribution; in thermodynamics, S = −∑ P ln P. "the entropy of the Boltzmann distribution,"
- Ferromagnetic: Interaction in which neighboring spins prefer parallel alignment (positive coupling). "J_{ij} > 0\;: \qquad {\rm ferromagnetic}\;"
- Free energy: Thermodynamic potential F(β) = −(1/β) ln Z summarizing equilibrium properties. "The free energy is defined by"
- Free energy density: Free energy per degree of freedom in the thermodynamic limit. "free energy density"
- Free entropy: Log-partition function Φ(β) = ln Z, convenient for derivatives and identities. "free entropy."
- Frustration: Inability to satisfy all local interaction preferences simultaneously, leading to highly degenerate low-energy states. "is aptly called frustration."
- Ground states: Set of configurations that minimize the energy function. "space of ground states"
- High-temperature expansion: Perturbative expansion of thermodynamic quantities around β = 0 (T → ∞). "High-temperature expansion:"
- Hopfield network: Recurrent network with symmetric weights whose dynamics minimizes an energy function. "The Hopfield network is defined by a set of neurons,"
- Integrating out: Eliminating variables by summing over them to obtain an effective theory for the remaining variables. "have been `integrated out'"
- Internal energy: Expectation value of the energy with respect to the Boltzmann distribution. "the internal energy, defined as"
- Inverse temperature: Parameter β = 1/(kT) controlling the sharpness of the Boltzmann distribution. "called the inverse temperature or coolness"
- Ising model: Spin model with σ_i = ±1 on a lattice and nearest-neighbor interactions. "The Ising model is defined on a -dimensional cubic lattice"
- Kronecker symbol: Discrete delta δ_{ij}, equal to 1 if i = j and 0 otherwise. "we used the Kronecker symbol "
- Magnetization per spin: Average spin m = (1/N)∑ σ_i, order parameter for magnetic phases. "magnetization per spin."
- Marginalized probability distribution: Probability distribution over a subset of variables obtained by summing over the others. "marginalized probability distribution"
- Partition function: Normalization factor Z(β) = ∑_x e{-βE(x)} encapsulating equilibrium thermodynamics. "The partition function then reads"
- Periodic boundary conditions: Identification of edges so the system forms a loop or torus, avoiding boundaries. "i.e., we assumed periodic boundary conditions"
- Phase transitions: Non-analytic changes in thermodynamic quantities at critical parameters in the thermodynamic limit. "Phase transitions denote discontinuities that appear at certain fixed temperatures"
- Renormalization group (RG): Framework for studying how system descriptions change under scale transformations. "The renormalization group (RG) provides techniques"
- RG fixed point: Parameter set invariant under RG transformations, often signaling criticality. "A critical RG fixed point signals a second-order phase transition"
- RG flow: Iterative evolution of coupling constants under coarse-graining transformations. "one has an `RG flow' in the (generically infinite-dimensional) space of coupling constants."
- Restricted Boltzmann machines: Boltzmann machines with bipartite (visible–hidden) structure that enable efficient learning. "restricted Boltzmann machines"
- Spin-glass models: Disordered spin systems with random couplings leading to complex energy landscapes and frustration. "Spin-glass models were introduced to describe materials"
- Stirling's formula: Asymptotic approximation for factorials used to estimate combinatorial terms. "we use Stirling's formula"
- Thermodynamic limit: Limit of infinitely many degrees of freedom (e.g., N → ∞) where phase transitions can occur. "the thermodynamic limit "
- Thermodynamic potentials: Functions derived from Z (e.g., F, Φ) summarizing equilibrium properties. "define the following thermodynamic potentials."
- Transfer matrix: 2×2 matrix method for summing 1D Ising partition functions via eigenvalues. "define the transfer matrix "
- Two-point function: Expectation value ⟨x_i x_j⟩ measuring correlations between two variables/spins. "The two-point function is the expectation value"
Collections
Sign up for free to add this paper to one or more collections.