2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python662 forks (662 forks)github user discovery
area/docshelp wantedkind/feature-requestskill-level/intermediate
Repository metrics
- Stars
- 2,180 stars (2,180 stars)
- PR merge metrics
- Avg merge 13d 10h (Avg merge 13d 10h)2 merged PRs in 30d (2 merged PRs in 30d)
Description
Is it possible to add one example of using gradient to do regression (for example, on sine curves) at the end of these gradient examples in https://www.tensorflow.org/quantum/tutorials/gradients? I would like to learn how to use the gradient after getting the gradient.
Thanks!
Contributor guide
- Research direction
- Study the existing gradient example at the provided URL, understand the gradient computation, then create a simple sine curve dataset and implement a linear regression using the computed gradients. Add the code and explanation to the end of the gradients tutorial.
- Tech stack
- pythontensorflow
- Domain
- machine learning
- Issue type
- Documentation
- Prerequisites
- PythonTensorFlowTensorFlow Quantum