Skip to content

Commit

Permalink
Fixing Typo on Line 106 (#564)
Browse files Browse the repository at this point in the history
I am part of the Qiskit German translation team and noticed the typo here: "Classification with the an `EstimatorQNN`" This needs to be changed as follows "Classification with an `EstimatorQNN`".
  • Loading branch information
zinaefchary authored Feb 20, 2023
1 parent c103791 commit 8305e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"id": "religious-history",
"metadata": {},
"source": [
"### Classification with the an `EstimatorQNN`\n",
"### Classification with an `EstimatorQNN`\n",
"\n",
"First we show how an `EstimatorQNN` can be used for classification within a `NeuralNetworkClassifier`. In this context, the `EstimatorQNN` is expected to return one-dimensional output in $[-1, +1]$. This only works for binary classification and we assign the two classes to $\\{-1, +1\\}$."
]
Expand Down

0 comments on commit 8305e56

Please sign in to comment.