Update logreg.md

Fix typo
This commit is contained in:
Jonathan Bieler 2017-03-01 22:28:29 +01:00 committed by GitHub
parent 1d45cdc301
commit e0949b7f12

View File

@ -34,7 +34,7 @@ julia> data[1]
Now we define our model, which will simply be a function from one to the other. Now we define our model, which will simply be a function from one to the other.
```julia ```julia
m = Chain( model = Chain(
Input(784), Input(784),
Affine(128), relu, Affine(128), relu,
Affine( 64), relu, Affine( 64), relu,