液态状态机的实现

发布于 2024-08-21 01:00:45 字数 114 浏览 6 评论 0原文

有谁知道液态状态机的(开源)实现?

Does anybody know of an (open source) implementation of Liquid State Machines?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

那小子欠揍 2024-08-28 01:00:45

以下是类似回声状态网络的内容: http://mloss.org/software/view/138 /

Here is something for the similar echo state networks: http://mloss.org/software/view/138/

东走西顾 2024-08-28 01:00:45

有人尝试在brian Simulator(开源Python)中编写LSM,

也许您会得到一些有用的提示或代码此处:

https://groups.google.com /forum/#!msg/briansupport/kh0QkcHhmNM/VTqaOhhGDBUJ

There is an attempt to code LSM in brian simulator (open source-python)

Maybe you will get some helpful hints or Code from here:

https://groups.google.com/forum/#!msg/briansupport/kh0QkcHhmNM/VTqaOhhGDBUJ

凡间太子 2024-08-28 01:00:45
  1. 您尝试过 PCSIM:并行神经电路模拟器吗?
    http://www.lsm.tugraz.at/pcsim/
    这是一段很难理解的代码,但它是 Wolfgang Maass 教授论文的原始 LSM

  2. Liquid State Machine 的开源实现 C# https://bitbucket.org/Hananel/liquid-state-machine/wiki/Home

C# 代码是 Maass 等人 (1) 通常定义的液体状态机的改进,通过使用小世界连接,使模型不易受到液体部分故障的影响。它通过指定某些类型的拓扑约束(例如“小世界假设”)来解决这个问题,这些约束在生物学上被认为是合理合理的,可以恢复LSM在这个意义上的鲁棒性。

有关更多详细信息,请分析 Hazan, H. 和 Manevitz, L.,液态状态机的拓扑约束和稳健性,应用程序专家系统,第 39 卷,第 2 期,第 1597-1606 页,http://dx.doi.org/10.1016/j.eswa.2011.06.052,2012 年 2 月

  1. Have you tried the PCSIM: A Parallel neural Circuit SIMulator?
    http://www.lsm.tugraz.at/pcsim/
    It's a very hard to understand code, but its is the original LSM of Prof. Wolfgang Maass paper

  2. Open Source implementation C# of Liquid State Machine https://bitbucket.org/Hananel/liquid-state-machine/wiki/Home.

The C# code is improvement of the Liquid State Machines as normally defined by Maass et al (1), by using small world connectivity that make the model less vulnerable to failures in parts of the liquid. its solve this issue by specifying certain kinds of topological constraints (such as “small world assumption”), which have been claimed are reasonably plausible biologically, can restore robustness in this sense to LSM.

For more details analysis Hazan, H. and Manevitz, L., Topological constraints and robustness in liquid state machines, Expert Systems with Applications, Volume 39, Issue 2, Pages 1597-1606, http://dx.doi.org/10.1016/j.eswa.2011.06.052, February 2012

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文