-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added XOR-Regression tutorial. #227
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ahenkes1 for the contribution. This looks good overall. I especially like the thorough description :). Here are few of my comments.
Thanks @ahenkes1, looks really nice. I agree with @bamsumit install instructions are already available https://github.com/lava-nc/lava-dl/#windowsmacoslinux, so should not be included in the tutorial itself. You could also add your tutorial to the list of tutorials on https://github.com/lava-nc/lava-dl#getting-started. |
Hello @timcheck , @bamsumit , @PhilippPlank , is there still something to do here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @ahenkes1 . Thank you for your contribution.
Objective of pull request:
I wrote a simple, minimalistic regression tutorial using the lava-dl framework. It consists of optional installation instructions for Google Colab, such that everybody can directly dive into it without problems! A simple XOR task is solved using a small CUBA network. Despite being a toy example, this tutorial can aid as a basis for LAVA-DL beginners interested in regression tasks. Important keywords are linked to further resources.
Pull request checklist
Your PR fulfills the following requirements:
flakeheaven lint src/lava tests/
) and (bandit -r src/lava/.
) pass locallypytest
) passes locallyPull request type
Does this introduce a breaking change?
Supplemental information