[nengo-user] Creating a STDP connection between two ensembles

Claus Agerskov clausagerskov at hotmail.com
Tue Nov 4 03:38:47 EST 2014


HiI am trying to create a network consisting of two ensembles with the connection learned by the STDP rule explained in Bekolay (2010). This is my code (constructed from the documentation listing the network class properties and functions):import nefnet=nef.Network('Test Network')net.add_to_nengo()#net.make_input('input',values=[0])A = net.make('A',neurons=1,dimensions=1)B = net.make('B',neurons=1,dimensions=1)#net.connect('input','A')net.connect(A,B, plastic_array=True)
When I run this code I get an error saying:AttributeError: 'ca.nengo.model.nef.impl.NEFEnsembleImpl' object has no attribute 'addPlasticTermination'
Have I misunderstood something about making the connection?RegardsClaus Agerskov, Technical University of Denmark, Biophysics and Fluids group
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://artsservices.uwaterloo.ca/pipermail/nengo-user/attachments/20141104/5eccfd86/attachment-0002.html>


More information about the nengo-user mailing list