Giter Club home page Giter Club logo

Comments (4)

sldriedler avatar sldriedler commented on June 30, 2024

Hi, thank you for your feedback.

The energy is estimated using "traditional" machine learning:
https://github.com/SiliconLabs/mltk/blob/master/mltk/core/tflite_micro/accelerators/mvp/estimator/base_estimator.py#L123

For each layer in the model, the various parameters are extracted/calculated and then provided as in input a an energy prediction ML model.
The ML model then generates a "prediction" on the amount of energy that layer would require for the given parameters.
All of the layers' predictions are then summed together to get the total estimated energy required by the model.

Hope this helps.

from mltk.

veysiadn avatar veysiadn commented on June 30, 2024

Thank you for your quick response.
Is there any reference for this "traditional" machine learning model for the estimation?
I'm curious about how accurate these estimations are.

from mltk.

sldriedler avatar sldriedler commented on June 30, 2024

The energy estimating models are "experimental" and the details for them are not published.
They work best with the CNNs, especially standard model architectures such as MobileNet and ResNet.
We were seeing accuracies between 5-20%.

from mltk.

veysiadn avatar veysiadn commented on June 30, 2024

I understand, thanks again. I guess the estimation accuracy is too low for me to use it as reference.
I think this issue can be closed then.

from mltk.

Related Issues (3)

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.