Giter VIP home page Giter VIP logo

Comments (3)

lukemarsden avatar lukemarsden commented on May 16, 2024

We're going to compare traces rather than outputs for evaluation.

from bacalhau.

lukemarsden avatar lukemarsden commented on May 16, 2024

We'll implement a basic trace comparison function used for confidence results in future milestones.

NOTE: this is a rabbithole and a big amount of data science work to get it robust.

Web interface might be useful to visualize the running system...

from bacalhau.

lukemarsden avatar lukemarsden commented on May 16, 2024

Notes on trace comparison...

The simplest time-series similarity measurement is the cross-correlation coefficient. Basically that’s where you place the signals on top of each other, then multiply each point, sum them all up. You can normalise if you have a frame of reference. Higher values mean the signals are more similar.
But it depends very much on the use case. For eg. how do you define similarity? If it “looks” similar? Or “sounds” similar. That’s one common interpretation between normal cross correlation and cross spectral density.
Outliers cause issues too if the process is noisy.
If the data can we “warped” i.e. squashed like doppler, then there’s methods to unwarp the signal.
And then there’s just good old mean squared error. If two signals are the same, then when subtracting one from the other (and squaring and summing), you should be left with zero. Anything non zero means the signals are not the same.
Lots of different ways!

Also, if you have more data, more signals, then there may be a more abstract space that gives a better measure of similarity. E.g. euclidian distance in many dimensions (for eg. cpu, ram. temp, gpu, hash of data, etc. etc.).

from bacalhau.

Related Issues (20)

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.