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`.