Encoder for numerical data instead of image_encoder #450
Answered
by
mahsa-ebrahimian
mahsa-ebrahimian
asked this question in
Q&A
|
Hi |
Answered by
mahsa-ebrahimian
Feb 19, 2021
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%. |
0 replies
|
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 <notifications@github.com> 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>
.
|
13 replies
|
Thanks for all the responses I could encode my data on Movie-Lens 100K dataset using below steps:
|
1 reply
Answer selected by
mahsa-ebrahimian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for all the responses I could encode my data on Movie-Lens 100K dataset using below steps: