ProvableHQ / ProvableHQ/python-sdk
Research of efficient MNIST feature transformations, research zkML-friendly ML models for it, implement in transpiler and examples
Open
@kpandl is already working on this.
Since Sep 19, 2023.
- Dominant language
- Python
- Stars
- 45
- Forks
- 51
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 2
Description
The goal is to further improve MNIST performance (classification accuracy and constraint usage). For this, the following milestones need to be completed:
Milestone 1, feature pre-processing techniques
- Task: Research feature transformations that transform the MNIST images into lower-dimensional features with rich information
- Deliverable: Python code that performs feature pre-processing, experimental results how valuable the different techniques are for MNIST classification using common ML models
- Date: Thu, 9/28
Milestone 2, zkML-friendly ML model exploration
- Task: Research ML models that can classify these features well while being zkml-friendly
- Deliverable: Prototypical implementation of these models in Leo, estimation of constraint size
- Date: 10/4
Milestone 3, implementation of further models in the transpiler
- Task: Implement one (or more) promising models in the zkml Leo transpiler, run MNIST tests with these models
- Deliverable: Updated python code for the transpiler, Jupyter notebook running MNIST in Leo with the updated transpiler
- Date: 10/18
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.