Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max-cut and Hierarchical Learning #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajrazander
Copy link

Summary

The Max-cut_vs_k_means.ipynb notebook implements k-means and the max-cut problem solved by QAOA to cluster data. The max-cut problem solved by QAOA is effectively a binary classifier. The Max-cut_2+_divisive_clustering.ipynb notebook is a sequel tutorial where 2+ clustering groups are formed by applying the same max-cut problem solved by QAOA approach but in a divisive hierarchical scheme.

Details and comments

These are the first tutorials I have contributed, and first time I have done a pull request. I would appreciate feedback so they become as useful as possible. I did see the max-cut tutorial under optimization. However, this has an AI focus--particularly in the second notebook. It also expands to hierarchical analysis which is not covered in any notebook yet.

@CLAassistant
Copy link

CLAassistant commented Jun 23, 2020

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants