qwqmlf / qwgc

Quantum Walk Graph Classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qwgc

License

qwgc stands for Quantum Walk Graph Classifier. This project aims to classify graph data with high accuracy. The key ideas of quantum machine learning and quantum walk are here.

How to install

First, clone remote repository to your local.

git clone https://github.com/qwqmlf/qwgc.git

and then,

cd qwgc
pip install -e .

If you don't have any errors, your build is success.

How to use

experiments.toml is the configuration (Hyper parameter) for QWGC.

Put hyper parameters and then run

cd qwgc
python QWGC.py

(This simulation may take a long time to finish)

Tutorials

Here is the tutorials how to use this (Japanese).

Acknowledgement

This project is supported by IPA mitou target project.

About

Quantum Walk Graph Classifier

License:Apache License 2.0


Languages

Language:Jupyter Notebook 97.0%Language:Python 3.0%