Data Analysis: Quantum Vs Classical Computing
In this project I will compare the accuracy of a classifier algorithm, using a quantum computer vs a classical computer. In the output, we will compare the top features selected by the quantum computer and the ones chosen by the classical one. To be able to code all in Python in an easy way I will use the Qiskit package. Github Repository Description As mentioned before, we are going to compare two machines performing a classification task, the algorithm that we will put to the test is called SVC (Support Vector Classifier), which is an implementation of an SVM (Support Vector Machine) for classification tasks....