Skip to content

Commit 0af17ca

Browse files
author
bharat.raghunathan
committed
Fix more typos in perc.tex
1 parent e5453ed commit 0af17ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/perc.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ \section{Bio-inspired Learning}
7979
example. Otherwise it predicts a negative example.
8080

8181
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
8383
weight. Then the activation is the same regardless of the value of
8484
this feature. So features with zero weight are ignored. Features
8585
with positive weights are indicative of positive examples because they
@@ -88,7 +88,7 @@ \section{Bio-inspired Learning}
8888
decrease.
8989

9090
\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
9292
standard no=$0$ and yes=$+1$)?}
9393

9494
It is often convenient to have a non-zero \concept{threshold}. In

0 commit comments

Comments
 (0)