Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Nov 7, 2023
1 parent 724522f commit 15f062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def predict(self, X: Union[NDArray, jnp.ndarray]) -> jnp.ndarray:
Score predicted rates against target spike counts.
- [simulate (feed-forward only)](../glm/#nemos.glm.GLM.simulate)
Simulate neural activity in response to a feed-forward input .
- [simulate (feed-forward + coupling)](../glm/#nemos.glm.GLMRecurrent.simulate)
- [simulate_recurrent (feed-forward + coupling)](../glm/#nemos.glm.GLMRecurrent.simulate_recurrent)
Simulate neural activity in response to a feed-forward input
using the GLM as a recurrent network.
"""
Expand Down

0 comments on commit 15f062c

Please sign in to comment.