Skip to content

Instantly share code, notes, and snippets.

View PCJohn's full-sized avatar

Prithvijit Chakrabarty PCJohn

View GitHub Profile
@PCJohn
PCJohn / memory_list.txt
Last active June 14, 2020 15:56
List of pages for memory
The rational analysis of memory: http://gershmanlab.webfactional.com/pubs/RationalAnalysisOfMemory.pdf
Rate distortion trade-off in human memory: https://ccneuro.org/2019/proceedings/0000369.pdf
Convolutional Neural Associative Memories: https://arxiv.org/pdf/1407.6513.pdf
Holographic Reduced Representation: https://www.amazon.com/dp/B0188Y14VS/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1
@PCJohn
PCJohn / setup.sh
Last active January 13, 2023 22:37
wget https://gist.githubusercontent.com/PCJohn/ccbac70608f44f8c8d18cc4c89f3ab90/raw/8853e386321c61d4b0b6ac58db1bc4ac457574e0/vimrc
mv vimrc ~/.vimrc
bash
# Following: https://askubuntu.com/questions/284957/vi-getting-multiple-sorry-the-command-is-not-available-in-this-version-af
sudo apt-get install vim-gui-common
sudo apt-get install vim-runtime
# Use the Vundle vim plugin manager
# See: https://pseudoscripter.wordpress.com/2020/04/26/install-black-on-vim/