From 1af3df6550019142fb12aace49a1b11654687d7c Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 16 Dec 2023 22:31:03 -0800 Subject: [PATCH] correction --- 2014/12/29/deep-learning-in-a-nutshell/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2014/12/29/deep-learning-in-a-nutshell/index.xhtml b/2014/12/29/deep-learning-in-a-nutshell/index.xhtml index 7ebbaa7..d1d92e1 100644 --- a/2014/12/29/deep-learning-in-a-nutshell/index.xhtml +++ b/2014/12/29/deep-learning-in-a-nutshell/index.xhtml @@ -61,7 +61,7 @@
Schematic for a neuron in a neural net
-
+

Each neuron has a set of inputs, each of which is given a specific weight. The neuron computes some function on these weighted inputs. A linear neuron takes a linear combination of the weighted inputs. A sigmoidal neuron does something a little more complicated:

Sigmoid