From 1877bde056906d36c3b9e469e1eb6270dda932a5 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 20 Feb 2025 21:41:19 -0600 Subject: [PATCH] Fix minor spelling error --- docs/higher-order/glm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/higher-order/glm.ipynb b/docs/higher-order/glm.ipynb index 45d187a6..b99b845f 100644 --- a/docs/higher-order/glm.ipynb +++ b/docs/higher-order/glm.ipynb @@ -395,7 +395,7 @@ "metadata": {}, "source": [ "### Running on Synthetic Data\n", - "Below is an example of a trained GLM filter trained using a filter length of 25 and a regularization coefficient of $2^{10}$. During prediction, this filter would be convolved with the design matrix before undergoing the expontential non-linearity step to produce spike rate." + "Below is an example of a trained GLM filter trained using a filter length of 25 and a regularization coefficient of $2^{10}$. During prediction, this filter would be convolved with the design matrix before undergoing the exponential non-linearity step to produce spike rate." ] }, {