From 59a09ee80a50c4a07aeda9cf6526a67534d5cc54 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 14 Mar 2019 11:22:31 +0100 Subject: minor --- posts/2019-03-14-great-but-manageable-expectations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts') diff --git a/posts/2019-03-14-great-but-manageable-expectations.md b/posts/2019-03-14-great-but-manageable-expectations.md index adce24f..95cf5f2 100644 --- a/posts/2019-03-14-great-but-manageable-expectations.md +++ b/posts/2019-03-14-great-but-manageable-expectations.md @@ -522,7 +522,7 @@ The DP-SGD is implemented in [TensorFlow Privacy](https://github.com/tensorflow/privacy). In the following I discuss the package in the current state (2019-03-11). It is divided into two parts: `optimizers` which implements the actual differentially -private algorithm, and `analysis` which computes the privacy guarantee. +private algorithm, and [`analysis`](https://github.com/tensorflow/privacy/tree/master/privacy/analysis) which computes the privacy guarantee. The `analysis` parts implements a privacy ledger that \"keeps a record of all queries executed over a given dataset for the purpose of -- cgit v1.2.3