Skip to content

MAGICS-LAB/NonparametricHopfield

Repository files navigation

Nonparametric Modern Hopfield Models

This is the code of the paper Nonparametric Modern Hopfield Models. You can use this repo to reproduce the results of our method.

Environmental Setup

You can set up the experimental environment by running the following command line:

$ conda create -n env python=3.8
$ conda activate env
$ pip3 install -r requirements.txt

Experimental Validation of Theoretical Results