0

I want to know more details about the encoding process in machine learning. I have read the source code about the "ApproximateInputEncoder" method. It seems like a complex method. So is there any paper or document to explain the mechanism in detail of the encoding process?

blunova
  • 201
  • 1
  • 3
  • 11
W.xueshan
  • 43
  • 4

1 Answers1

1

QDK machine learning library is based on the paper 'Circuit-centric quantum classifiers', Maria Schuld, Alex Bocharov, Krysta Svore and Nathan Wiebe, I would start looking for details there. Section A "State preparation" mentions preparing the input states and some references for the routines that can be used.

Mariia Mykhailova
  • 9,010
  • 1
  • 12
  • 39
  • Thank you. I have read the paper "Circuit-centric quantum classifiers", Section A doesn't seem to provide much information. Maybe I need to read the references paper. Thanks again. – W.xueshan Apr 27 '22 at 02:17