-
Hello,
I am trying to run your QBOX and other repos as this is very interesting but there seems to be missing the custom CUBE_REPORT import:
```
import CUBE_REPORT # Import the custom report m…
-
Hi,
To make citations easier, I would suggest to add the following in the related section of the code:
@inproceedings{dequino2024compressed,
title={Compressed Latent Replays for Lightweight C…
-
Please:
- [x] Check for duplicate requests.
- [x] Describe your goal, and if possible provide a code snippet with a motivating example.
Implementation of the online learning algorithms for spik…
-
-
Is this a library? I want to use it for binary classification of audio clips. Is this feasible?
I tried using CNN (Convolutional Neural Network) but the effect was not good.
-
https://ericzhang1412.github.io/2023/11/29/SpikingNN-on-trial/?
refs Error-backpropagation in temporally encoded networks of spiking neurons, 10.1016/S0925-2312(01)00658-0 Spatio-Temporal Backpropa…
-
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…
-
For reference the python version of NEAT allows you to create recurrent and spiking neural networks.
-
Hello!
I just wanted to ask, is there any way that I can run spiking neural network rather than deep neural networks on NeuRRAM chip for training or inference using CIFAR-10 dataset ?
Thank you …
-
In `spiking_vgg.py` average pooling is used in favor of max pooling for the VGG's pooling layers. What is the reason for this deviation?