Skip to content

Commit bbf638e

Browse files
authored
[Doc] Fixing links - resolves #118 (#121)
1 parent 8ebd160 commit bbf638e

4 files changed

+6
-9
lines changed

examples/tutorial 1 - Using a Quantum Device to Extract Machine-Learning Features.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"2. Setup compilation and execution of these graphs for execution on a Quantum Device (either an emulator or a physical QPU).\n",
1717
"3. Launch the execution and extract the relevant machine-learning features.\n",
1818
"\n",
19-
"A [companion notebook](./tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel.ipynb) will guide you through machine-learning with QEK.\n",
19+
"A [companion notebook](https://pasqal-io.github.io/quantum-evolution-kernel/latest/tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel/) ([source](https://github.com/pasqal-io/quantum-evolution-kernel/blob/main/examples/tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel.ipynb)) will guide you through machine-learning with QEK.\n",
2020
"\n",
21-
"If, instead of using the library's high-level API, you prefer digging a bit closer to the qubits, you may prefer the companion [low-level notebook](./tutorial%201a%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features%20-%20low-level.ipynb) that mirrors this notebook, but using a lower-level API that will let you experiment with different quantum pulses."
21+
"If, instead of using the library's high-level API, you prefer digging a bit closer to the qubits, you may prefer the companion [low-level notebook](https://pasqal-io.github.io/quantum-evolution-kernel/latest/tutorial%201a%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features%20-%20low-level/) ([source](https://github.com/pasqal-io/quantum-evolution-kernel/blob/main/examples/tutorial%201a%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features%20-%20low-level.ipynb)) that mirrors this notebook, but using a lower-level API that will let you experiment with different quantum pulses."
2222
]
2323
},
2424
{

examples/tutorial 1a - Using a Quantum Device to Extract Machine-Learning Features - low-level.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"3. Launch the execution of this compiled register/pulse on a quantum emulator or a physical QPU.\n",
1818
"4. Use the result to extract the relevant machine-learning features.\n",
1919
"\n",
20-
"A [companion notebook](./tutorial%20220-20Machine20Learning20with20QEK.ipynb) reproduces the machine-learning part of the QEK paper.\n",
20+
"A [companion notebook](https://pasqal-io.github.io/quantum-evolution-kernel/latest/tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel/) ([source](https://github.com/pasqal-io/quantum-evolution-kernel/blob/main/examples/tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel.ipynb)) will guide you through machine-learning with QEK.\n",
2121
"\n",
22-
"If you are not interested in quantum-level details, you may prefer the companion [high-level notebook](./tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features.ipynb) that mirrors this notebook, but using a higher-level API that takes care of all such issues."
22+
"If you are not interested in quantum-level details, you may prefer the companion [high-level notebook](https://pasqal-io.github.io/quantum-evolution-kernel/latest/tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features/)([source](https://github.com/pasqal-io/quantum-evolution-kernel/blob/main/examples/tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features.ipynb)) that mirrors this notebook, but using a higher-level API that takes care of all such issues."
2323
]
2424
},
2525
{

examples/tutorial 1b - Training SVM QEK - low-level - generic dataset.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
"4. **Extract QEK Features for Machine-Learning**: Utilize the results from the quantum execution to derive relevant features using the `QEK` Kernel.\n",
2020
"5. **Train a Machine Learning Model**: Build and train the model using the extracted features.\n",
2121
"\n",
22-
"### Notes\n",
23-
"\n",
24-
"- A [companion notebook](./tutorial%20220-20Machine20Learning20with20QEK.ipynb) demonstrates advanced machine learning methods—including Grid Search—that can be used with the QEK kernel - using a real world molecular dataset.\n",
25-
"- If you prefer to work at a higher level without getting into quantum-level details, you might opt for the [high-level notebook](./tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features.ipynb), which abstracts these details using a more user-friendly API.\n",
22+
"A [companion notebook](https://pasqal-io.github.io/quantum-evolution-kernel/latest/tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel/)([source](https://github.com/pasqal-io/quantum-evolution-kernel/blob/main/examples/tutorial%202%20-%20Machine-Learning%20with%20the%20Quantum%20EvolutionKernel.ipynb)) demonstrates advanced machine learning methods—including Grid Search—that can be used with the QEK kernel - using a real world molecular dataset.\n",
2623
"\n",
2724
"---"
2825
]

examples/tutorial 2 - Machine-Learning with the Quantum EvolutionKernel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"4. Integrating the kernel and SVM into a scikit-learn **Pipeline** for streamlined workflows.\n",
3232
"5. Performing hyperparameter optimization using **GridSearchCV** to improve model performance.\n",
3333
"\n",
34-
"A [companion notebook](./tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features.ipynb) will guide you through using a Quantum Device to extract machine-learning features from graphs.\n",
34+
"A [companion notebook](https://pasqal-io.github.io/quantum-evolution-kernel/latest/tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features/)([source](https://github.com/pasqal-io/quantum-evolution-kernel/blob/main/examples/tutorial%201%20-%20Using%20a%20Quantum%20Device%20to%20Extract%20Machine-Learning%20Features.ipynb)) will guide you through using a Quantum Device to extract machine-learning features from graphs.\n",
3535
"\n",
3636
"\n",
3737
"In this tutorial, we use the results of the Quantum Device execution on a classical device (i.e. your computer) to create a Quantum Evolution Kernel. Since our algorithm combines steps that are executed on a Quantum Device and steps that are executed on a classical device, we call this a _hybrid algorithm_.\n",

0 commit comments

Comments
 (0)