Skip to content

Commit ada3f13

Browse files
committed
clean
1 parent c35db20 commit ada3f13

8 files changed

+1494
-1057
lines changed

Notes/course_notes.bib

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ @book{nielsen2010quantum
55
publisher={Cambridge university press}
66
}
77

8+
@book{wilde2013quantum,
9+
title={Quantum information theory},
10+
author={Wilde, Mark M},
11+
year={2013},
12+
publisher={Cambridge University Press}
13+
}
14+
815
@inproceedings{lloyd2010quantum,
916
title={Quantum algorithm for solving linear systems of equations},
1017
author={Lloyd, Seth},

Notes/main.pdf

-10.3 KB
Binary file not shown.

Notes/main.tex

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentclass[11pt]{article}
1+
\documentclass{book}
22
\usepackage{subfiles}
33
\usepackage[toc,page]{appendix}
44

@@ -87,23 +87,31 @@
8787
\newtheorem{algorithm}[theorem]{Algorithm}
8888
\newtheorem{example}[theorem]{Example}
8989

90-
\title{Quantum Algorithms and Learning Theory\\\textit{Notes and Exercises}}
90+
\title{Quantum Algorithms and Learning Theory}
9191
\author{Faris Sbahi}
9292

9393
\begin{document}
9494
\maketitle
9595

96-
\abstract{In this document, we provide a presentation of the latest results in quantum learning theory alongside theoretical extensions. We also provide experimental analyses of quantum feature maps which can be used for supervised learning.
96+
\chapter*{Abstract}
97+
98+
In this document, we provide a presentation of the latest results in quantum learning theory alongside theoretical extensions. We also provide experimental analyses of quantum feature maps which can be used for supervised learning.
9799

98100
The first part of our paper is a review: First, we present an overview of quantum computation and information. Next, we present a review of the brief history of quantum machine learning. The subsequent part of our paper is an analysis of recent results in quantum learning theory: (1) information theoretic bounds on quantum computation learning, (2) supervised learning using hybrid quantum-classical circuits, and (3) Tang's \cite{tang2018quantum} idea of least-square sampling providing parallel classical algorithms for quantum machine learning algorithms that solve singular value transformation problems.
99101

100-
The last part of our paper provides new results on quantum feature maps which seek to solve the quantum encoding problem by encoding data inputs into a quantum state that implicitly performs the feature map given by a kernel function. Therefore, if the kernel is sufficiently difficult to evaluate classically, then there may exist a quantum advantage. Hence, we provide a geometric analysis of the properties of a kernel that may provide quantum advantage, and provide experimental results to demonstrate the robustness of particular candidate maps.}
102+
The last part of our paper provides new results on quantum feature maps which seek to solve the quantum encoding problem by encoding data inputs into a quantum state that implicitly performs the feature map given by a kernel function. Therefore, if the kernel is sufficiently difficult to evaluate classically, then there may exist a quantum advantage. Hence, we provide a geometric analysis of the properties of a kernel that may provide quantum advantage, and provide experimental results to demonstrate the robustness of particular candidate maps.
101103

102104
\tableofcontents
103105

106+
\chapter{Introduction}
107+
108+
Rough draft readers:
109+
110+
The "Introduction" and "Preliminaries" chapters are in progress. I plan a standard review of the necessary background from quantum information theory (see \cite{nielsen2010quantum} and \cite{wilde2013quantum}) to make the essential chapters of this thesis interpretable to a general Physics audience. Of course, I will primarily restate theorems and provide references in order to keep this portion succinct. For the time being, I've included my personal notes that I've kept since I began working on this project.
111+
104112
\subfile{nielsen_chuang_notes.tex}
105113

106-
\subfile{crypto_notes.tex}
114+
%\subfile{crypto_notes.tex}
107115

108116
\subfile{quantum_learning_notes.tex}
109117

Notes/nielsen_chuang_exercises.pdf

407 KB
Binary file not shown.

0 commit comments

Comments
 (0)