Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 499 Bytes

Equilibrium Propagation (WIP)

This repo contains code for a reimplementation of the paper:

Generalization of Equilibrium Propagation to Vector Field Dynamics

Requirements

The code depends on the JAX library. To install all requirements run

pip install -r requirements.tx

Running

To run the code, you can launch the train.py script in Jupyter notebook with Jupytext installed or run directly in the console