Difference between revisions of "Neural Networks (Geoffrey Hinton Course)"
Jump to navigation
Jump to search
(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") |
|||
Line 1: | Line 1: | ||
== Some Simple Models or Neurons == | == Some Simple Models or Neurons == | ||
− | Binary Threshold Neurons | + | === Binary Threshold Neurons === |
− | z = \sum{i} x_i w_i | + | $z = \sum{i} x_i w_i$ |
− | y = 1 if z >= \theta, 0 otherwise | + | $y = 1$ if $z >= \theta$, $0$ otherwise |
Revision as of 17:21, 30 October 2016
Some Simple Models or Neurons
Binary Threshold Neurons
$z = \sum{i} x_i w_i$
$y = 1$ if $z >= \theta$, $0$ otherwise