QuClassi is a Quantum Deep Neural Network architecture for classification, based on quantum state fidelity
To use QuClassi, install the requirements by using
pip install -r requirements.txtWithin main.py, there is a subsampling section
SUBSAMPLE = 1000This is to be edited according to computational constraints. More data results in slower training speeds, and hence subsamples are used for quicker evaluation.
From here, to run the system, run the command
python main.pySubsample sets can be edited by editting the training labels and training datasets accordingly.