Skip to content
Snippets Groups Projects
Commit af83fe72 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update nvidia-cuda-q.md

parent 105d4df0
No related branches found
No related tags found
1 merge request!468Master
Pipeline #37685 failed
# CUDA Quantum for Python on Barbora
# CUDA Quantum for Python
## What Is CUDA Quantum?
......@@ -56,7 +56,7 @@ result = cudaq.sample(kernel)
See the Cuda Quantum PyPI website at [https://pypi.org/project/cuda-quantum/][2].
## Example QNN:
## Example QNN
In the *qnn_example.py* you find a script that loads FashionMNIST dataset, chooses two data type (shirts and pants), then we create a Neural Network with quantum layer.This network is then trained on our data and later tested on the test dataset. You are free to try it on your own. Download the [QNN example][a] and rename it to `qnn_example.py`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment