diff --git a/README.md b/README.md index 0d712c7..967cdd7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Tensorflow Quantum + K8s +# PoC: K8s Quantum Tensorflow Machine Learning deployment in K8s +
## Theoretical Introduction @@ -22,6 +23,8 @@ --- +
+ ## 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. - +
----- @@ -69,6 +72,8 @@ * [TensorFlow Quantum](https://github.com/tensorflow/quantum/blob/master/docs/install.md). +
+ ---- ### References