Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SorawitChok authored Aug 30, 2024
1 parent e9e1896 commit 8954c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ tanh'(x) &= \frac{d}{dx} \frac{(e^x − e^{-x})}{(e^x + e^{-x})}\\

### Loss function derivative

For the loss function, we also need the derivative of each loss function to pass the error back to each layer during the back propagation process as well. So, let explore how we can derive the derivative of each loss function together.
For the loss function, we also need the derivative of each loss function to pass the error back to the previous layer during the backpropagation process as well. So, let's explore how we can derive the derivative of each loss function together.

**Derivative of the MSE loss function**

Expand Down

0 comments on commit 8954c89

Please sign in to comment.