Coder Social home page Coder Social logo

igitugraz / lsm Goto Github PK

View Code? Open in Web Editor NEW
59.0 10.0 21.0 42 KB

Liquid State Machines in Python and NEST

License: GNU General Public License v3.0

Python 99.33% Shell 0.67%
liquid-state-machine lsm spiking-neural-networks recurrent-neural-networks

lsm's Introduction

Liquid State Machine (LSM)

The Liquid State Machine (LSM) (Maass et. al. 2002) is a computational model which uses the high-dimensional, complex dynamics of recurrent neural circuits to conduct memory-dependent readout operations on continuous input streams.

This package provides a convenience wrapper for network construction, as well as typical operations on the reservoir.

Note that this code does not implement the exact model in (Maass et. al. 2002), but rather a slightly simplified model. This code was used in (Kaiser et al. 2017).

Usage

After cloning this repository locally, run pip install . in the working copy. Requires a working installation of the NEST simulator.

lsm's People

Contributors

anandtrex avatar mhoff avatar schmitts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lsm's Issues

parameters of lsm

Dear author,
Thanks for your generous sharing. Your code is very helpful for me to understand lsm.
I just wonder how you set the parameters to be the values they are now.

dimension of lsm

Dear author:
Thanks for your sharing, I have some questions about the architecture of lsm, the papers I read about the architecture of lsm is three dimensions and the connection weight was set according to the distance between neurons, In this implemention, it likes only has two dimension?

about csim-linux-version

Dear Authors,
I tried to install your old LSM implementation, CSim in Ubuntu 18.04, and I followed the user manual, but the command 'install' doesn't work well. The error info is as follows.
make: *** [subdirs] Error 2
Undefined function or variable 'csim'.

Error in install (line 10)
v=csim('version');

Error in install (line 20)
install;

I don't know why and there is no clue in the user manual.

Trouble running example.py

Hi.

I was trying to run the example.py after installing LSM, but I'm getting this error.
I have tried with python and python3

`----@MonNotebook:~/Documentos/LSM_simulator/LSM_IGITUGraz/LSM-master$ python example.py

Traceback (most recent call last):
File "example.py", line 1, in
import nest
File "/home/monkho/.local/lib/python2.7/site-packages/nest.py", line 4
if isinstance(each_item, indent = False ,list):
SyntaxError: non-keyword arg after keyword arg

------@MonNotebook:~/Documentos/LSM_simulator/LSM_IGITUGraz/LSM-master$ python3 example.py

Traceback (most recent call last):
File "example.py", line 1, in
import nest
File "/home/monkho/.local/lib/python3.6/site-packages/nest.py", line 4
if isinstance(each_item, indent = False ,list):
^
SyntaxError: positional argument follows keyword argument

`

Any idea of what I may be doing wrong?

Best regards.

Packages Version

Dear all,

May I ask what version of NEST you used in your simulation and what Python version you utilized?

Thanks.

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.