Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 410 Bytes

Weakly Supervised Learning with Assemblies of Neurons

Code supporting the paper "Weakly Supervised Learning with Assemblies of Neurons", by Dabagia, Papadimitriou, and Vempala [2021].

Dependencies

  • NumPy
  • SciPy
  • matplotlib

Usage

Download and run the notebooks! For MNIST, you will need to supply your own MNIST files, located in a folder called data in the same directory as the notebook.

Hello