Project 44: Simulating the Izhikevich spiking neuron model usingthe Brian2 software Authors: Julen Etxaniz and Ibon Urbina Subject: Machine Learning and Neural Networks Date: 22/11/2020 Objective: The goal of the project is to implement the Izhikevich’s model using the Brian2 Python library https://brian2.readthedocs.io/en/stable/. Contents: 1. Project description 2. Written report describing the solution 3. Relevant papers 4. Jupyter Notebooks from Brian2 demo and tutorial 5. Jupyter Notebook with the implementation