Research projects using CARLsim

88 views
Skip to first unread message

Michael Beyeler

unread,
Apr 22, 2016, 7:09:27 PM4/22/16
to CARLsim: A GPU-accelerated Spiking Neural Network (SNN) Simulator
If you have used CARLsim in your project, let us know in this thread!

Michael Beyeler

unread,
Apr 22, 2016, 7:10:11 PM4/22/16
to CARLsim: A GPU-accelerated Spiking Neural Network (SNN) Simulator
Via CARLsim mailing list:

Thanks quite much to the CARLsim community for the outstanding software! A project has been released in its first version using CARLSim and GPU computing. The work is at an early stage in rat hippocampus neuron firing simulation but aims at eventually building toward simulating memory mental processes. You are welcome to find out more at www.tinyurl.com/memorymod . More about my (Nate Sutton) work: nmsutton.heroku.com

spike bush

unread,
Dec 15, 2017, 2:48:59 AM12/15/17
to CARLsim: A GPU-accelerated Spiking Neural Network (SNN) Simulator
 Dear Kashyap,
          I have been using CARLsim3 for a short of time .And rencently ,I got a problem about CARLsim3 ,I wish you can give me some advance .
           As we all know , the last changed weight data is stored in a matrix ,and we can know the data by reading this matrix through MATLAB . But now I want to use this  weight data in a new project . In other words,
The connecting synaptic weight of my new project inside is the final weight of my previous project ,How should I import the data into the new project.I konw MATLAB can save the matrix as .mat file or .m file .Which one should I choose ,and how to do to  import the data into the new project .Could you give me some advice?Thanks for your attention. 
Yours ,
Spike Bush

kashyaph

unread,
Dec 15, 2017, 3:02:41 PM12/15/17
to CARLsim: A GPU-accelerated Spiking Neural Network (SNN) Simulator
Hi Spike Bush,

You may use CARLsim::saveSimulation and CARLsim::loadSimulation for that purpose.


Let me know if you have any questions using those.

Best, Hirak

spike bush

unread,
Dec 19, 2017, 2:58:43 AM12/19/17
to CARLsim: A GPU-accelerated Spiking Neural Network (SNN) Simulator
Dear Hirak,
         I have read the link you gave some days ago ,there should be something wrong .My code is attached .And I run  the network .
         It suggests some errors as follow:
        src/main_test3.cpp: In function ‘int main(int, const char**)’:
        src/main_test3.cpp:61:2: error: ‘simFid’ was not declared in this scope
        simFid = fopen("networkZ.dat", "rb");

         I think it is wrong to printf simFid ,since it is really not declared in this cope .So I change "simFid" to "fId" ,because we have declared "fId" before .
         However ,it is still wrong:
         *****************      Initializing CPU Simulation      *************************
         段错误 (核心已转储)
 

        And one more thing ,every time I run for sim.loadSimulation ,the file ""networkZ.dat" will be deleted automatically.
        That's my question I have met .Thanks for your attention.
Yours,
Spike
test.txt

kashyaph

unread,
Dec 19, 2017, 3:44:13 PM12/19/17
to CARLsim: A GPU-accelerated Spiking Neural Network (SNN) Simulator
Reply all
Reply to author
Forward
0 new messages