Introduction
The point is no longer that quantum mechanics is an extraordinarily (and for Einstein, unacceptably) peculiar theory, but that the world is an extraordinarily peculiar place.
—N. David Mermin
This chapter covers the topic of quantum classification algorithms. You will see how quantum classification algorithms are implemented in real life. Code examples are presented for different algorithms such as quantum classifiers, support vector machines, and sparse support vector machines.
Initial Setup
You need to set up Python 3.5 to run the code samples in this chapter. ...