jeshraghian / snntorch

Deep and online learning with spiking neural networks in Python
https://snntorch.readthedocs.io/en/latest/
MIT License
1.28k stars 217 forks source link

How does it represent temperature? #258

Closed Whale-xh closed 11 months ago

Whale-xh commented 11 months ago

Thank you very much for your contribution in the SNN field.

When I am researching SNNTORCH to predict temperature, how should I represent the predicted temperature?

Thank you very much!

ahenkes1 commented 11 months ago

I assume you want to predict temperature? It is a real number, so you should check out the regression tutorials on the website! Does this help?