spiking_relu_conversion icon indicating copy to clipboard operation
spiking_relu_conversion copied to clipboard

Results 6 spiking_relu_conversion issues
Sort by recently updated
recently updated
newest added

I have gone through your research work "Fast-Classifying, High-Accuracy Spiking DeepNetworks Through Weight and Threshold Balancing" and tried to do the simulation using the MATLAB code provided by you on...

Hi I read your paper with interest. but, I couldn't get the results of your paper experiment with this code. The code below is the parameter values I used. cnn.layers...

The file "normalize_nn_data.m" and "normalize_cnn_data.m" have the code such as : for l = 1 : numel(nn.size)-1 % Find the max and rescale weight_max = max(max(max(0, nn.W{l}))); activation_max = max(max(max(0,...

@dannyneil Hi Dan, Recently, I want to use the cifar10 datasets to training example_conv network. When I change part of the code for the cifar10, but there is a error...

Hi, When I ran this code on the network cnn_99.14, I see that the last layer weight scaling factor is different from that in the paper. Could you please let...

Hi Dan! Thanks for sharing your code. I was trying to add ReLU support to DeepLearningToolbox when I found this repository. Would you be so kind to help me with...