Computational Neuroscience Models (Julia)
Computational Neuroscience Models (Julia)
This directory contains Julia implementations of fundamental neuron models. These notebooks are reactive (built with Pluto.jl) and are automatically exported to the website’s portfolio.
Models Included:
- Hodgkin-Huxley: Conductance-based model of the squid giant axon.
- Izhikevich: A phenomenological model capable of reproducing 20+ cortical firing patterns.
- Leaky Integrate-and-Fire: The standard abstraction for large-scale simulations.
How to Run Locally:
- Open Julia in this directory.
- Run
import Pkg; Pkg.activate("."); Pkg.instantiate()to install exact dependencies. - Run
import Pluto; Pluto.run()and open the.jlfiles.
