Merge pull request #6 from jonathanBieler/patch-1

Update logreg.md
This commit is contained in:
Mike J Innes 2017-03-04 01:30:06 +00:00 committed by GitHub
commit 6c60c9e2b9

View File

@ -40,7 +40,7 @@ m = Chain(
Affine( 64), relu, Affine( 64), relu,
Affine( 10), softmax) Affine( 10), softmax)
model = tf(model) model = tf(m)
``` ```
We can try this out on our data already: We can try this out on our data already: