Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 562 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 562 Bytes

Introduction to low-rank RNN tutorial

Two-day tutorial on low rank RNNs theory and reverse engineering trained networks.

The first tutorial is heavily based on the paper and code provided in (Mastrogiuseppe & Ostojic, 2019). For more advance concepts, please refer to that paper.

The second tutorial heavily based on the paper and code provided in (Dubreuil, Valente et al, 2022). All the code inside "low_rank_rnns" was taken from that repository.