aymericdamien / TensorFlow-Examples

TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Other
43.34k stars 14.96k forks source link

Nonlinearity functions missed in neural_network_raw.ipynb #207

Open insiderq opened 6 years ago

insiderq commented 6 years ago

When you build a network, aren't there supposed to be some nonlinearity functions?

mlundyCO commented 6 years ago

I find it amazing that the network achieves ~90% accuracy without an activation function, still worse than logistic regression though.

maverik-akagami commented 6 years ago

isn't a network, without activation function, the same as a linear function?