We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1009a commit 6617fb8Copy full SHA for 6617fb8
README.md
@@ -84,8 +84,8 @@ It squashes the input into a range between 0 and 1.
84
- Explains how the sigmoid function outputs values between 0 and 1, making it suitable for binary classification.
85
86
**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.
+- Code implementation of a sigmoid neuron, including forward and backward propagation steps.
+- Calculates the gradient of the sigmoid function for use in backpropagation.
89
90
**Why Use It**?
91
- Useful for binary classification and probabilistic outputs.
0 commit comments