Skip to content

BemTG/Verifiable-Linear-Regression-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verifiable Linear Regression Model using Cairo and Orion

Transitioning from Python's simplicity to Cairo's powerful capabilities utilising Orion's Framework.

Overview:

  1. Simple Linear Regression with OLS: Our starting point is a basic implementation of Simple Linear Regression using the Ordinary Least Squares (OLS) method in Python (check notebooks).

  2. Transition to Cairo: In the subsequent phase, we replicate the model to Cairo which is a language for creating STARK-provable programs.

  3. Utilisation of Orion framework : Orion is an Open-source Framework for Validity and ZKML which will enable us to catalyse our development in building verifiable Machine Learning models using STARKS.

With the utilisation of Cairo and the Orion Framwork, we're not just executing computations but making them verifiable. It means every inference and step in our model construction and prediction can be validated, offering unparalleled transparency and trustworthiness to our model.

Tip

Start with the notebook folder to recap OLS functions and then move over to the src folder for the Cairo & Orion implementations 😁

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published