Skip to main content

nonlinear-rnn-fixed-connectivity-solution

Analytical solution for large nonlinear recurrent neural networks at fixed connectivity. Calculates moments and response functions without synaptic weight averaging, linking connectivity to spontaneous activity and perturbation response. Trigger words: nonlinear RNN, fixed connectivity, moments, response functions, large N limit.

Jump to install

Source facts

Repository
hiyenwong/ai_collection
Last source activity
June 4, 2026 at 13:32
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
nonlinear-rnn-fixed-connectivity-solution
description
Analytical solution for large nonlinear recurrent neural networks at fixed connectivity. Calculates moments and response functions without synaptic weight averaging, linking connectivity to spontaneous activity and perturbation response. Trigger words: nonlinear RNN, fixed connectivity, moments, response functions, large N limit.
category
neuroscience
# Solution of Large Nonlinear RNN at Fixed Connectivity Skill based on arXiv:2604.24141v1 - Analytical framework for calculating moments and response functions in nonlinear random recurrent neural networks. ## Core Methodology ### Problem Formulation - **System**: Nonlinear random recurrent neural network - **Limit**: Large N (neuron count) limit - **Condition**: Fixed connectivity (no weight averaging) ### Key Contributions 1. **No Weight Averaging**: Direct calculation without ensemble averages 2. **1/√N Expansion**: First nontrivial term in general intensive-order correlation functions 3. **Conjecture Proof**: Proves Shen and Hu conjecture as special case 4. **Analytical Link**: Connects synaptic connectivity ↔ spontaneous activity ↔ perturbation response ## Mathematical Framework ### Network Dynamics ``` ∂xᵢ/∂t = -xᵢ + Σⱼ Jᵢⱼ φ(xⱼ) + Iᵢ(t) ``` where: - xᵢ: preactivation of neuron i - Jᵢⱼ: random synaptic connection matrix (fixed) - φ: nonlinear activation function - Iᵢ: external input ### Calculated Quantities #### 1. Moments - First-order: Mean activity ⟨xᵢ⟩ - Second-order: Correlations ⟨xᵢxⱼ⟩ - Higher-order: Intensive-order correlation functions #### 2. Response Functions - Linear response to perturbations - Susceptibility matrix - Dynamic correlation functions ### Large N Expansion - **Leading order**: Mean-field behavior - **First correction**: O(1/√N) term - **Applicability**: General intensive-order correlations ## Key Results ### Without Weight Averaging Traditional approaches average over Jᵢⱼ distribution. This method: - Works for fixed (quenched) connectivity - Captures specific network instance behavior - More realistic for biological networks ### Connectivity-Activity-Response Link ``` Synaptic Connectivity (Jᵢⱼ) ↓ Spontaneous Activity Correlations ↓ Perturbation Response ``` ### Proof of Conjecture - Shen and Hu conjecture about correlation functions - Special case of general framework - Validates theoretical approach ## Implementation ### Prerequisites - Random matrix theory background - Field theory methods (optional) - Statistical mechanics of neural networks ### Calculation Steps 1. Define generating functional for dynamics 2. Expand around saddle point (large N) 3. Calculate fluctuations at O(1/√N) 4. Extract moments and response functions ### Numerical Validation - Compare to simulations - Test finite-size scaling - Verify 1/√N convergence ## Applications ### Theoretical Neuroscience - Understanding chaotic neural dynamics - Linking structure to function - Predicting network responses ### Network Design - Predicting activity statistics - Understanding correlation structure - Optimizing connectivity patterns ### Analysis Tools - Characterizing fixed-connectivity networks - Comparing to mean-field predictions - Assessing finite-size effects ## Connection to Previous Work ### Sompolinsky et al. (1988) - Original chaotic RNN analysis - Mean-field approach - This work extends to finite-size corrections ### Subsequent Developments - Rajan et al. (2010): Structured connectivity - Kadmon & Sompolinsky (2015): Edge of chaos - Mastrogiuseppe & Ostojic (2018): Rank-one perturbations ### Unique Contribution - First systematic 1/√N expansion - No replica trick or weight averaging - Exact for fixed connectivity instance ## Technical Details ### Assumptions - Large but finite N - Random connectivity with given statistics - Smooth nonlinear activation - Stationary regime ### Limitations - Requires N ≫ 1 - Assumes Gaussian connectivity statistics - Stationary state only - May not capture strong nonlinearity effects ## Advantages | Aspect | Mean-Field | This Method | |--------|-----------|-------------| | Weight treatment | Averaged | Fixed (quenched) | | Finite-size effects | None | O(1/√N) | | Specific network | No | Yes | | Fluctuations | Ignored | Captured | ## References - **Paper**: Solution of a large nonlinear recurrent neural network at fixed connectivity - **Author**: Albert J. Wakhloo - **arXiv**: 2604.24141v1 [cond-mat.dis-nn] - **Categories**: Disordered Systems and Neural Networks (cond-mat.dis-nn); Neurons and Cognition (q-bio.NC) - **Date**: April 27, 2026 - **Length**: 36 pages, 19 figures ## Related Skills - Random recurrent neural networks - Statistical mechanics of neural networks - Chaotic neural dynamics - Mean-field analysis - Finite-size corrections
View on GitHub