Intelligent-Computing-Lab-Yale / Rate-vs-Direct

[ICASSP2022] RATE CODING OR DIRECT CODING: WHICH ONE IS BETTER FOR ACCURATE, ROBUST, and ENERGY-EFFICIENT SPIKING NEURAL NETWORKS
19 stars 2 forks source link

rates and direct encoding #1

Closed liyanjie001 closed 2 years ago

liyanjie001 commented 2 years ago

I have some questions about rates and direct encoding that I would like to ask you. In this paper, _RATE CODING OR DIRECT CODING: WHICH ONE IS BETTER FOR ACCURATE, ROBUST, AND ENERGY-EFFICIENT SPIKING NEURAL NETWORKS?_you set the threshold voltage of each layer to 1 in both VGG5 and VGG9 networks. Can this value be decreased or increased?

liyanjie001 commented 2 years ago

hello,I have some questions about rates and direct encoding that I would like to ask you. In this paper, _RATE CODING OR DIRECTCODING: WHICH ONE IS BETTER FOR ACCURATE, ROBUST, AND ENERGY-EFFICIENT SPIKING NEURAL NETWORKS?_you set the threshold voltage of each layer to 1 in both VGG5 and VGG9 networks. Can this value be decreased or increased?

youngryan1993 commented 2 years ago

Hi thanks for the question.

Sure, you can change the threshold value in the code "m.threshold = 1.0". Based on my experience, too large or too small threshold value decreases the accuracy.