Skip to content

Commit 07ee21b

Browse files
authored
Update README.md
1 parent 754b062 commit 07ee21b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ After Feature selection, we have shown how to perform classification with [Qiski
88

99
__(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.
1010

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+
![Screenshot from 2023-07-01 12-47-17](https://github.com/ArunSehrawat/Quantum_Machine_Learning_use_cases_with_Qiskit/assets/99533657/b241f906-e467-44c4-a37e-b53c233e87de)

0 commit comments

Comments
 (0)