Skip to content

Commit

Permalink
Added Pennylane Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Nicotra committed Jul 8, 2021
1 parent fb3cdd6 commit fb2676c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions qml4jets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,9 @@
"metadata": {},
"source": [
"## QML Model\n",
"![Circuit](img/circuit.png)\n",
"<img width=50% src=\"https://raw.githubusercontent.com/PennyLaneAI/pennylane/master/doc/_static/pennylane_thin.png\"/>\n",
"\n",
"<img src=\"img/circuit.png\" alt=\"Circuit\" width=50%/>\n",
"\n"
]
},
Expand Down Expand Up @@ -1078,12 +1080,13 @@
]
},
{
"cell_type": "markdown",
"id": "d5d83038",
"metadata": {},
"source": [
"## Prediction distribution\n",
"You can plot the prediction distribution for both classes ($b$ and $\\bar{b}$) in order to check if a discrimination is possible."
],
"cell_type": "markdown",
"metadata": {}
]
},
{
"cell_type": "code",
Expand Down Expand Up @@ -1825,16 +1828,17 @@
]
},
{
"cell_type": "markdown",
"id": "1fef53a3",
"metadata": {},
"source": [
"# Final considerations\n",
"At this point you can do several things to improve this exercise:\n",
"- choose different circuit geometries\n",
"- choose a different set of input variables\n",
"- train and test on more data\n",
"- compare this quantum classifier with other \"classical\" classifier"
],
"cell_type": "markdown",
"metadata": {}
]
}
],
"metadata": {
Expand All @@ -1858,4 +1862,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit fb2676c

Please sign in to comment.