Skip to content

Commit

Permalink
improve figure captions for activation functions
Browse files Browse the repository at this point in the history
I didn't like the figure captions (activation function labels) showing up below each horizontal line -- was confusing to read. Added captions above each figure.
  • Loading branch information
qualiaMachine authored May 17, 2024
1 parent 2bd90b1 commit 62500a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions episodes/1-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,14 @@ b. This solves the XOR logical problem, the output is 1 if only one of the two i
## Activation functions
Look at the following activation functions:

![A. Sigmoid activation function](fig/01_sigmoid.svg){alt='Plot of the sigmoid function' width='200px'}
**A. Sigmoid activation function**
![](fig/01_sigmoid.svg){alt='Plot of the sigmoid function' width='200px'}

**B. ReLU activation function**
![](fig/01_relu.svg){alt='Plot of the ReLU function' width='200px'}

![B. ReLU activation function](fig/01_relu.svg){alt='Plot of the ReLU function' width='200px'}


![C. Identity (or linear) activation function](fig/01_identity_function.svg){alt='Plot of the Identity function' width='200px'}
**C. Identity (or linear) activation function (output=input)**
![](fig/01_identity_function.svg){alt='Plot of the Identity function' width='200px'}

Combine the following statements to the correct activation function:

Expand Down

0 comments on commit 62500a8

Please sign in to comment.