ctn-archive / nengo_theano

ABANDONED; see https://github.com/nengo/nengo instead
MIT License
3 stars 3 forks source link

Learning with network arrays #14

Closed studywolf closed 11 years ago

studywolf commented 11 years ago

made a branch to attack this, it could be a bit of a journey... https://github.com/ctn-waterloo/nef-py/tree/na_learn

currently test_learn_array runs in the case where pre is guaranteed to be 1D and post / error signal are ND

update: