Creating a SNN model on numerical data #451
Replies: 5 comments 10 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
The MNIST dateset in the above example has been normalize to value between 0 to 255. Then the encoder use the pixel value and convert it to spike train. |
Beta Was this translation helpful? Give feedback.
-
Hi, the link above seems to be broken, COuld u reshare? |
Beta Was this translation helpful? Give feedback.
-
I have fed my data into the SNN model in the supervised_mnist.py, underneath bindsnet examples. The problem is that it is giving me 0 precision and recall. As my dataset is imbalanced and I have two classes of 0 and 1 which is skewed toward 0s, what is your suggestion for improving the training model to achieve higher precision? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to add precision and recall of model to be considered during training process? Currently labels are updated based on accuracy only, It would be great to update them based on accuracy, precision and recall all together. |
Beta Was this translation helpful? Give feedback.
-
Hi All
I am totally new to Spiking neural network and do my research in this area. I am going to use bindsnet. I have been trying to find a sample code for a classification model and came up with below article:
https://www.frontiersin.org/files/Articles/409297/fninf-12-00089-HTML/image_m/fninf-12-00089-g005.jpg
Here is my code and I am facing errors on network run.
https://github.com/mahsa-ebrahimian/Shilling_Attack_Detection/blob/main/Simple_Supervised.ipynb
Could you please help me with the code or let me know if there is any example which has used a numerical dataset (not image) with SNN classification model.
Beta Was this translation helpful? Give feedback.
All reactions