jeshraghian / snntorch

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

Exoplanet Hunter and some Chinese Tutorials Uploaded #278

Closed ruhai-lin closed 6 months ago

ruhai-lin commented 6 months ago

I added the tutorial_exoplanet_hunter.ipynb file into snntorch\examples\ folder.

I also modified snntorch\docs\tutorials\tutorials.rst, but

https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_exoplanet_hunter.html

does not exist at this moment so the link won't work. I don't really remember how to convert the files into html....\

Also I actually made some little progress on the translation. I was going to upload everything when I finish all of them but I don't quite know how to only merge one file either....I will keep working on this during the winter break.

jeshraghian commented 6 months ago

does not exist at this moment so the link won't work. I don't really remember how to convert the files into html....\

This is fine, you can see what the URL will be based on other files in the same directory. And if you get it wrong, no problem - we will update it in a new pull request.

Also I actually made some little progress on the translation. I was going to upload everything when I finish all of them but I don't quite know how to only merge one file either....I will keep working on this during the winter break.

One by one is fine in separate pull requests; easier to track!