All Projects → IGITUGraz → LSM

IGITUGraz / LSM

Licence: GPL-3.0 license
Liquid State Machines in Python and NEST

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to LSM

IJCNN2016
Diverse, Noisy and Parallel: a New Spiking Neural Network Approach for Humanoid Robot Control
Stars: ✭ 14 (-64.1%)
Mutual labels:  spiking-neural-networks, lsm
spikeRNN
No description or website provided.
Stars: ✭ 28 (-28.21%)
Mutual labels:  recurrent-neural-networks, spiking-neural-networks
DL-NC
spiking-neural-networks
Stars: ✭ 34 (-12.82%)
Mutual labels:  spiking-neural-networks, lsm
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+64.1%)
Mutual labels:  recurrent-neural-networks
sequence-rnn-py
Sequence analyzing using Recurrent Neural Networks (RNN) based on Keras
Stars: ✭ 28 (-28.21%)
Mutual labels:  recurrent-neural-networks
SNNs-In-Tensorflow
Implementation of a Spiking Neural Network in Tensorflow.
Stars: ✭ 24 (-38.46%)
Mutual labels:  spiking-neural-networks
snn object recognition
One-Shot Object Appearance Learning using Spiking Neural Networks
Stars: ✭ 23 (-41.03%)
Mutual labels:  spiking-neural-networks
regulatory-prediction
Code and Data to accompany "Dilated Convolutions for Modeling Long-Distance Genomic Dependencies", presented at the ICML 2017 Workshop on Computational Biology
Stars: ✭ 26 (-33.33%)
Mutual labels:  recurrent-neural-networks
Deep-Learning
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Stars: ✭ 22 (-43.59%)
Mutual labels:  recurrent-neural-networks
Conversational-AI-Chatbot-using-Practical-Seq2Seq
A simple open domain generative based chatbot based on Recurrent Neural Networks
Stars: ✭ 17 (-56.41%)
Mutual labels:  recurrent-neural-networks
Meetup-Content
Entirety.ai Intuition to Implementation Meetup Content.
Stars: ✭ 33 (-15.38%)
Mutual labels:  recurrent-neural-networks
NeuroAI
NeuroAI-UW seminar, a regular weekly seminar for the UW community, organized by NeuroAI Shlizerman Lab.
Stars: ✭ 36 (-7.69%)
Mutual labels:  recurrent-neural-networks
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (-33.33%)
Mutual labels:  recurrent-neural-networks
DeepSegmentor
Sequence Segmentation using Joint RNN and Structured Prediction Models (ICASSP 2017)
Stars: ✭ 17 (-56.41%)
Mutual labels:  recurrent-neural-networks
automatic-personality-prediction
[AAAI 2020] Modeling Personality with Attentive Networks and Contextual Embeddings
Stars: ✭ 43 (+10.26%)
Mutual labels:  recurrent-neural-networks
entity-network
Tensorflow implementation of "Tracking the World State with Recurrent Entity Networks" [https://arxiv.org/abs/1612.03969] by Henaff, Weston, Szlam, Bordes, and LeCun.
Stars: ✭ 58 (+48.72%)
Mutual labels:  recurrent-neural-networks
classifying-cancer
A Python-Tensorflow neural network for classifying cancer data
Stars: ✭ 30 (-23.08%)
Mutual labels:  recurrent-neural-networks
imessage-chatbot
💬 Recurrent neural network -- generates messages in your style of speech! Trained on imessage data. Sqlite3, TensorFlow, Flask, Twilio SMS, AWS.
Stars: ✭ 33 (-15.38%)
Mutual labels:  recurrent-neural-networks
rnn darts fastai
Implement Differentiable Architecture Search (DARTS) for RNN with fastai
Stars: ✭ 21 (-46.15%)
Mutual labels:  recurrent-neural-networks
auryn
Auryn: A fast simulator for spiking neural networks with synaptic plasticity
Stars: ✭ 77 (+97.44%)
Mutual labels:  spiking-neural-networks

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].