Spiking Neural Networks with Elephant Reinforcement — finite stochastic SNN with memory-dependent threshold that modifies future excitability based on past firing activity.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill snn-elephant-reinforcement --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Snn Elephant Reinforcement?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-snn-elephant-reinforcement)More formats (shields.io, HTML) on the badges page.
---
name: snn-elephant-reinforcement
description: Spiking Neural Networks with Elephant Reinforcement — finite stochastic SNN with memory-dependent threshold that modifies future excitability based on past firing activity.
trigger_words:
- elephant reinforcement
- spiking neural networks elephant
- elephant memory SNN
- reinforcement-dependent threshold
---
# Spiking Neural Networks with Elephant Reinforcement
## Overview
This methodology introduces a finite stochastic spiking-neuron network with Elephant-type memory, where past firing activity modifies future excitability through a reinforcement-dependent threshold. The approach provides theoretical guarantees for non-explosion and convergence properties while demonstrating practical benefits in numerical experiments.
## Key Contributions
### Theoretical Foundations
- **Non-explosion guarantee**: For bounded hard-threshold firing rate, proves non-explosion of the finite system
- **Contraction property**: Obtains conditional exponential contraction in (1)-Wasserstein distance on truncated potential space
- **Mean-field dynamics**: Formulates replica mean-field dynamics with global existence, uniqueness in law, and non-explosion
- **Invariant measures**: Characterizes invariant measures of the nonlinear process
### Practical Implications
- **Activity regulation**: Elephant memory produces p-dependent decline in firing activity
- **Extinction behavior**: Alters extinction behavior compared to standard SNNs
- **Approximation quality**: Finite-network dynamics closely matched by replica mean-field approximation
## Mathematical Framework
The model uses a reinforcement-dependent threshold mechanism where the threshold θ_i(t) for neuron i at time t depends on its past firing history:
θ_i(t) = θ_0 + α ∑_{s < t} K(t-s) X_i(s)
Where:
- θ_0 is the base threshold
- α is the reinforcement strength parameter
- K(·) is the memory kernel (Elephant-type)
- X_i(s) is the firing indicator at time s
## Implementation Guidelines
### Parameters to Tune
- **Memory parameter p**: Controls the strength of elephant memory effect
- **Base threshold θ_0**: Initial firing threshold
- **Reinforcement strength α**: How strongly past activity affects future thresholds
- **Memory kernel K**: Shape of the temporal memory decay
### Numerical Considerations
- Use truncated potential space for stability
- Implement Wasserstein distance monitoring for convergence
- Consider replica mean-field approximation for large networks
## Applications
This methodology is particularly useful for:
- Modeling neural systems with activity-dependent plasticity
- Creating SNNs with self-regulating firing rates
- Studying extinction dynamics in neural populations
- Developing biologically plausible reinforcement learning mechanisms
## References
- arXiv:2608.12839 [math.PR]
- Authors: Fernando A. Najman, Ioannis Papageorgiou, Sabricia K. Cauanny A. da Silveira
- Submitted: 2026-08-15
## Activation Keywords
elephant reinforcement, spiking neural networks elephant, elephant memory SNN, reinforcement-dependent threshold, stochastic SNN memoryIs 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!