XanaduAI / quantum-transfer-learning

A transfer learning approach applied to hybrid neural networks composed of classical and quantum elements.
Apache License 2.0
70 stars 35 forks source link

A relatively simple question #13

Open OnePl3 opened 1 year ago

OnePl3 commented 1 year ago

I see in your paper that. This work was run on a quantum computer

Forgive my ignorance, I just came across this concept. I want to know if I can run your demo if I don't have a quantum computer.

Based on Pennylane[https://github.com/PennyLaneAI/pennylane]

CatalinaAlbornoz commented 1 year ago

Hi @OnePl3, thank you for your question. You can absolutely run this demo on a laptop. Usually we start by using simulators which run on classical computers, and depending on the application you can try it out on actual quantum hardware.

If you're new to quantum computing I encourage you to start learning about it by going through the Xanadu Quantum Codebook, our PennyLane YouTube tutorials, and the demonstrations on the PennyLane website.

If you have any questions the best place to ask them is our discussion Forum!

And welcome to the PennyLane quantum community!