Skip to content

Commit e7f9dd7

Browse files
authored
Update README.md
1 parent a686efc commit e7f9dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Matplotlib 1.3.1
1111
This Python script implement the backpropagation algorithm for a 1 - S - 1 architecture network, S means the numbers of neurons in hidden layer. We use torch tensor to realize matrix operation within the forward and backward propogation. The weights and biases are randomly initialized and uniformly distributed between -0.5 and 0.5 (using the function rand).
1212

1313
## Example approximation function
14-
<img src="http://chart.googleapis.com/chart?cht=tx&chl= g(p) = 0.1 * p^{2} * sin(p) for -3\leq $p$ \leq 3" style="border:none;">
14+
<img src="http://chart.googleapis.com/chart?cht=tx&chl= g(p) = 0.1 * p^{2} * sin(p) for -3\leq {p} \leq 3" style="border:none;">
1515

1616

1717
## Result

0 commit comments

Comments
 (0)