NeuromorphicProcessorProject / snn_toolbox

Toolbox for converting analog to spiking neural networks (ANN to SNN), and running them in a spiking neuron simulator.
MIT License
360 stars 104 forks source link

Image Reconstruction #121

Closed Rashedape closed 2 years ago

Rashedape commented 2 years ago

Hello @rbodo, Is it possible to reconstruct image using snn_toolbox?

Thanks

rbodo commented 2 years ago

The toolbox currently assumes a classification task; you'd have to modify how the output layer is treated to make it work.