Neural Networks (Geoffrey Hinton Course)

From TedYunWiki
Revision as of 17:21, 30 October 2016 by Tedyun (talk | contribs) (Created page with "== Some Simple Models or Neurons == Binary Threshold Neurons z = \sum{i} x_i w_i y = 1 if z >= \theta, 0 otherwise")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some Simple Models or Neurons

Binary Threshold Neurons

z = \sum{i} x_i w_i

y = 1 if z >= \theta, 0 otherwise