GithubHelp home page GithubHelp logo

cgtasknet's Introduction

Code style: black PyTest

cgtasknet

Table of Contents

About
Installation Requirements
Tasks TODO

About

A library aimed at studying the dynamics of spiking neural networks while solving various cognitive tasks:

  1. Romo task;
  2. Decision-making task;
  3. Context decision-making task;
  4. Antisaccade task;
  5. Pro-saccade task;
  6. Go tasks family.

Installation

Installation from source code


  1. git clone https://github.com/Pugavkomm/cgtasknet.git
  2. You shold install pytorch (stable version)
  3. python setup.py install

You can create your environment and install all the libraries you need to create networks

  1. git clone https://github.com/Pugavkomm/cgtasknet.git
  2. Create env: python3 -m venv env
  3. Activate env: linux: source env/bin/activate | windows: .\env\Scripts\activate
  4. You shold install pytorch (stable version)
  5. pip3 install -r requirements.txt
  6. python setup.py install

Installation from pypi

TODO

Docker

TODO

Requirements

Main dependencies:

  1. torch, norse -- Model and learning;
  2. numpy -- Prepare datasets;
  3. matplotlib -- Data visualization (Currently not in use!);

Tasks

Several classes of cognitive tasks are considered:

  1. Romo task
  2. Context decision making task
  3. decision making task
  4. Working memory tasks: DM with delay (just romo task), context DM with delay.
  5. Go/No-Go

TODO

  • Add my own wrapper over the loading model to load parameters (and save) as well;
  • Add some tests for instrument_subgroups;
  • Add somet tests for instrument_pca;
  • Add some tests for all models.

cgtasknet's People

Contributors

pugavkomm avatar dependabot[bot] 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.