From 9eeba3d77e0dbd1610213c2857bc32fb3187db28 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 11 Mar 2019 17:40:58 +0000 Subject: Add lenet bibtex --- report/paper.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'report/paper.md') diff --git a/report/paper.md b/report/paper.md index 522eaed..1989472 100644 --- a/report/paper.md +++ b/report/paper.md @@ -126,11 +126,13 @@ We evaluate permutations of the architecture involving: ### Inception Score -Inception score is calculated as introduced by Tim Salimans et. al [@improved]. However as we are evaluating MNIST, we use LeNet as the basis of the inceptioen score. +Inception score is calculated as introduced by Tim Salimans et. al [@improved]. However as we are evaluating MNIST, we use LeNet-5 [@lenet] as the basis of the inceptioen score. We use the logits extracted from LeNet: $$ \textrm{IS}(x) = \exp(\mathbb{E}_x \left( \textrm{KL} ( p(y\mid x) \| p(y) ) \right) ) $$ +We further report the classification accuracy as found with LeNet. + ### Classifier Architecture Used \begin{table}[] -- cgit v1.2.3-54-g00ecf