Encoder for numerical data instead of image_encoder #450
-
|
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
|
In example "eth_mnist", the step is: So I think you can : I'm new in this area. Don't believe me 100%. |
Beta Was this translation helpful? Give feedback.
-
|
Hi.
To start with, you should consider rate-encoding. The Poisson encoder can
encode any scalar value into spike trains, not just images.
You can also have a rate based readout at the output layer.
Don't hesitate to look at the network examples, as they contain useful
mechanisms, even if they use images as inputs.
Simon
Le mar. 26 janv. 2021 à 19:36, mahsa <[email protected]> a écrit :
… Hi
I am totally new in using Spike neural network and I am developing model
using bindsnet. The issue is that my dataset is numerical not image, so
when creating class dataset, I see there are only image_encoders available.
Could you please let me know how to encode my numerical data as spikes?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#450>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZ2IOBFHTYMEWTN6DKRKWLS34DUFANCNFSM4WT5IYKA>
.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for all the responses I could encode my data on Movie-Lens 100K dataset using below steps:
|
Beta Was this translation helpful? Give feedback.
Thanks for all the responses I could encode my data on Movie-Lens 100K dataset using below steps: