Giter VIP home page Giter VIP logo

tspe's Introduction

TSPE Python Conversion

This project aims to convert the TSPE Algorithm to Python in order to include it into the Python Elephant Project

Challenges

Data format

Currently, the algorithm reads data as a time series in Spike Data Format (SDF). Since the aim of the project is to be included within the Elephant Project, the format has to change to Neo Data-structures.

SDF

The SDF-Format describes a spike-train with multiple vectors where each vector represents a spike-time-series from one neuron.

Code-Optimization

The original TSPE-Algorithm was written in MATLAB and uses a self implemented Fast-Cross-Correlation Algorithm as well as some other steps to optimize the code for speed.

For now the goal is to get it working in Python and then to think about code-optimization.

TSPE

Total Spiking Probability Edges is a Cross-Correlation based method for effective connectivity estimation of cortical spiking neurons.

Background:

Connectivity is a relevant parameter for the information flow within neuronal networks. Network connectivity can be reconstructed from recorded spike train data. Various methods have been developed to estimate connectivity from spike trains.

New method:

In this work, a novel effective connectivity estimation algorithm called Total Spiking Probability Edges (TSPE) is proposed and evaluated. First, a cross-correlation between pairs of spike trains is calculated. Second, to distinguish between excitatory and inhibitory connections, edge filters are applied on the resulting cross-correlogram.

Results:

TSPE was evaluated with large scale in silico networks and enables almost perfect reconstructions (true positive rate of approx. 99% at a false positive rate of 1% for low density random networks) depending on the network topology and the spike train duration. A distinction between excitatory and inhibitory connections was possible. TSPE is computational effective and takes less than three minutes on a high-performance computer to estimate the connectivity of an one hour dataset of 1000 spike trains.

tspe's People

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.