.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
README.rst
release.sh
requirements.txt
setup.cfg
setup.py
dnc/__init__.py
dnc/dnc.py
dnc/faiss_index.py
dnc/flann_index.py
dnc/memory.py
dnc/sam.py
dnc/sdnc.py
dnc/sparse_memory.py
dnc/sparse_temporal_memory.py
dnc/util.py
dnc.egg-info/PKG-INFO
dnc.egg-info/SOURCES.txt
dnc.egg-info/dependency_links.txt
dnc.egg-info/requires.txt
dnc.egg-info/top_level.txt
docs/dnc-mem-debug.png
docs/dnc.png
docs/dnc.xml
docs/dnc0.png
docs/dnc1.png
docs/dnc2.png
tasks/__init__.py
tasks/adding_task.py
tasks/argmax_task.py
tasks/copy_task.py
test/test_gru.py
test/test_indexes.py
test/test_lstm.py
test/test_rnn.py
test/test_sam_gru.py
test/test_sam_lstm.py
test/test_sam_rnn.py
test/test_sdnc_gru.py
test/test_sdnc_lstm.py
test/test_sdnc_rnn.py
test/test_utils.py