CQCL / lambeq

A high-level Python library for Quantum Natural Language Processing
https://cqcl.github.io/lambeq/
Apache License 2.0
439 stars 106 forks source link

Add more tutorials and example notebooks in the documentation #107

Open dimkart opened 1 year ago

dimkart commented 1 year ago

Description

In an open-source project like lambeq, you can never have too many tutorials or example notebooks. This open-ended task asks for contributions on this matter. Any meaningful tutorial is welcome, but some concrete suggestions are also provided below:

Notes

See also:

ACE07-Sev commented 1 year ago

May I first make a PR for a binary classifier, and then add the multiclass classifier as a extension of that?

It would also help me apply the feedback from that to the multiclass tutorial.

dimkart commented 1 year ago

Hi, we really don't need another binary classification example, since all tutorials are currently like that. I would say just proceed directly to the multi-class case. The changes are not that big anyway.