dmlc / mxnet-notebooks

Notebooks for MXNet
Apache License 2.0
615 stars 325 forks source link

matrix factorization notebook, no activations? #5

Closed jmschrei closed 8 years ago

jmschrei commented 8 years ago

What is the benefit of adding in another layer if you're using a linear activation? My understanding was that multiple linear layers can be expressed as a single linear layer.

Thanks!

mli commented 8 years ago

fixed, thanks.