home.social

#nestsimulator β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nestsimulator, aggregated by home.social.

  1. The Urbanczik-Senn plasticity model is a powerful framework for understanding synaptic #plasticity in #NeuralNetworks. It integrates dendritic prediction errors to unify supervised, unsupervised, and #ReinforcementLearning under a single rule. Its predictive coding mechanism and robust learning dynamics make it valuable for simulating neural processing and exploring plasticity. Here’s a short simulation using the #NESTsimulator:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience

  2. Incorporating structural #plasticity in #SpikingNeuralNetworks (#SNN) enables dynamic #synaptic connectivity, reflecting the #brain's adaptability. By modeling synaptic growth and pruning based on #calcium concentration, we can simulate processes such as #learning and #MemoryFormation. In this post, I reproduce the #NESTSimulator tutorial on structural plasticity, demonstrating its impact on network stability and #homeostasis:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #NeuralNetworks

  3. Incorporating structural #plasticity in #SpikingNeuralNetworks (#SNN) enables dynamic #synaptic connectivity, reflecting the #brain's adaptability. By modeling synaptic growth and pruning based on #calcium concentration, we can simulate processes such as #learning and #MemoryFormation. In this post, I reproduce the #NESTSimulator tutorial on structural plasticity, demonstrating its impact on network stability and #homeostasis:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #NeuralNetworks

  4. Incorporating structural #plasticity in #SpikingNeuralNetworks (#SNN) enables dynamic #synaptic connectivity, reflecting the #brain's adaptability. By modeling synaptic growth and pruning based on #calcium concentration, we can simulate processes such as #learning and #MemoryFormation. In this post, I reproduce the #NESTSimulator tutorial on structural plasticity, demonstrating its impact on network stability and #homeostasis:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #NeuralNetworks

  5. Incorporating structural #plasticity in #SpikingNeuralNetworks (#SNN) enables dynamic #synaptic connectivity, reflecting the #brain's adaptability. By modeling synaptic growth and pruning based on #calcium concentration, we can simulate processes such as #learning and #MemoryFormation. In this post, I reproduce the #NESTSimulator tutorial on structural plasticity, demonstrating its impact on network stability and #homeostasis:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #NeuralNetworks

  6. Incorporating structural #plasticity in #SpikingNeuralNetworks (#SNN) enables dynamic #synaptic connectivity, reflecting the #brain's adaptability. By modeling synaptic growth and pruning based on #calcium concentration, we can simulate processes such as #learning and #MemoryFormation. In this post, I reproduce the #NESTSimulator tutorial on structural plasticity, demonstrating its impact on network stability and #homeostasis:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #NeuralNetworks

  7. 🧠 Pastorelli et al. (2025) present a "simplified two-compartment #neuron with #CalciumDynamics capturing #brain-state-specific apical-amplification, -isolation and -drive". This Ca-#AdEx model replicates distinct #dendritic mechanisms across wakefulness, #NREM & #REM sleep using a compact ThetaPlanes transfer function. Cool implementation using the #NESTsimulator πŸ’»!

    🌍 doi.org/10.3389/fncom.2025.156

    #Neuroscience #CompNeuro

  8. I recently played around with #RateModels using #NESTsimulator. Compared to #SNN, RM focus on average firing rates of #NeuronPopulations, simplifying analysis of large networks. They effectively capture collective dynamics like #oscillations and #synchronization, though they miss precise spike timing details. Thus, both approaches have their merits. Here is a brief overview:

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #Python #PythonTutorial #SpikingNeuralNetwork

  9. Here is a direct follow-up on this, now showing how to implement #GapJunctions in a network of #spiking #neurons (#SNN) using the #NESTsimulator. We simulate a network of 500 inhibitory neurons with gap junctions and analyze the effects on #synchrony and #oscillations. The code is also available on GitHub. Feel free to modify and expand upon it πŸ€—

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience sigmoid.social/@pixeltracker/1

  10. πŸ“ New blog post: #GapJunctions (#ElectricalSynapses) enable direct electrical and chemical communication between #neurons, synchronizing activity and supporting rapid signal propagation. Their #modeling is crucial for understanding #NeuralNetworkDynamics, #oscillations, and #brain 🧠 function. Here is a brief summary including a small #PythonTutorial using the #NESTsimulator.

    🌍 fabriziomusacchio.com/blog/202

    #CompNeuro #Neuroscience #Python #OpenSource