tensorflow / quantum

Hybrid Quantum-Classical Machine Learning in TensorFlow
https://www.tensorflow.org/quantum
Apache License 2.0
1.77k stars 560 forks source link

Query regarding the MNIST tutorial #720

Closed sauravtii closed 1 year ago

sauravtii commented 1 year ago

Does this tutorial create a quantum neural network model that can be deployed on an actual quantum computer ? If not, what changes needs to be made to that model so that it can be deployed on an actual quantum computer ?

lockwo commented 1 year ago

Yea you could deploy it on a QC. Depending on what QC you are using, might have to do a little converting, but nothing impossible.

sauravtii commented 1 year ago

Okay, thanks.

lockwo commented 1 year ago

You are welcome. Feel free to close the issue if there is nothing else.