You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,5 @@ After Feature selection, we have shown how to perform classification with [Qiski
8
8
9
9
__(3) QUBO_with_Qiskit:__ In this notebook, we have shown how to generate a general __QUBO__ problem and solve it using [__VQE__](https://qiskit.org/documentation/stubs/qiskit.algorithms.minimum_eigensolvers.SamplingVQE.html) and [__QAOA__](https://qiskit.org/documentation/stubs/qiskit.algorithms.QAOA.html) implementation of Qiskit. We have also given other methods for solving a QUBO problem.
10
10
11
-
__(4) Image_Classification_using_QNN_with_Qiskit:__ In this notebook, we have created a dataset of images. Each image is---a binary matrix---made of either vertical strips (class 1) or horizontal strips (class 0). Here the machine learning task is to classify these two kinds of images. The task is completed using the [__(VQC)__](https://qiskit.org/documentation/stable/0.19/stubs/qiskit.aqua.algorithms.VQC.html#qiskit.aqua.algorithms.VQC).
11
+
__(4) Image_Classification_using_QNN_with_Qiskit:__ In this notebook, we have created a dataset of images. Each image is---a binary matrix---made of either vertical strips (class 1) or horizontal strips (class 0). Here the machine learning task is to classify these two kinds of images. The task is completed using the [__VQC__](https://qiskit.org/documentation/stable/0.19/stubs/qiskit.aqua.algorithms.VQC.html#qiskit.aqua.algorithms.VQC).
12
+

0 commit comments