jimmy60504/QML-Classifier-Explorer
0
QML Classifier Explorer
Static Hugging Face viewer for HW1 Problem 2 — comparing three quantum machine learning classification methods on two datasets.
What this experiment is about
Three QML approaches are evaluated on binary classification:
Two datasets:
- Circle — concentric ring structure (as used in Ref. [4])
- Moons —
sklearn.datasets.make_moons(noise=0.1, n_samples=200)
Viewer contents
- Decision boundary grid — 3 methods × 2 datasets (6 plots)
- Training curve — accuracy and loss vs epoch, with step slider
- Comparison table — test accuracy, trainable parameters, training time
Generating runtime data
Run on gx10:
# training + export
ssh gx10 "cd ~/quantum_computing && GX10_DOCKER_NETWORK=gx10-mlflow ./scripts/gx10_run_py.sh HW1/problem2/train.py --run-name q2-l4-e50 --tracking-uri http://gx10-mlflow-server:5001"The export populates runtime/viewer_data.json which the viewer picks up automatically. Without a runtime export the viewer shows the template placeholder.
