This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |