Skip to content

Privately running a neural network model trained for vagueness detection task over encrypted text.

Notifications You must be signed in to change notification settings

bargavjayaraman/SecureDeepLearning

Repository files navigation

SecureDeepLearning

compile using GCC wrapper of obliv-c

/path/to/oblivcc secure_deep_learning.c secure_deep_learning.oc -I .

run: party 1 holds the deep learning algirithm's parameters learned for detecting vagueness, party 2 holds the input to be tested for vagueness.

cycle './a.out 1 | ./a.out 2'

Result output should be 0 (input word is not vague) or 1 (input word is vague).

About

Privately running a neural network model trained for vagueness detection task over encrypted text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published