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.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill nonlinear-rnn-fixed-connectivity-solution --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nonlinear Rnn Fixed Connectivity Solution?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-nonlinear-rnn-fixed-connectivity-solution-1059cdc8)More formats (shields.io, HTML) on the badges page.
---
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!