This repository has been archived on 2024-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
2019-08-01 00:54:50 +00:00
|
|
|
## Core software
|
|
|
|
|
|
|
|
- [TensorFlow](https://www.tensorflow.org/overview): Framework for writing,
|
|
|
|
training, and testing neural networks. You should at least work through the
|
|
|
|
[first tutorial](https://www.tensorflow.org/tutorials/keras/basic_classification).
|
|
|
|
- [TensorFlow Privacy](https://github.com/tensorflow/privacy): Extensions to TF
|
|
|
|
for differentially-private training.
|
|
|
|
- [CleverHans](https://github.com/tensorflow/cleverhans): Extensions to TF for
|
|
|
|
adversarial attacks and defenses on ML models.
|
|
|
|
- [MPyC](https://github.com/lschoe/mpyc): Python libraries for Secure Multiparty
|
|
|
|
Computation.
|
|
|
|
|
|
|
|
## Other tools
|
|
|
|
|
|
|
|
### Differential Privacy
|
2018-07-21 20:34:26 +00:00
|
|
|
- [DFuzz](https://github.com/ejgallego/dfuzz)
|
|
|
|
- [HOARe2](https://github.com/ejgallego/HOARe2)
|
|
|
|
|
2019-08-01 00:54:50 +00:00
|
|
|
### Cryptography
|
2018-07-21 20:34:26 +00:00
|
|
|
- [HELib](https://github.com/shaih/HElib)
|
|
|
|
- [Obliv-C](https://oblivc.org/)
|
2018-08-01 17:25:43 +00:00
|
|
|
- [ObliVM](http://oblivm.com/download.html)
|