We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f10e99 commit 4918fe4Copy full SHA for 4918fe4
beginner_source/examples_nn/polynomial_module.py
@@ -4,7 +4,7 @@
4
--------------------------
5
6
A third order polynomial, trained to predict :math:`y=\sin(x)` from :math:`-\pi`
7
-to :math:`pi` by minimizing squared Euclidean distance.
+to :math:`\pi` by minimizing squared Euclidean distance.
8
9
This implementation defines the model as a custom Module subclass. Whenever you
10
want a model more complex than a simple sequence of existing Modules you will
0 commit comments