Skip to content

Commit 0b8cff9

Browse files
author
Alexander Ororbia
committed
mod to dyn-syn lesson
1 parent bed5331 commit 0b8cff9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/tutorials/neurocog/dynamic_synapses.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ This can be done as follows (using the meta-parameters we provide in the code bl
3030
```python
3131
from jax import numpy as jnp, random, jit
3232
from ngcsimlib.context import Context
33-
import numpy as np
34-
np.random.seed(42)
3533
from ngclearn.components import ExponentialSynapse, AlphaSynapse, DoupleExpSynapse
3634

3735
from ngcsimlib.compilers.process import Process
@@ -246,8 +244,6 @@ We will specifically model the excitatory and inhibitory conductance changes usi
246244
```python
247245
from jax import numpy as jnp, random, jit
248246
from ngcsimlib.context import Context
249-
import numpy as np
250-
np.random.seed(42)
251247
from ngclearn.components import ExponentialSynapse, PoissonCell, LIFCell
252248
from ngclearn.operations import summation
253249

0 commit comments

Comments
 (0)