Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 940 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 940 Bytes

Latent Predictive Learning: SNN Implementation

CI License: GPL v3

This implementation of Latent Predictive Learning (LPL) is based on this paper by Halvagal and Zenke.

Installation

You can install with:

pip install -e .

Run files with this pattern:

python -m datasets.src.zenke_2a.visualize

Directory structure

The structure is as follows:

  • /datasets: contains various data generation and pytorch Dataset implementations. The simplest is fig 2A from the above paper
  • /model: contains the model code for a SNN with LPL learning rule
  • /benchmarks: entrypoints for applying various datasets to the model