tensorflow / quantum

Hybrid Quantum-Classical Machine Learning in TensorFlow

Home Page:https://www.tensorflow.org/quantum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the output range from [-1,1] to [0,1] (probabilistic)?

Shuhul24 opened this issue · comments

As mentioned in the quantum MNIST tutorial (link), output ranges from [-1,1] but there's a note that mentioned that the output range can be shifted to [0,1]. How can it be done?