We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2510727 commit f60da96Copy full SHA for f60da96
1 file changed
docs/source/index.rst
@@ -94,7 +94,7 @@ set of weights that satisfy the following function:
94
95
.. code::
96
97
- y = f(w1:w6) = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + 6wx6
+ y = f(w1:w6) = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + w6x6
98
where (x1,x2,x3,x4,x5,x6)=(4,-2,3.5,5,-11,-4.7) and y=44
99
100
The first step is to prepare the inputs and the outputs of this
0 commit comments