-
Dear Yuhang,
I have noticed that you are using a ResNet20 for CIFAR10 with 11.3 Million parameters. In the original ResNet publication of He et al [1] the definition of ResNet20 on CIFAR10 is give…
-
See here: https://github.com/hemangandhi/brian-rs#snns
None of this system is implemented. Please design and implement.
-
The error happened when I use function survivalSL, there is the code:
slres
-
## タイトル: 膜電位推定を用いた時間非依存型スパイクニューロンによる効率的なスパイクニューラルネットワーク
## リンク: https://arxiv.org/abs/2409.04978
## 概要:
スパイクニューラルネットワーク(SNN)の計算効率の低さは、主に膜電位の逐次更新に起因し、これは人工ニューラルネットワーク(ANN)と比較して、長いエンコーディング期間中に顕著になりま…
-
This is a great gem. Do you happen to have any implementations of clustering algorithms? Personally I'd be very interested in [Shared Nearest Neighbor (SNN) Clustering](http://mlwiki.org/index.php/SNN…
-
Hi,
I am trying out this code (https://github.com/fangwei123456/spikingjelly/blob/master/spikingjelly/activation_based/ann2snn/examples/resnet18_cifar10.py). The only difference is I am using resnet-…
-
Dear authors,
Congratulations on your acceptance to ICML 2024! I am the first author of SpikeBERT, and I am very grateful for your citation of our work. I am also delighted to see the integration o…
-
作者您好!
我单块GPU的显存上限只有12g,在运行ann-to-snn的时候,只能设置的time step值为16,否则就会显存不够,然而这样的值转换出来的SNN的mAP聊胜于无。
我能否通过使用多块gpu的方式来设置更高的time steps参数呢?如果有,请您告诉我。
非常感谢您的帮助。
-
Hello, I want to run clusterExperiment using a custom function. I was wondering if it would be possible to run the Seurat Functions used for clustering? Maybe something like this:
SNN_wrap
-
Hello!! I'm excited when I meet the nengo project!! I want to simulate my neuron model in nengo_loihi or nengo_FPGA. However, my neuron model can fire negative spike. I know the nengo support negative…