Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1015 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 1015 Bytes

ECI2018

Binder

For ECI 2018 course, "Computational methods for studying language and the brain."

Prof. Liberty Hamilton

University of Texas at Austin, Austin, TX USA.

ECI Website: http://www.dc.uba.ar/events/eci/2018/cursos

Lab 1

To run Lab 1, navigate to Lab1/EncodingModels.ipynb and launch the notebook after clicking the binder link.

Lab 2

To run Lab 2, navigate to Lab2/UnsupervisedModels.ipynb and launch the notebook after clicking the binder link.

Notes on running on binder

For some computations, binder's available compute power is limited, so we have reduced the size of the dataset and models we fit.

To run on your own machine, simply run:

git clone https://www.github.com/libertyh/ECI2018

You will need Anaconda python, including jupyter notebook. I recommend v3.6. This code may work in python v2 but has not been extensively tested.