Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
added readme for algorithms sudoku solver (#556)
Browse files Browse the repository at this point in the history
* added readme for algorithms sudoku solver

* added machine learning sample readme

* Update samples/machine-learning/README.md

Co-authored-by: Mathias Soeken <[email protected]>

* Update samples/machine-learning/README.md

Co-authored-by: Mathias Soeken <[email protected]>

* Apply suggestions from code review

Co-authored-by: Mathias Soeken <[email protected]>
  • Loading branch information
Eugene Chung and msoeken authored Oct 4, 2021
1 parent a4a3269 commit 5c96c6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- **[Simple Grover](./simple-grover)**:
This sample introduces Grover's algorithm for a simple hard-coded example.
- **[Sudoku Grover](./sudoku-grover)**;
This sample uses Grover's search algorithm to solve Sudoku puzzles.
- **[Database Search](./database-search/)**:
This sample demonstrates how to use Grover's algorithm to efficiently search a database represented as a quantum register.
- **[Integer Factorization](./integer-factorization/)**:
Expand Down
7 changes: 7 additions & 0 deletions samples/machine-learning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Machine Learning Samples

- **[Half Moons](./half-moons)**
This sample demonstrates how to use the quantum machine library to train a sequential model on the half-moons dataset.

- **[Parallel Half Moons](./parallel-half-moons)**
This sample demonstrates how to use the quantum machine library to train a sequential model on the half-moons dataset, parallelizing over target machines.

0 comments on commit 5c96c6c

Please sign in to comment.