Giter VIP home page Giter VIP logo

Comments (4)

umut-sahin avatar umut-sahin commented on July 29, 2024

Graph is for representing computation (e.g., a graph can represent (x * 2) + y).
Circuit is the result of compilation.

We convert Python functions to graphs, and then graphs to MLIR. We give the MLIR to our compiler, compiler compiles the code into a native binary, and gives back a circuit that contains that native binary. And we use circuits for encryption, running, etc.

from concrete-ml.

maxwellgodv avatar maxwellgodv commented on July 29, 2024

Thanks,I have one more question,How is graph evaluation and noise simulation implemented in fhe_simulation_inference function?

from concrete-ml.

RomanBredehoft avatar RomanBredehoft commented on July 29, 2024

Hello @maxwellgodv and sorry for the late answer, most of our team was off for the past days ! You can find more information about the simulation process in Concrete's documentation. However, Concrete-ML does not use Concrete's latest simulation version yet (it will soon). This means that currently, simulation is basically still walking through the graph and adding random noise when needed. Here's a similar answer from @umut-sahin.

Hope this helps !

from concrete-ml.

RomanBredehoft avatar RomanBredehoft commented on July 29, 2024

Hello @maxwellgodv, if you think we successfully answered your question, feel free to close this issue !

from concrete-ml.

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.