eminorhan / igpt-memory

Can deep learning match the efficiency of human visual long-term memory for object details?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can deep learning match the efficiency of human visual long-term memory for object details?

This repository contains the code, stimuli, pretrained models, and simulation results reported in the following paper:

Orhan AE (2022) Can deep learning match the efficiency of human visual long-term memory in storing object details? arXiv:2204.13061.

Part of the code here is adapted from Andrej Karpathy's minimalistic GPT (minGPT) implementation.

Directories:

Code description:

  • train.py: trains an iGPT model on a given dataset.

  • finetune.py: finetunes a model on the study set of a recognition memory experiment.

  • run_random_noise_expt.py: runs the random noise experiment reported in Figure 3c in the paper.

  • test.py: evaluates a model on the test set of a recognition memory experiment.

  • generate.py: generates samples from an iGPT model.

Pretrained models:

About

Can deep learning match the efficiency of human visual long-term memory for object details?


Languages

Language:Python 95.3%Language:Shell 4.7%