This repository provides multiple numerical and deep learning approaches for solving the Izhikevich neuron model — a well-known system of two ordinary differential equations (ODEs) that simulate ...
To approximate a differential equation dy/dt = f(t,y) starting at y(t0)=y0 and using time step timestep: Implement the DifferentialEquation interface using a lambda expression in the Main class: ...