Code Monkey home page Code Monkey logo

quask's Issues

Equation of Geometric Difference

Hi,

I would like to clarify the following code that was used to implement geometric difference from the paper: "The power of data in quantum machine learning".

def calculate_geometric_difference(k_1, k_2, normalization_lambda=0.001):
"""
Calculate the geometric difference g(K_1 || K_2), which is equation F9 in
"The power of data in quantum machine learning" (https://arxiv.org/abs/2011.01938)
and characterize the separation between classical and quantum kernels.
Args:
k_1: Quantum kernel Gram matrix
k_2: Classical kernel Gram matrix
normalization_lambda: normalization factor, must be close to zero
Returns:
geometric difference between the two kernel functions (float).
"""

In the paper, geometric difference between classical and quantum (gcq ) is defined with k1 = classical kernel and k2 = quantum kernel. However, in your code implementation, k1 is quantum and k2 is classical. As the equation is asymmetric to the order of the matrices k1 and k2, could there be an error in the code implementation?

Thanks for taking the time to read this!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.