#108 · Primary category: Deep Learning Frameworks
quantum
An open-source Python framework for hybrid quantum-classical machine learning.
Project last updated:08/05/26
GitHub Stars
2.2K
Forks
664
Contributors
45
License
Apache-2.0
Why we included this project
TensorFlow Quantum is the practical route when you want to train machine learning models directly on quantum circuits while staying inside the TensorFlow ecosystem. Quantum circuits and Pauli operators become first-class tensors, so you can batch heterogeneous circuits and compute expectation values, samples, or state simulations with gradients that flow cleanly back through Keras layers. Because circuit definition happens in Cirq and simulation runs through qsim, researchers can prototype a hybrid quantum-classical pipeline on a classical simulator and carry the same code path onto real hardware later. The framework targets people studying quantum data, parameterized circuits, and the variational models behind much of near-term NISQ research, though it expects you to know both quantum computing basics and TensorFlow before you get far.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.