Learning method of eth_mnist.py and results #574
Replies: 3 comments 3 replies
-
For more information on the training and testing method, please read Unsupervised learning of digit recognition using spike-timing-dependent plasticity and for more details Lattice map spiking neural networks (LM-SNNs) for clustering and classifying image data or arXiv To save the trained network use the operator Because To identify the misclassified image compare the label of the data in |
Beta Was this translation helpful? Give feedback.
-
Hi @Hananel-Hazan , thanks for the reply, great info.
Could you please let me know where I would find |
Beta Was this translation helpful? Give feedback.
-
Hi, so I know the eth_mnist.py network uses the Diehl and Cook 2015 method with STDP, but how does it actually sort the digits into classes (such as K-means or K nearest neighbour clustering). Is there anywhere we can view the results and which images where incorrectly identified?
Also, is there any way the network accuracy can be saved so that it can start from, say, 85% accuracy on the next time it is loaded instead of starting from zero again?
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions