Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 572 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 572 Bytes

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