Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 889 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 889 Bytes

ReScience submission repository

This is the submission repository for the ReScience journal.

This is a replication of:

Masquelier T, Guyonneau R, Thorpe SJ (2008) Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains. PLoS ONE 3(1): e1377. https://doi.org/10.1371/journal.pone.0001377

The source code is written in Python (version 3.6.5) and specifically using Brian (version 2.1.2), Numpy (version 1.13.3), Numba (version 0.38.0) and Matplotlib (version 2.2.2).

  • article -> This folder contains the accompanying text and how to compile it using docker.
  • code -> This folder contains the source code and instructions on how to run it.
  • data -> This folder contains a few files to plot some figures from the text.
  • notebook -> There is no notebook for this implementation.