From e1ccf564924f278dce6537286bdef1fd6a8cc92f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 14 Jan 2019 13:12:30 -0800 Subject: [PATCH] Import PATE code from tensorflow/models. PiperOrigin-RevId: 229239903 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f39dda4..b09a0f0 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ NOTE: the tutorials are maintained carefully. However, they are not considered part of the API and they can change at any time without warning. You should not write 3rd party code that imports the tutorials and expect that the interface will not break. + +## Research directory + +This folder contains code to reproduce results from research papers related to +privacy in machine learning. It is not maintained as carefully as the tutorials +directory, but rather intended as a convenient archive. ## Remarks