qiboteam / qiboml

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

Keras Interface #54

Open niccololaurora opened 1 week ago

niccololaurora commented 1 week ago

This is the implementation of the Keras Interface. This PR supports only the differentiation with TensorFlow as backend. In a future PR, I plan to enhance this Keras Interface by adding support for other types of differentiation, such as JAX.

As stated in issue #47, I had to change the Binary encoding implementation to use Symbolic Tensors.