From e55867696623884db18289d1fee0adb5331450b4 Mon Sep 17 00:00:00 2001 From: Peiyuan Liao Date: Sat, 13 Aug 2022 00:15:29 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b1d494..49cb306 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## zkml core +## zkml demo -_Truly private machine learning._ +_Private quantized linear regression on Ethereum._ This is a demo of the zkml protocol, which implements a zk-SNARK circuit where the proof verifies that a private model has a certain accuracy under a public dataset, as well as the public encrypted model is exactly the private model encrypted using the shared key.