
SNN模拟器Brian使用笔记
XQ10
Enjoy
展开
-
面向SNN模拟的Github项目
编辑于2017年12月,没有细察并不全面 Brian1的手册网址: brian.readthedocs.io/en/latest/installation.html Brian2的手册网址: brian2.readthedocs.io/en/2.0b4/resources/tutorials/1-intro-to-brian-neurons.html 将CNN转换成SNN(2017年) ...原创 2017-12-04 20:45:24 · 6671 阅读 · 9 评论 -
Brian2学习笔记
原址链接:http://brian2.readthedocs.io/en/stable/introduction/index.htmlTutorialUser guideimportfrom brian2 import *普通的导入brain2不仅可以导入brian的module还包含了pylab,其中包括了matplotlib中关于绘图的模块和numpy/sc...翻译 2018-06-02 11:09:19 · 17662 阅读 · 28 评论 -
Brian到Brian2的转换
Neural modelsthreshold & reset:动作直接用公式代替。refractory:Brian1中的refractory是与reset紧密相关的,而且某些refractory与reset的组合是不被允许的,标准的refractory有两个作用,在refractory期间薄膜电压被钳制且不允许发射脉冲;在Brian2中refractory的发生不是...翻译 2019-01-23 20:57:41 · 1843 阅读 · 0 评论