--- name: transient-synaptic-memory-activity-regeneration description: Skill for understanding and applying the transient synaptic memory framework for activity regeneration in neuronal networks, based on arXiv:2607.14000. tags: [neuroscience, brain network, neural dynamics, spiking neural network, computational neuroscience, transient synaptic memory, activity regeneration] related_skills: [] content: | # Activity Regeneration from Silent States in Neuronal Networks with Transient Synaptic Me
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill transient-synaptic-memory-activity-regeneration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Transient Synaptic Memory Activity Regeneration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-transient-synaptic-memory-activity-regeneration-ai-collection)More formats (shields.io, HTML) on the badges page.
---
name: transient-synaptic-memory-activity-regeneration
description: Skill for understanding and applying the transient synaptic memory framework for activity regeneration in neuronal networks, based on arXiv:2607.14000.
tags: [neuroscience, brain network, neural dynamics, spiking neural network, computational neuroscience, transient synaptic memory, activity regeneration]
related_skills: []
content: |
# Activity Regeneration from Silent States in Neuronal Networks with Transient Synaptic Memory
## Overview
**arXiv:2607.14000** - This skill encapsulates the methodology and insights from the paper "Activity Regeneration from Silent States in Neuronal Networks with Transient Synaptic Memory" by Mozhgan Khanjanianpak, Alireza Valiadeh et al.
## Core Idea
The paper introduces a minimal neuronal network model with finite-lifetime synapses (transient synaptic memory) and shows that the residual synaptic configuration after a period of neuronal silence can predict whether network activity will terminate or spontaneously regenerate. The key concept is the **Latent Excitatory Recruitment (LER) capacity**, quantified as the cumulative number of fresh excitatory neurons that can be recruited from the silent state. LER serves as a near-perfect predictor of multi-cycle dynamics without needing to simulate the subsequent network evolution.
## When to Use
Use this skill when:
- Modeling short-term memory or working memory phenomena where activity may lapse but later resume.
- Investigating whether synaptic dynamics alone can sustain information processing without persistent spiking.
- Developing models of neuronal networks where synaptic efficacy decays over time.
- Designing experiments or simulations to test predictions about activity regeneration from silent states.
## Steps
1. **Define the Network Model**
- Choose a neuronal network model (e.g., integrate-and-fire, spiking neural network) with synapses that have a finite lifetime or dynamic efficacy.
- Define synaptic dynamics: each synapse has a memory trace that decays exponentially with a time constant τ_s.
- Ensure the network can exhibit silent states (no spiking activity) after an initial activation.
2. **Simulate an Initial Activation**
- Provide a brief input pulse to elicit a network activation (one or more spikes across neurons).
- Allow the network to evolve until activity ceases (a silent state is reached).
- Record the synaptic state (e.g., the strength or efficacy of each synapse) at the onset of silence.
3. **Compute Latent Excitatory Recruitment (LER) Capacity**
- For each synapse, determine its potential to drive postsynaptic neuron firing based on its current efficacy.
- Simulate (or analytically compute) how many additional excitatory neurons could be recruited if the network were to receive a minimal kick from its current synaptic state.
- LER = cumulative number of such recruitable excitatory neurons across the network.
4. **Predict Future Dynamics**
- If LER exceeds a threshold (approximately 1), predict that activity will regenerate for at least one more cycle.
- If LER is below threshold, predict activity will terminate after the current silent period.
- Optionally, iterate the prediction: after predicting a regeneration, simulate the next active cycle and recompute LER for the subsequent silent state.
5. **Validate with Simulation**
- Run the full network simulation for several cycles to verify that the LER-based prediction matches actual activity regeneration or termination.
- Compare predictions across different network sizes, synaptic time constants, and initial conditions.
6. **Apply to Experimental Data**
- If experimental data (e.g., calcium imaging, electrophysiology) provides estimates of synaptic states during silent periods, estimate LER and compare with observed activity patterns.
## Pitfalls
- **Assuming Static Synapses**: The model relies on synapses having a finite lifetime or dynamic plasticity; static synapses will not exhibit this phenomenon.
- **Ignoring Inhibition**: The study focuses on excitatory recruitment; inhibitory synapses may modulate LER and should be considered in balanced networks.
- **Overestimating LER**: Ensure that the calculation of recruitable neurons accounts for refractory periods and threshold dynamics.
- **Parameter Sensitivity**: Results depend on synaptic time constants and neuron models; perform sensitivity analysis.
## References
- Khanjanianpak, M., Valiadeh, A., et al. (2026). Activity Regeneration from Silent States in Neuronal Networks with Transient Synaptic Memory. arXiv:2607.14000. https://arxiv.org/abs/2607.14000
- Code and datasets: https://github.com/your-repo/link (if available from paper)
## Activation Keywords
transient synaptic memory, activity regeneration, latent excitatory recruitment, neuronal network modeling, short-term memory, silent state predictionIs 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!