Skip to content

Commit

Permalink
Fix captions position activation function exercise (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg authored May 24, 2024
1 parent 9da1b65 commit 0e6dc6c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions episodes/1-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,20 @@ b. This solves the XOR logical problem, the output is 1 if only one of the two i
Look at the following activation functions:

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

![](fig/01_sigmoid.svg){alt='Plot of the sigmoid function' width='70%' align='left'}
<br clear="all" />

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

![](fig/01_relu.svg){alt='Plot of the ReLU function' width='70%' align='left'}
<br clear="all" />

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

![](fig/01_identity_function.svg){alt='Plot of the Identity function' width='70%' align='left'}
<br clear="all" />


Combine the following statements to the correct activation function:

Expand Down

0 comments on commit 0e6dc6c

Please sign in to comment.