We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developing a Quantum neural network or convolutional neural network using Flax
The idea is to first create a simple quantum neural network (the simplest being a single qubit classifier) in Flax. If possible build upon it to create a QCNN. A tutorial is present on how to create QCNN in JAX. This tutorial is based on the neural network tutorial from JAX and Using JAX with PennyLane.
In JAX, the user has to define the classical neural networks from scratch and therefore we want to use Flax to make this easier.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aim
Developing a Quantum neural network or convolutional neural network using Flax
Details
The idea is to first create a simple quantum neural network (the simplest being a single qubit classifier) in Flax. If possible build upon it to create a QCNN. A tutorial is present on how to create QCNN in JAX. This tutorial is based on the neural network tutorial from JAX and Using JAX with PennyLane.
In JAX, the user has to define the classical neural networks from scratch and therefore we want to use Flax to make this easier.
Resources
The text was updated successfully, but these errors were encountered: