Skip to content

Commit

Permalink
Center images on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-cunha authored May 28, 2020
1 parent 7ea45b0 commit 971e018
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<p align="center">
<img src="docs/bn_forward.png" width="600">
</p>

### Backward Pass
<p align="center">
<img src="docs/bn_backward.png">
</p>

![backward_pass_batch_norm](docs/bn_backward.png)

## Results

![mnist_results](docs/results.png)
<p align="center">
<img src="docs/results.png">
</p>

## Reproduce

Expand Down

0 comments on commit 971e018

Please sign in to comment.