Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Description

CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with [Homomorphic Encryption](https://www.cs.cmu.edu/~odonnell/hits09/gentry-homomorphic-encryption.pdf).
Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted.
Therefore, it allows keeping data private while outsourcing computation (see [here](http://homomorphicencryption.org/) and [here](https://www.microsoft.com/en-us/research/project/homomorphic-encryption/) for more about Homomorphic Encryptions and its applications).
Expand Down