Skip to content
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.
/ Taranis Public archive

An abstract neural simulator based on actor model for spike-timing dependent plasticity.

License

Notifications You must be signed in to change notification settings

zifeo/Taranis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taranis

This is a short-project aiming to evaluate how Akka behave for simulating neural networks with spike-timing dependent plasticity (STDP). It is strongly inspired by the Neural Simulation Tool (NEST) and the STDP module. Due to the very short delays, code was only tested visually and is missing a clear structure as well as comments. There is also plenty of opportunities to investigate alternative system design in order to improve performance.

Examples

The small differences come from the fact the delay is not managed the same way and that the sample population (in the Brunnel balanced network) is also not the same.

NEST:

Taranis:

Performance

After some light and fast-profiling, it seems that JVM garbage collector is tough to overcome.

License

The code is available under Apache license 2.0. See LICENSE for further details.

Reference

  • Eppler, Jochen Martin et al.. (2015). NEST 2.8.0.

About

An abstract neural simulator based on actor model for spike-timing dependent plasticity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages