-
The quantum probability people have this standard example where you store a vector in memory, project it onto vector A, and then project the result onto vector B. And a lot of fun results hinge on th…
-
Facing the below issue:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/nengo_gui-0.4.5.dev0-py2.7.egg/nengo_gui/page.py", line 488, in build
self.sim = back…
-
Hi, Bekolay. Thanks for sharing the code. I have got several errors here.
1. cannot import `timeview`. What's the Python version?
2. What's the version of `nengo`? I used pip to install `nengo` auto…
-
indent should be removed after line 36, i believe! fix:
``` python
# Import modules
import csv
import numpy as np
import nengo
import nengo_spinnaker
# Import classes
from nengo.processes import Wh…
-
Some quick examples of non-NEF modelling in Nengo would be nice. I recently sat in on a demonstration of Brain Studio http://www.brainstudio.technology/ and their tutorial examples go through making …
-
Supersedes #163, #140.
-
Here's a minimal example:
``` python
import nengo
import nengo_loihi
with nengo.Network() as net:
a = nengo.Ensemble(1, 1)
b = nengo.Node(size_in=1)
c = nengo.Ensemble(1, 1)
…
-
Hi,
I am learning how to use nengo and I think that the use of implicit time argument should be explained in the documentation of Node because it is non-trivial. I found these cases in a solved issue…
-
Would it be possible to implement an encoder learning rule in Nengo that uses the backprop learning rule? Or even the feedback alignment learning rule (which is basically just backprop but with a ran…
-
This means organising stuff in folders and making sure both that all the information in one is covered in the other.