Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97f2d67

Browse files
committedJan 18, 2025
commit
1 parent b02a165 commit 97f2d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Takes weighted inputs, applies an activation function, and produces an output.
1717
Data flows through the network:
1818
Input → Hidden Layers → Output.
1919
Each neuron computes a weighted sum of inputs:
20-
<img src="veccinternship_projects\images\zformula.png" alt="Zformula" title="Each neuron computes a weighted sum of inputs">
20+
<img src="images\zformula.png" alt="Zformula" title="Each neuron computes a weighted sum of inputs">
2121
where 𝑤 are weights, 𝑥 are inputs, and 𝑏 is the bias term.
2222

2323
3. Activation Functions

0 commit comments

Comments
 (0)
Please sign in to comment.