Skip to content

PedroFerreiradaCosta/Solving-Cognitive-Tasks-w-LSTMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elucidating Cognitive Processes Using LSTMs

An Artificial Neural Network that applies LSTM layers to solve a number of cognitive tasks. This project was developed for my Master Thesis at C3NL, Imperial College London under the supervision of Professor Robert Leech.

For further read please see:

Getting started

To avoid any conflict with your existing Python setup, and to keep this project self-contained, it is suggested to work in a virtual environment with virtualenv. To install virtualenv:

pip install --upgrade virtualenv

Create a virtual environment, activate it and install the requirements in requirements.txt.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Citation

If you find this code useful for your research, please cite:

@article{daelucidating,
title={Elucidating Cognitive Processes Using LSTMs},
author={da Costa, Pedro F and Popescu, Sebastian and Leech, Robert and Lorenz, Romy}
year={2019}}

About

An Artificial Neural Network that applies LSTM layers to solve a number of cognitive tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published