Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:wmat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
manual:wmat [2014/10/15 14:43] – [Saving Matrix Market files in Python] zenkemanual:wmat [2014/12/02 10:03] (current) – Fixes bug in example zenke
Line 31: Line 31:
  
 <code python> <code python>
 +from scipy.sparse import *
 from scipy.io import mmread from scipy.io import mmread
  
Line 43: Line 44:
 Likewise, a structured matrix can be prepared in Python and then be loaded in Auryn. To do so, use code along the lines of the following snipped: Likewise, a structured matrix can be prepared in Python and then be loaded in Auryn. To do so, use code along the lines of the following snipped:
 <code python> <code python>
 +from scipy.sparse import *
 from scipy.io import mmwrite from scipy.io import mmwrite
  
manual/wmat.txt · Last modified: 2014/12/02 10:03 by zenke