Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/higher-order/glm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down
Loading