Git Product home page Git Product logo

machine_learning_and_neuroscience's Introduction

SpectraVis

This is the code from this video on Youtube by Siraj Raval.

An interactive network visualization tool for exploring functional brain connectivity using d3.js. See this for an example of SpectraVis in action.

SpectraVis allows you to:

  • examine how network dynamics change over time and frequency
  • compare local (statistical dependencies between a single pair of nodes) and global (statistical dependencies between all nodes) dynamics.
  • compare different types of functional connectivity measures (correlation, coherence).
  • compare between different subjects.
  • examine only within- or between-brain area connections
  • switch between multiple network views for better understanding of the network structure

Installation

To install SpectraVis, download the latest release:

Or use Node.js and its package manager (npm):

  1. Open a terminal (Mac) or a Windows Command Prompt (Start > All Programs > Accessories > Windows Command Prompt )
  2. Download or clone the repository: git clone https://github.com/edeno/SpectraVis.git
  3. Install Node.js using one of the installers.
  4. Enter in the terminal or command prompt: npm install spectravis

This will install the relevant development dependencies. Running gulp in the terminal will automatically launch a webserver on http://localhost:8000/ where you can view the visualization.

Usage

spectravis.init(params) starts the visualization in index.html.

See the wiki for more information on how to view the visualization on your local machine, the expected structure of the data, and converting data from Matlab to JSON.

Modifying and Contributing

Fork, then clone the repo:

git clone [email protected]/your-username/SpectraVis.git

Use npm install to get the development dependencies. Place your Data in app/DATA/.

Push to your fork and submit a pull request to the develop branch.

License

GPL-v2

Credits

The credits for this code go to Neurophysvis. I've merely created a wrapper to get people started.

machine_learning_and_neuroscience's People

Contributors

llsourcell 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.