Skip to content

Instantly share code, notes, and snippets.

# 2 population spiking model
# two coupled population with convolution inh <-> exc
# structures, stepper, plotting
###
using Setfield
using Parameters
using Random
using SparseArrays
using LinearAlgebra
using NNlib #gives a bunch of activation function also used by flux.jl