Giter Club home page Giter Club logo

Comments (5)

mdymczyk avatar mdymczyk commented on May 26, 2024

Being worked on by NVidia.

from h2o4gpu.

teju85 avatar teju85 commented on May 26, 2024

@mdymczyk @pseudotensor
We did discuss about implementing KF as one of the solvers inside h2o4gpu quite sometime back. The more we read and gather info from the experts (in HPC/ML alike), the more we see KF as a generic algorithm.

Let me explain.

Everyone has their own way of data assimilation and as such, there are a myriad of variants of KF’s (Wavelet KF, linear KF, LETKF, etc…) The only common part of all these KF variants is the linear solver which happens to be solved using QR factorization, Cholesky decomp, or probably even explicitly! However, even the decision as to which solver to use for this is very specific to the problem set at hand.

Hence, it sounds like it’ll always be very customer/problem specific. This makes creating a generic “KF library” is almost impossible.

Better way to provide support would be to improve the gpu-enabled solver libraries to better support these use-cases.

Do you guys agree with my understanding so far? Or do you think I’m missing something important?

A question specifically to H2O: when KF was put in H2O’s roadmap, were there any specific use-cases or customers being targeted?

Regards,
Thejaswi

from h2o4gpu.

mdymczyk avatar mdymczyk commented on May 26, 2024

@teju85 thanks for the research!

@arnocandel @pseudotensor @IzuiT do you think we could use KF in any capacity for DAI?

from h2o4gpu.

teju85 avatar teju85 commented on May 26, 2024

@mdymczyk @arnocandel @pseudotensor @IzuiT
We currently have a single GPU version of linear KF implemented by one of our interns.
He has closely followed filterpy's APIs to implement this, but currently in C++.

Do you guys have any more inputs for us on KF, that can help us further concentrate our efforts?

from h2o4gpu.

pseudotensor avatar pseudotensor commented on May 26, 2024

Awesome. They would make a great way to deal with some time series type of target encoding to see if the filtered version is a good feature, for example.

from h2o4gpu.

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.