Hi,
I would like to show you one of my research blog which is recently published on Medium about " Quantum Computing Concepts and Implementation in Python". In this blog I have explained the basics of Quantum computing, how quantum computing principles change our existing neural network performance, basic libraries that we can use to implement the Quantum Neural Network and then I have discussed the implementation of QNN on MNIST dataset. The blog is available here :Quantum Computing Concepts and Implementation in Python
It is suitable for those who want to learn basics of Quantum computing in depth. Hope it will be helpful for all.
Thanks
Sure Igsum, I am next working to implement the QNN using Tensorflow Quantum. I have just a Question… How to save and inference Tensorflow Quantum model? Can you please help me in this.
for save and inference, I’d first try the default Keras API with the save method and the predict method
but again, this is just a guess as I never studied this library myself