IBM-Quantum-Technical-Enablement / quantum-enablement

IBM Quantum Engineering and Enabling Technologies
Apache License 2.0
26 stars 8 forks source link

docs(notebooks): add QNN tutorial #25

Open MeltemTolunay opened 3 months ago

MeltemTolunay commented 3 months ago

Summary

QNN training tutorial with QCNN ansatz

Details and comments

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9346411820

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 8708380490: 0.0%
Covered Lines: 290
Relevant Lines: 290

💛 - Coveralls
miamico commented 3 months ago

Very quick comment, let's move the notebook to the docs/notebooks folder

miamico commented 3 months ago

Other comments to address to make this in shape for a PR:

MeltemTolunay commented 2 months ago

I now added a gradient function with parameter shift rule, qiskit patterns formalism, code to run on hardware and more text explaining the code.

MeltemTolunay commented 1 month ago

New changes include:

In addition, Mirko's previous comments regarding SPSA, Qiskit Patterns framework, and cell explanations are fully addressed.