Skip to content

Files

Latest commit

71742dd · Sep 23, 2019

History

History
This branch is 54 commits behind tf-encrypted/tf-encrypted:master.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 18, 2019
May 10, 2019
Sep 18, 2019
Jun 17, 2019
Jul 11, 2019
Sep 18, 2019
Sep 23, 2019
Jul 18, 2019
Sep 18, 2019
Apr 26, 2019

Examples

This directory contains various examples of using TF Encrypted:

  • simple-average very basic example computing an average to get started
  • mnist private digit predictions and integration with ordinary TensorFlow
  • federated-learning secure aggregation for federated learning
  • house-credit-default private predictions with a logistic regression model
  • logistic private training of logistic regression model using stochastic gradient descent
  • securenn private predictions using several neural networks from the SecureNN paper
  • notebooks various examples using Jupyter notebooks

See the individual subdirectories for details, including instructions for running each example.