-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Privacy-Preserving Machine Learning
By :

There are three types of implementation for HE. Let’s examine them now.
FHE is a type of encryption that allows computation to be performed on encrypted data without decrypting it. It means that the ciphertext can be used as input for a computation and the result will be a ciphertext as well, which can be decrypted to get the result of the computation. FHE is a powerful tool that can be used in various applications such as cloud computing, machine learning, and secure outsourcing. One of the main challenges of FHE is its computational complexity, which makes it impractical for many applications. However, recent advancements in FHE have led to the development of more efficient algorithms that reduce the computational overhead of FHE.
The Gentry scheme is one of the earliest and most well-known FHE schemes, but it has a high computational cost. More recent schemes, such as the CKKS scheme and the BFV scheme, offer more efficient...