File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ \section{Bio-inspired Learning}
79
79
example. Otherwise it predicts a negative example.
80
80
81
81
The weights of this neuron are fairly easy to interpret. Suppose that
82
- a feature, for instance `` is this a System's class?'' gets a zero
82
+ a feature, for instance `` is this a Systems class?'' gets a zero
83
83
weight. Then the activation is the same regardless of the value of
84
84
this feature. So features with zero weight are ignored. Features
85
85
with positive weights are indicative of positive examples because they
@@ -88,7 +88,7 @@ \section{Bio-inspired Learning}
88
88
decrease.
89
89
90
90
\thinkaboutit {What would happen if we encoded binary features like
91
- `` is this a System's class'' as no=$ 0 $ and yes=$ -1 $ (rather than the
91
+ `` is this a Systems class'' as no=$ 0 $ and yes=$ -1 $ (rather than the
92
92
standard no=$ 0 $ and yes=$ +1 $ )?}
93
93
94
94
It is often convenient to have a non-zero \concept {threshold}. In
You can’t perform that action at this time.
0 commit comments