Dear all,
Apologies for the cross-posts.
A final reminder of next week's CNS*2022 free online satellite tutorials (from June 27--July 1):
https://ocns.github.io/SoftwareWG/pages/software-wg-satellite-tutorials-at-…
Free registration remains open at:
https://framaforms.org/incfocns-software-wg-cns2022-satellite-tutorials-reg…
To prevent spam/zoom crashing, links to zoom meetings for the tutorial sessions
will be limited to registrants only. Therefore, while registration is free, it
is required.
The satellite tutorials feature sessions on:
- Arbor
- Brian2
- Introduction to containers
- EBRAINS
- GeNN
- Keras/TensorFlow
- LFPy
- MOOSE
- Neo + Elephant
- NEST
- NetPyNE
- neurolib
- NeuroML
- NEURON
- OSBv2
- RateML
Please spread the word, and we look forward to seeing you there.
--
Thanks,
Regards,
Ankur Sinha (He / Him / His) | https://ankursinha.in
Research Fellow at the Silver Lab, University College London | http://silverlab.org/
Free/Open source community volunteer at the NeuroFedora project | https://neuro.fedoraproject.org
Time zone: Europe/London
Hi,
Could you tell me which version of NEST supports compartment neuron model?We have installed 2.18 but cm_default is not included.
Regards,Petia Koprinkova-Hristova
Dear all,
Recently, I used software and hardware to accelerate the SNN network based on IZHIKEVICH model on the nest platform. The first step of acceleration is to transport the corresponding neurons to the designated storage place, and then use hardware acceleration. The results show that the hardware acceleration is very effective, but it will lead to extra handling time and high overhead.In order to solve this problem, I want to know some parameters that change during simulation in which source file is the value of this assigned?
Such as:
b_ Spikes_ Get_ Value (lag);
Best wishes,
Chao
yjchao1110
yjchao1110(a)qq.com
Dear NEST Users & Developers!
I would like to invite you to our next fortnightly Open NEST Developer Video Conference, today
Monday June 20, 11.30-12.30 CEST (UTC+2).
Feel free to join the meeting also if it's just to bring your own questions for direct discussion in the in-depth section.
As usual, in the Project team round, a contact person of each team will give a short statement summarizing ongoing work in the team and cross-cutting points that need discussion among the teams. The remainder
of the meeting we would go into a more in-depth discussion of topics that came up on the mailing list or that are suggested by the teams.
Agenda
* Welcome
* Review of NEST User Mailing List
* Project team round
* In-depth discussion
The agenda for this meeting is also available online, see
https://github.com/nest/nest-simulator/wiki/2022-06-20-Open-NEST-Developer-…
Looking forward to seeing you again soon!
Cheers,
Dennis Terhorst
------------------
Log-in information
------------------
We use a virtual conference room provided by DFN (Deutsches Forschungsnetz).
You can use the web client to connect. We however encourage everyone to
use a headset for better audio quality or even a proper video
conferencing system (see below) or software when available.
Web client
* Visit https://conf.dfn.de/webapp/conference/97938800
* Enter your name and allow your browser to use camera and microphone
* The conference does not need a PIN to join, just click join and you're in.
In case you see a dfnconf logo and the phrase "Auf den
Meetingveranstalter warten", just be patient, the meeting host needs to
join first (a voice will tell you).
VC system/software
How to log in with a video conferencing system, depends on you VC system
or software.
- Using the H.323 protocol (eg Polycom): vc.dfn.net##97938800 or
194.95.240.2##97938800
- Using the SIP protocol:97938800@vc.dfn.de
- By telephone: +49-30-200-97938800
For those who do not have a video conference system or suitable
software, Polycom provides a pretty good free app for iOS and Android,
so you can join from your tablet (Polycom RealPresence Mobile, available
from AppStore/PlayStore). Note that firewalls may interfere with
videoconferencing in various and sometimes confusing ways.
For more technical information on logging in from various VC systems,
please see http://vcc.zih.tu-dresden.de/index.php?linkid=1.1.3.4
by Ravichandran-Schmidt, Pirathitha (SRH Hochschule Heidelberg)
Dear NEST Community,
is there a good way to implement a double-exponential function for synapses in C++ within a nest module?
[cid:image001.jpg@01D87B3E.2D9BE590]
As I need to implement my own neuron model in C++, I adapted the code from extraction the information from other neuron models (for example: iaf _cond_beta.cpp) and used the following lines
f[S::DG_EXC] = -y[ S::DG_EXC ] / node.P_.tau_synAMPA_on;
f[S::G_EXC ] = y[ S::DG_EXC ] - y[ S::G_EXC ] / node.P_.tau_synAMPA_off
At first, it seemed to work pretty good. But when I swap the values for rise und decay time, the evolution of g_ADP did not change at all (for example: rise_time = 1ms, decay_time = 100ms).
I would be happy to get any feedback on it.
Thanks,
Pira
Dear NEST Community,
When I use NEST, I find that Izhikevich model has no refractory period. Whether there is a specific reason for this setting or whether the model itself does not have this refractory period? After all, according to my understanding, all neurons in biology have the characteristics of refractory period.
I would be happy to get any feedback on it.
Thanks,
Chao.
Dear Professor Hans Ekkehard,
Thank you for your answer, which gives me a deeper understanding of Izhikevich model. There is a delay when firing a spike between neurons. If there is an refractory period, can I think that only one spike will be sent in this delay interval.
Best wishes,
Chao.
------------------ 原始邮件 ------------------
发件人: "NEST User Mailing List" <hans.ekkehard.plesser(a)nmbu.no>gt;;
发送时间: 2022年6月10日(星期五) 下午4:57
收件人: "NEST User Mailing List"<users(a)nest-simulator.org>gt;;
主题: [NEST Users] Re: About the Izhikevich model
Hi Chao,
In real neurons, the refractory period arises from a combination of biophysical mechanisms. After firing an action potential, the cell needs to recover before it can fire another one. In simplified neuron models, such as most integrate-and-fire models, which do not include these recovery mechanisms, one usually adds an explicit refractory period to capture the effect of the biophysical recovery mechanisms in a mathematically or computationally simple way.
But if a neuron model includes (slow) recovery variables that will prevent it from spiking for some period after firing a spike, adding an explicit refractory period may not be required. Izhikevich decided that this was the case for his model, and thus there is no explicit refractory period that could be set as a parameter. The neuron model has its refractoriness simply "built in", with details depending on the parameters.
Best regards,
Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser
Head, Department of Data Science
Faculty of Science and Technology
Norwegian University of Life Sciences
PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560
Email hans.ekkehard.plesser(a)nmbu.no
Home http://arken.nmbu.no/~plesser
On 10/06/2022, 09:31, "jcye" <jc.ye(a)foxmail.com> wrote:
Some people who received this message don't often get email from jc.ye(a)foxmail.com. Learn why this is important
Dear NEST Community,
When I use NEST, I find that Izhikevich model has no refractory period. Whether there is a specific reason for this setting or whether the model itself does not have this refractory period? After all, according to my understanding, all neurons in biology have the characteristics of refractory period.
I would be happy to get any feedback on it.
Thanks,
Chao.
Dear all,
Apologies for the cross-posts.
The INCF/OCNS Software Working Group is happy to announce that the schedule for
the CNS*2022 satellite tutorials from June 27--July 1 has now been published here:
https://ocns.github.io/SoftwareWG/pages/software-wg-satellite-tutorials-at-…
Free registration is also now open at:
https://framaforms.org/incfocns-software-wg-cns2022-satellite-tutorials-reg…
To prevent spam/zoom crashing, links to zoom meetings for the tutorial sessions
will be limited to registrants only. Therefore, while registration is free, it
is required.
The satellite tutorials feature sessions on:
- Arbor
- Brian2
- Introduction to containers
- EBRAINS
- GeNN
- Keras/TensorFlow
- LFPy
- MOOSE
- Neo + Elephant
- NEST
- NetPyNE
- NeuroLib
- NeuroML
- NEURON
- OSBv2
- RateML
Please spread the word, and we look forward to seeing you there!
--
Thanks,
Regards,
Ankur Sinha (He / Him / His) | https://ankursinha.in
Research Fellow at the Silver Lab, University College London | http://silverlab.org/
Free/Open source community volunteer at the NeuroFedora project | https://neuro.fedoraproject.org
Time zone: Europe/London
Dear NEST Users & Developers!
Due to the Pentecost holidays in many countries following the Gregorian calendar we skip today's meeting. Our next fortnightly Open NEST Developer Video Conference will be in two weeks on
Monday June 20, 11.30-12.30 CEST (UTC+2).
Looking forward to seeing you again soon!
Best,
Dennis Terhorst
------------------
Log-in information
------------------
We use a virtual conference room provided by DFN (Deutsches Forschungsnetz).
You can use the web client to connect. We however encourage everyone to
use a headset for better audio quality or even a proper video
conferencing system (see below) or software when available.
Web client
* Visit https://conf.dfn.de/webapp/conference/97938800
* Enter your name and allow your browser to use camera and microphone
* The conference does not need a PIN to join, just click join and you're in.
In case you see a dfnconf logo and the phrase "Auf den
Meetingveranstalter warten", just be patient, the meeting host needs to
join first (a voice will tell you).
VC system/software
How to log in with a video conferencing system, depends on you VC system
or software.
- Using the H.323 protocol (eg Polycom): vc.dfn.net##97938800 or
194.95.240.2##97938800
- Using the SIP protocol:97938800@vc.dfn.de
- By telephone: +49-30-200-97938800
For those who do not have a video conference system or suitable
software, Polycom provides a pretty good free app for iOS and Android,
so you can join from your tablet (Polycom RealPresence Mobile, available
from AppStore/PlayStore). Note that firewalls may interfere with
videoconferencing in various and sometimes confusing ways.
For more technical information on logging in from various VC systems,
please see http://vcc.zih.tu-dresden.de/index.php?linkid=1.1.3.4
Dear all,
In the paper“The NEST Dry-Run Mode: Efficient Dynamic Analysis of Neuronal Network Simulation Code”(2017), I found an article about the description of NEST Dry-run Mode, which I am very interested in. However, I don't seem to find relevant information about how to use dry-run in the document.
May I ask if there are any relevant examples of using dry-run?
best,
Cong