🍕 cleanup readme, PoC: K8s Quantum Tensorflow Machine Learning deployment in K8s

This commit is contained in:
Dr. Mia von Steinkirch 2022-10-13 10:54:42 -07:00 committed by GitHub
parent 16faac5215
commit bc6f7acf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
# Tensorflow Quantum + K8s
# PoC: K8s Quantum Tensorflow Machine Learning deployment in K8s
<br>
## Theoretical Introduction
@ -22,6 +23,8 @@
---
<br>
## Steps:
### Prepare a quantum dataset
@ -57,7 +60,7 @@
- After evaluating the cost function, the free parameters in the pipeline should be updated in a direction expected to decrease the cost.
- This is most commonly performed via gradient descent.
<br>
-----
@ -69,6 +72,8 @@
* [TensorFlow Quantum](https://github.com/tensorflow/quantum/blob/master/docs/install.md).
<br>
----
### References