Skip to content

Commit c364acc

Browse files
commit
1 parent 0035ea0 commit c364acc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,16 @@ Used in neurons to introduce non-linearity, helping the model solve complex prob
7878
<img src="images\sigmoid.png" alt="Sigmoid formula" title="Sigmoid formula pic">
7979
It squashes the input into a range between 0 and 1.
8080

81-
**Sigmoid Activation Function** : <img src="images\sigmoid.png" alt="Sigmoid formula" title="Sigmoid formula pic">
81+
**Sigmoid Activation Function** :
82+
<img src="images\sigmoid.png" alt="Sigmoid formula" title="Sigmoid formula pic">
8283
- Explains how the sigmoid function outputs values between 0 and 1, making it suitable for binary classification.
8384

8485
**Implementation**:
8586
- Code implementation of a sigmoid neuron, including forward and backward propagation steps.
8687
- Calculates the gradient of the sigmoid function for use in backpropagation.
8788

88-
Why Use It?
89-
Useful for binary classification and probabilistic outputs.
89+
**Why Use It**?
90+
- Useful for binary classification and probabilistic outputs.
9091

9192
**Limitations**:
9293
Vanishing gradient problem: Gradients become too small during backpropagation for large networks, slowing learning.

0 commit comments

Comments
 (0)