Giter VIP home page Giter VIP logo

Comments (5)

christophe0606 avatar christophe0606 commented on May 24, 2024

Hi @dsm ,

Thank for the request. It is definitely something I have on my to do list and that I'd like to add to the library.

But before I can start the work, I have concluded I need additional abstractions in CMSIS-DSP to make it easier to build complex kernels. Vectorization and manual unrolling are unfortunately generating codes which are not very readable and maintainable.
So, I need something to help me writing a maintainable (and quick) SVD implementation.

Also, I have not yet decided on which implementation. Some are very fast for small matrices but very slow for bigger ones.

I was thinking perhaps about Jacobi SVD and only for square matrices.

Would you need rectangular matrices also ?

In summary, it is on my to do list but I can communicate any schedule and it is likely to take time before it is available in the library.

from cmsis-dsp.

dsm avatar dsm commented on May 24, 2024

Yes great to hear that, I need non-square matrices for pseudoinverse using SVD, I have 100-200 sensor data for curve fitting as 5 or 6 degree polynomial

from cmsis-dsp.

dsm avatar dsm commented on May 24, 2024

if anything need, I can help

from cmsis-dsp.

dsm avatar dsm commented on May 24, 2024

I think maybe implement svd using method of Golub and Reinsch, that repo is implement in pure c

SVD_golub_reinsch

Can you review this, please?

from cmsis-dsp.

christophe0606 avatar christophe0606 commented on May 24, 2024

@dsm It is indeed the Golub method I had planned to implement at some point.
Unfortunately, it won't be quick since I have lot of other things to do before.

But thanks for sharing this link. It looks interesting !

from cmsis-dsp.

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.