qiboteam / qiboml

Quantum Machine Learning using Qibo
Apache License 2.0
9 stars 3 forks source link

One implementation of symbolical differentiation #16

Closed MatteoRobbiati closed 19 hours ago

MatteoRobbiati commented 5 months ago

We should benchmark the performances of automatic differentiation provided by the three frameworks (TF, PyTorch, Jax) with the case of keeping these only as frontend while using only one of them to compute the symbolic gradients.

alecandido commented 5 months ago

The performances are not going to be drastically different, they are backed by the same (or almost the same) linear algebra, and compiling the graph doesn't take that much.

I'd not consider performances as the discriminator in what to choose.