Simulation-based inference of neural network structure from simple spike train statistics. Uses empirical spike frequency and interspike interval distributions instead of cross-correlation. Overcomes under-sampling limitation. Activation: network inference, spike train, connectivity estimation, simulation-based inference.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill simulation-inference-neural-network-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simulation Inference Neural Network Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-simulation-inference-neural-network-structure)More formats (shields.io, HTML) on the badges page.
---
name: simulation-inference-neural-network-structure
description: "Simulation-based inference of neural network structure from simple spike train statistics. Uses empirical spike frequency and interspike interval distributions instead of cross-correlation. Overcomes under-sampling limitation. Activation: network inference, spike train, connectivity estimation, simulation-based inference."
---
# Simulation Based Inference of a Simple Neural Network Structure
> arXiv:2604.18599 — Pierre Charitat, Ségolen Geffray, Christophe Pouzat
## Metadata
- **Source**: arXiv:2604.18599
- **Authors**: Pierre Charitat, Ségolen Geffray, Christophe Pouzat
- **Published**: 2025-04
- **Relevance**: medium
- **URL**: https://arxiv.org/abs/2604.18599
## Core Methodology
### Key Innovation
Neurophysiologists are nowadays able to record from a large number of extracellular electrodes and to extract, from the raw data, the sequences of action potentials or spikes generated by many neurons. Unfortunately these ''many neurons'' still represent only a tiny fraction of the neuronal population that constitutes the network. Using association statistics such as the estimation of the cross-correlation functions, they are trying to infer the structure of the network formed by the recorded ne
### Technical Framework
urons. But this inference is compromised by the tremendous under-sampling of the neuronal population. We propose to focus instead on simple spike train statistics, like the empirical spikes frequency, or the interspike interval distribution. Their sampling distributions can be estimated by simulations, and, given a few observed spike train statistics, they provide enough information to infer the structure of the underlying network. We show that, on a ''toy model'', our method gives significantly better results than the sub-network reconstruction method with regards to the inference of the connection probability of the original network.
## Implementation Guide
### Prerequisites
- Python environment with scientific computing libraries
- Access to paper's supplementary materials at https://arxiv.org/abs/2604.18599
### Step-by-Step
1. Read the full paper at https://arxiv.org/abs/2604.18599
2. Identify the core algorithm/framework from the methodology section
3. Implement the key components as described in the paper
4. Validate using the paper's reported benchmarks
## Applications
- Neuroscience research
- Computational neuroscience
- Neural network design and optimization
## Pitfalls
- Results may be preliminary (preprint)
- Reproducibility depends on availability of code/data
## Related Skills
- computational-neuroscience-models
- neural-population-dynamics
- spiking-neural-network-training

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!