lava-nc / lava-dl

Deep Learning library for Lava
https://lava-nc.org
BSD 3-Clause "New" or "Revised" License
149 stars 71 forks source link

Added XOR-Regression tutorial. #227

Closed ahenkes1 closed 1 year ago

ahenkes1 commented 1 year ago

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:

Pull request type

Does this introduce a breaking change?

Supplemental information

timcheck commented 1 year ago

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.

ahenkes1 commented 1 year ago

@timcheck , @bamsumit everything should be fine now!

ahenkes1 commented 1 year ago

Hello @timcheck , @bamsumit , @PhilippPlank , is there still something to do here?