Giter Site home page Giter Site logo

donniekim411 / sinz2018_nips Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sinzlab/sinz2018_nips

0.0 1.0 0.0 1.44 MB

Code for the NIPS 2018 paper: "Stimulus domain transfer in recurrent models for large scale cortical population prediction on video"

License: MIT License

Dockerfile 0.28% HTML 0.14% Python 70.68% Shell 0.02% Jupyter Notebook 28.88%

sinz2018_nips's Introduction

Stimulus domain transfer in recurrent models for large scale cortical population prediction on video (Code)

Code to reproduce results of the NIPS 2018 paper: "Stimulus domain transfer in recurrent models for large scale cortical population prediction on video".

Requirements

  • docker, nvidia-docker (version 1), and nvidia-docker-compose. You can easily run it with nvidia-docker version 2. In that case have a look at the nvidia-docker-compose.yml.jinja and extract the options for the notebook service to start the container.
  • GIN along with git and git-annex to download the data.

Data License

The data shared with this code is licensed under a This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. This license requires that you contact us before you use the data in your own research. In particular, this means that you have to ask for permission if you intend to publish a new analysis performed with this data (no derivative works-clause).

Creative Commons License

Quickstart

Go to a folder of you choice and type the following commands in a shell of your choice:

git clone https://github.com/sinzlab/Sinz2018_NIPS.git
cd Sinz2018_NIPS

# get the data
gin get cajal/Sinz2018_NIPS_data # might take a while; fast internet recommended

# create a file with DB credentials
echo "DJ_HOST=archive.datajoint.io" >> .env
echo "DJ_USER=nips" >> .env
echo "DJ_PASS=nips-submission" >> .env

# create docker container (possibly you need sudo)
nvidia-docker-compose -t docker-compose.yml.jinja build notebook0

Then you can start the container via

nvidia-docker-compose -t docker-compose.yml.jinja up notebook0

Now you should be able to access the jupyter notebooks via YOURCOMPUTER:2018 in the browser.

Custom Database Server

You can also run the notebook with your own database server. In that case you need to insert the content of Sinz2018_NIPS_data/dbdump/nips2018.sql into your own database and change the DJ_HOST, DJ_USER, DJ_PASS parameters accordingly.

sinz2018_nips's People

Contributors

fabiansinz avatar eywalker avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.