Giter Club home page Giter Club logo

vlab_nems's Introduction

Documentation Status Documentation Status GitHub license

NEMS

NEMS is the Neural Encoding Model System. It is helpful for fitting a mathematical model to time series data, plotting the model predictions, and comparing the predictive accuracy of multiple models. We use it to develop and test computational models of how sound is encoded in the brains of behaving mammals, but it will work with many different types of timeseries data.

Docs

Full documentation can be found here.

Direct link to the some demos. We also have a Gitter chat where you can get help from other users.

Installation

If you don’t already have Python and Git installed, see the installation instructions for recommended procedures.

Quick Install

If you already have Python and Git, download NEMS:

git clone https://github.com/lbhb/NEMS

Add the NEMS library via pip (where ./NEMS is the installation directory and -e means editable mode):

pip install -e ./NEMS

NEMS libraries should now be loadable. See next section for how to try it out!

Your First Model Fit

Via Python Console

You may test if everything is working by telling NEMS to download some sample auditory stimulus-response data, use a simple linear-nonlinear model (which should taking about 2 minutes to fit), and then save the results locally:

cd NEMS/scripts
ipython

In [1]: run demo_script.py

Or open demo_script.py in an editor to work through each step of the fit.

Via Jupyter Notebook

If you have Jupyter installed:

cd NEMS/notebooks
jupter notebook

Click on demo_xforms.ipynb and give it a whirl!

vlab_nems's People

Contributors

sbp894 avatar

Stargazers

Andrew Sivaprakasam avatar

Watchers

 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.