From ca05fd01a2c841044f3c40d4d1ed99342edaab4e Mon Sep 17 00:00:00 2001 From: Vikram Saraph <93892166+vhxs@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:55:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a6ae9..92cfac0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SHIELD: Secure Homomorphic Inference for Encrypted Learning on Data -SHIELD is a library for evalating pre-trained convolutional neural networks on homomorphically encrypted images. It includes code for training models that are suitable for homomorphic evaluation. Implemented neural network operations include convolution, average pooling, GELU, and linear layers. +SHIELD is a library for evaluating pre-trained convolutional neural networks on homomorphically encrypted images. It includes code for training models that are suitable for homomorphic evaluation. Implemented neural network operations include convolution, average pooling, GELU, and linear layers. This code was used to run the experiments supporting the following paper: [High-Resolution Convolutional Neural Networks on Homomorphically Encrypted Data via Sharding Ciphertexts ](https://arxiv.org/abs/2306.09189). However, operators defined in this project are generic enough to build arbitrary convolutional neural networks as specified in the paper.