[nengo-user] neuron weights

Chris Eliasmith celiasmith at uwaterloo.ca
Mon Jun 2 10:24:20 EDT 2014


Hi Brian,

Nengo uses the NEF (neural engineering framework) to compute the 
weights. You can think of this as an efficient learning algorithm if you 
want, so the 'patterns' are the sample points in the functions you've 
defined that you want computed.  A python description of the NEF 
algorithm can be found here:

http://nengo.ca/docs/html/nef_algorithm.html

Best,
Chris

Brian Krainer wrote:
> I'm a little confused on how weights between neurons are calculated. 
> In previous neural network software I've used, the network had to be 
> trained on specific patterns in order to calculate the correct weights 
> (using algorithms like back propagation.) It seems that with nengo the 
> weights are computed without seeing any patterns. How is this being done?
>
> Thanks,
>
> Brian
> _______________________________________________
> nengo-user mailing list
> nengo-user at ctnsrv.uwaterloo.ca
> http://ctnsrv.uwaterloo.ca/mailman/listinfo/nengo-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://artsservices.uwaterloo.ca/pipermail/nengo-user/attachments/20140602/ff481d74/attachment-0002.html>


More information about the nengo-user mailing list