CryptoNets icon indicating copy to clipboard operation
CryptoNets copied to clipboard

CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication ove...

Results 16 CryptoNets issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

From the description of the cryptonets, we find the input of layer 3 is 5 * 13 * 13,and the output of the layer 3 is also 5 * 13...

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.9.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.1.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies

Hello, when I installed the CryptoNets I meet an error that error CS0234 The type or namespace name 'research' does not exist in namespace 'Microsoft' (missing assembly reference?) HE Wrapper,...

The [original CryptoNets paper](http://proceedings.mlr.press/v48/gilad-bachrach16.pdf) mentions that padding is applied to the input image for the first network layer. The paper describes this padding as occurring in the upper and left...

I want to do DL to an encrypted PNG image, I followed the ReadMe. File but I found a problem starting from prepressing data. how can I add the image...

Hi, In the Wiki, **_scale_** value is set to 10, so that weights are one-digital decimals. How does LoLa encode this decimal weights into plaintext in BFV scheme (intergers ring)?...

I have followed all instructions in README.md to process cifar-10-batches-bin data set. I am able to get the print result as README.md shows. However, there is no operation is seen...

Hello, I am using SEAL 3.2.2 and running into some issues. This is what I encountered when trying to compile Cryptonets for the first time. I have installed all the...