From 971e0189e1ecee38177cc28015b2b782ecaf56d0 Mon Sep 17 00:00:00 2001 From: Renan Cunha Date: Thu, 28 May 2020 13:15:09 -0300 Subject: [PATCH] Center images on README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd77e52..1622035 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,20 @@ Batch Normalization provides stability to the inputs of the activation functions By doing that, it reduces the number of steps needed to train a model. ### Forward Pass - -![forward_pass_batch_norm](docs/bn_forward.png) +

+ +

### Backward Pass +

+ +

-![backward_pass_batch_norm](docs/bn_backward.png) ## Results - -![mnist_results](docs/results.png) +

+ +

## Reproduce