matt-lourens / hierarqcal

Generate hierarchical quantum circuits for Neural Architecture Search.
https://matt-lourens.github.io/hierarqcal/
BSD 3-Clause "New" or "Revised" License
41 stars 15 forks source link

UnitaryHack Bounty - Quantum Machine Learning Tutorial: Music Genre Classification using HierarQcal #48

Closed matt-lourens closed 3 weeks ago

matt-lourens commented 2 months ago

Issue: Create a quantum machine learning tutorial in a Jupyter notebook using the Python package HierarQcal for classifying music genres.

Overview

This tutorial will guide users on using HierarQcal to create quantum circuit models for classification tasks. The goal is to provide a quantum machine learning template, where a user can obtain baseline model performance for a classification task. While focusing on the GTZAN dataset's country vs. rock genre pair, the tutorial should emphasize a robust pipeline for both classical and quantum aspects of QML.

Resources:

Key Notes

Requirements

References

Gopal-Dahale commented 1 month ago

@matt-lourens Created a PR on QML for music genre classification. I will need your help on the different QCNN architectures used in the paper to extend the tutorial and benchmark them.