Skip to content

Commit 6617fb8

Browse files
commit
1 parent cb1009a commit 6617fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ It squashes the input into a range between 0 and 1.
8484
- Explains how the sigmoid function outputs values between 0 and 1, making it suitable for binary classification.
8585

8686
**Implementation**:
87-
- Code implementation of a sigmoid neuron, including forward and backward propagation steps.
88-
- Calculates the gradient of the sigmoid function for use in backpropagation.
87+
- Code implementation of a sigmoid neuron, including forward and backward propagation steps.
88+
- Calculates the gradient of the sigmoid function for use in backpropagation.
8989

9090
**Why Use It**?
9191
- Useful for binary classification and probabilistic outputs.

0 commit comments

Comments
 (0)