Skip to content

Commit b9f9f1f

Browse files
authored
Update README.md
1 parent 6af07be commit b9f9f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quantum Machine Learning (QML) Use Case with [Qiskit](https://qiskit.org/)
1+
# Quantum Machine Learning (QML) use cases with [Qiskit](https://qiskit.org/)
22

3-
__(1) Fraud_Detection_with_Qiskit:__ In the notebook, we have take Credit card fraud detection---a crucial use case in the financial industry---from [the kaggle competition](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud).
4-
The data is made of 284807 normal as well as fraudulent credit card transactions. Here the task is to train a machine learning model that can classify normal and fraud transactions. In the notebook, we have shown an implementation of [Variational Quantum Classifier (VQC)](https://qiskit.org/documentation/stable/0.19/stubs/qiskit.aqua.algorithms.VQC.html#qiskit.aqua.algorithms.VQC), which is a part of the QML module of Qiskit.
3+
__(1) Fraud_Detection_with_Qiskit:__ In the notebook, we have take credit card fraud detection---a crucial use case in the financial industry---from [the kaggle competition](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud).
4+
The data is made of 284807 normal as well as fraudulent credit card transactions. Here the task is to train a machine learning model that can classify normal and fraud transactions. In the notebook, we have given an implementation of [Variational Quantum Classifier (VQC)](https://qiskit.org/documentation/stable/0.19/stubs/qiskit.aqua.algorithms.VQC.html#qiskit.aqua.algorithms.VQC), which is a part of the QML module of Qiskit.

0 commit comments

Comments
 (0)