Skip to content

Commit fea5947

Browse files
committed
fix a typo
noinlinearities -> nonlinearities
1 parent 11c1c9f commit fea5947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/nonlinear_gaussian_ssm/ekf_mlp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"source": [
155155
"## Neural network\n",
156156
"\n",
157-
"We aim to approximate the true data generating function, $f(x)$, with a parametric approximation, $h(\\theta, x)$, where $\\theta$ are the parameters and $x$ are the inputs. We use a simple feedforward neural network — a.k.a. multi-layer perceptron (MLP) — with sigmoidal noinlinearities. Here, $\\theta$ corresponds to the flattened vector of all the weights from all the layers of the model. "
157+
"We aim to approximate the true data generating function, $f(x)$, with a parametric approximation, $h(\\theta, x)$, where $\\theta$ are the parameters and $x$ are the inputs. We use a simple feedforward neural network — a.k.a. multi-layer perceptron (MLP) — with sigmoidal nonlinearities. Here, $\\theta$ corresponds to the flattened vector of all the weights from all the layers of the model. "
158158
]
159159
},
160160
{

0 commit comments

Comments
 (0)