-
Notifications
You must be signed in to change notification settings - Fork 330
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
Add more classifier #492
Comments
There's this project implementing other quantum classification and regression methods : https://github.com/mspronesti/qlearnkit |
Yeah, thanks for the share, it includes QKmeans, Qridge, QSVM K-NN, regression, dataset, encoding map, swaptest circuit, but it's not fit the latest qiskit version. |
Why not ? It seems it does to me. |
thanks, I just see that it fit with the sources code, but not the latest release version. |
For example, quantum KNN requires either access to quantum memory to keep the states handy or re-creation of states every time when a distance is evaluated. Thus, the quantum version of the algorithm does not bring any advantages over the classical version. I can't say the above mentioned algorithms suffer from the same problem, they have to be studied and evaluated if they can bring value for this package. If you want to develop one of them, and possibly to contribute them, we can discuss in more details. |
What should we add?
we should include more classifiers:
https://github.com/GroenteLepel/qiskit-quantum-knn
https://arxiv.org/pdf/2210.02355.pdf
https://github.com/maiyuren/Quantum-Random-Forest
Maybe we should add these also:
The text was updated successfully, but these errors were encountered: