Phase 5 ยท Weeks 22-25

Quantum Machine Learning

Where your two skill trees merge. Variational circuits are "neural networks made of quantum gates" - trained with the same PyTorch-style loops you already know. This phase is also where most of the papers from your original list get read, on schedule, with the background to enjoy them.

Spine: PennyLane demos + Schuld & Petruccione Tools: PennyLane, Qiskit Machine Learning Six papers, scheduled
Week 22

Variational circuits and data encoding

The core loop of near-term QML: encode data into a circuit, apply parameterized gates, measure an expectation value, compute a loss, update parameters - gradient descent on gate angles.

Study

Exercises

Checkpoint

You can state the cost, in qubits and circuit depth, of amplitude-encoding a 128-sample I/Q frame - and why that cost is the central obstacle for quantum radio ML.

Week 23

Quantum kernels and feature Hilbert spaces

The other pillar of QML: treat the quantum state as a feature map and compute kernels classically-inaccessibly. Two of your listed papers are this week's reading.

Study

Exercises

Checkpoint

You can explain in one paragraph what would need to be true of a dataset for a quantum kernel to beat all classical kernels - and why nobody has convincingly shown it on natural data yet.

Week 24

Trainability: barren plateaus, and why QCNNs escape

The week that separates people who can read QML headlines from people who can evaluate them. Three papers, all from your list, in the right order.

Study

Exercises

Checkpoint

You can explain to a classical-ML friend what a barren plateau is, and the structural property of QCNNs that avoids it.

Week 25

Build a QCNN

Study

Exercises

Checkpoint

Your QCNN trains, and you can name every design decision in it (encoding, ansatz, measurement, loss) with a reason.

Phase gate: self-test before Capstone B

Target: 7 of 9, closed book.

  1. Angle vs amplitude encoding: qubit cost and depth cost of each, for a d-dimensional input?
  2. What is the parameter-shift rule and why is it needed (why not ordinary backprop through the device)?
  3. Define a quantum kernel in one equation.
  4. What is a barren plateau, mechanically - what quantity vanishes, and how fast?
  5. Describe QCNN pooling and how it differs from max pooling.
  6. Why does a QCNN's parameter count scale logarithmically with qubits, and why does that matter for trainability?
  7. QCNN vs quanvolutional network - one sentence each.
  8. Name two honest reasons a quantum classifier might lose to a classical one of equal parameter count on RadioML-style data.
  9. What claim would the Havlicek paper support, and what claim would it NOT support, about quantum advantage in ML?