Skip to content

Implemented NTM to test on Unique and Binary Sum programs.

Notifications You must be signed in to change notification settings

jkachhadia/ntm-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntm-tasks

Getting Started

To get into ready virtual environment

source venv/bin/activate

To set it up your self

pip install -r requirements.txt

Unique elements in a list task

python unique.py

Binary sum task

python sum.py

Running ablation on both the tasks

python abunique.py
python absum.py

The scripts would automatically save the learning curves for all the tasks in the root folder along with the train and test errors in a json file.

About

Implemented NTM to test on Unique and Binary Sum programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published