Abstract
Understanding how neurons encode and compute information is fundamental to our study of the brain, but opportunities for hands-on experience with neurophysiological techniques on live neurons are scarce in science education. Here, we present Spikeling, an open source in silico implementation of a spiking neuron that costs £25 and mimics a wide range of neuronal behaviours for classroom education and public neuroscience outreach. Spikeling is based on an Arduino microcontroller running the computationally efficient Izhikevich model of a spiking neuron. The microcontroller is connected to input ports that simulate synaptic excitation or inhibition, to dials controlling current injection and noise levels, to a photodiode that makes Spikeling light sensitive, and to a light-emitting diode (LED) and speaker that allows spikes to be seen and heard. Output ports provide access to variables such as membrane potential for recording in experiments or digital signals that can be used to excite other connected Spikelings. These features allow for the intuitive exploration of the function of neurons and networks mimicking electrophysiological experiments. We also report our experience of using Spikeling as a teaching tool for undergraduate and graduate neuroscience education in Nigeria and the United Kingdom.
This Community Page is part of the Cool Tools Series.
Introduction
Neuroscience is a major arm of modern life sciences. The first neuroscience degrees were awarded by the University of Sussex in 1972, and many universities worldwide are now offering dedicated neuroscience undergraduate degrees [1] [2]. A fundamental aspect of these courses is understanding electrical signalling within neurons and the transmission of signals across synapses [3] as well as the experimental techniques necessary to observe these properties [4]. However, owing to budgetary constraints and logistical hurdles, few students can be afforded the opportunity to experience an electrophysiological recording of a living neuron in action, e.g., during an experimental class. Similarly, public understanding about the fundamentals of brain function is hampered by the lack of cheap, approachable, and easy-to-use tools for neuroscience outreach aimed at illuminating how the basic machines of the brain, neurons, and synapses operate to represent information [5]. The growing public interest in areas such as artificial intelligence and the effects of neurodegeneration on an aging population make it more pressing than ever to foster public awareness and interest in basic concepts in neuroscience [6].
To support university-level neuroscience teaching and public understanding of neurons, we designed ‘Spikeling’ (Fig 1A), a £25 electronic circuit that mimics the electrical properties of spiking neurons by running the computationally efficient yet versatile Izhikevich model [7] in real time. Depending on settings, Spikeling executes at approximately 420–1,000 Hz, which is particularly appropriate to mimic ‘slow’ neurons of many invertebrates but about an order of magnitude slower than the fastest cortical neurons of mammals. The circuit is built around an Arduino [8], an open source programmable microcontroller that has found widespread use in the teaching of engineering and the design and implementation of open source laboratory hardware [9] [10].
Following the footsteps of Mahowald’s and Douglas’ 1991 first complete in silico realisation of a spiking neuron [11], Spikeling presents a simple yet powerful model of an excitable neuron with multiple dials and input/output options to play with. It is designed to facilitate a hands-on and intuitive approach to exploring the biophysics of neurons, their operation within neuronal networks, and the strategies by which they encode and process information. Spikeling can be excited and its activity recorded so as to design a variety of classical experiments similar to those that might be carried out on a biological neuron, which students learn about in textbooks [12] [13]. Here, we present a series of basic neuronal processes that are efficiently modelled using Spikeling, followed by an evaluation of our experience using the device for teaching senior undergraduate and Master’s students in the UK and a graduate neuroscience summer school held in Nigeria. Spikeling should be a useful tool in educating students of neuroscience and psychology as well as students of engineering and computer science who are interested in the biophysics of neurons and brain function.
A simple hardware implementation of a spiking neuron
Spikeling (Fig 1) consists of an Arduino Nano microcontroller, a custom-printed circuit board, and a small number of standard electronic components (see Bill of Materials [BOM]). Assembly takes between 20 minutes and 2 hours, depending on previous experience with soldering and assembling circuit boards (see Spikeling manual). Spikeling features large contacts and ample component spacing to facilitate soldering for beginners. The functional properties of Spikeling can be modified by software within the Arduino integrated development environment (IDE).
Upon current injection, Spikeling begins to fire, with each spike translating into an audible ‘click’ from a speaker. In tandem, membrane potential is continuously tracked by the brightness of a light-emitting-diode (LED). To mimic different types of neurons, Spikeling features a ‘mode button’ for switching between different preprogrammed model behaviours (e.g., regular spiking, fast spiking, bursting, etc.). These can also be modified in the code provided.
For inputs, Spikeling (Fig 1A, S1 Fig) has 3 Bayonet Neill-Concelman (BNC) ports. Two are ‘input synapses’ that each respond to 5-V transistor-transistor-logic (TTL) pulses (ports 1 and 2), such as the ‘spike output’ of a second unit. Thus, Spikelings can also be connected into simple neuronal networks (Fig 1B and 1C). A third BNC input connection (port 3) is an analog-in port that can be driven with a stand-alone stimulus generator or by a computer with a suitable output port. The gain and sign of all inputs can be continuously set with rotary encoder knobs (dials 1 and 2—with dial 2 controlling both analog-in and synapse 2 gain). One aim in the design of Spikeling was to also teach how neurons encode a sensory stimulus, so an on-board photodiode allows Spikeling to sense light. A light stimulus can be delivered externally (e.g., using a torch) or via an LED driven by a programmable on-board pulse generator. To mimic the ‘noisiness’ of biological neurons in intact neural circuits, a knob is provided to add variable amounts of membrane noise to the simulation (dial 3), while a final knob controls a static input current to set resting membrane voltage (dial 4).
For outputs, Spikeling features digital (port 4) and analog (port 5) BNC connections that can be used to visualise the ‘membrane voltage’ output on an external oscilloscope or to drive another Spikeling. Alternatively, the modelled membrane potential and several key internal processes (e.g., different current sources, input spikes, etc.) can be read out directly through the universal serial bus (USB)-based serial port into a computer for data logging and live display on a monitor (Fig 1B). We also provide Python (as Jupyter Notebook) and Matlab (Mathsworks) scripts for basic data visualisation and analysis. Finally, the system can be powered through the USB port or by a 9-V battery.
Simulating neuronal activity
In an informal setting, Spikeling can be explored in a playful manner simply by (i) depolarising or hyperpolarising the neuron via the input current (dial 4), (ii) dialling up the membrane noise (dial 3, Fig 2A), or (iii) manual stimulation of the photodiode with a torch (Fig 2B, S1 Video). In each case, elicited spike activity can be intuitively tracked by audible clicks coupled with flashes of the onboard LED. In parallel, membrane potential and input current can be tracked live on a personal computer screen through a serial plotter such as the openly available ‘Serial oscilloscope’ [14] (Fig 1B). In this setup, Spikeling can be used to explore basic concepts in neuronal coding. For example, holding a torch over the photodiode initially elicits a burst of spikes that gradually slows down if the light is held in place, thereby mimicking a slowly adapting ‘light-on’ responsive neuron (Fig 2B, left). The same experiment with Spikeling set to mode 2 (toggled via the on-board button) will reveal a rapidly adapting rebound burst of spikes upon removing the light, thereby mimicking a transient light-off responsive neuron (Fig 2B, center). Next, mode 3 mimics a sustained light-off driven neuron with an elevated basal spike rate (Fig 2B, right, confer S2 Video). In total, Spikeling is preprogrammed with 5 modes (S2 Fig). These can easily be modified or extended by the user in the Arduino code provided.
For more formal experimentation, Spikeling can be driven in a temporally precise manner via the analog-in port or a regularly pulsed light source mounted over the photodiode (S3 Video). As a stimulus, port 1 (synapse 1/stimulus out) can be flexibly reconfigured into a digital stimulus generator. Alternatively, an external 0–5-V analog stimulus generator can be connected (not shown). At default settings, this port will continuously generate 0–5-V pulses at 50% duty cycle, with the stimulation rate being controlled through dial 1. Accordingly, simply connecting port 1 (stimulus out) to port 3 (analog-in) allows for temporally precise stimulation of the model neuron.
The millisecond precision achieved in this way can then be exploited to study neuronal function in further detail. For example, at default settings (see Spikeling manual) the stimulator directly coupled to the analog-in port drives a highly stereotyped spike train upon repeated stimulation (Fig 3A, left), as further elaborated in the raster plot (Fig 3A, right, see also S2 Fig). From here, systematic variation of the analog-in gain (dial 2) can be used to drive Spikeling with different amplitude current steps, e.g., to build amplitude tuning functions for spike rate, latency, or first-spike time precision (Fig 3B).
Next, rather than delivering port 1’s square–pulse drive via analog-in, the user can instead drive an LED from the same port. In this way, positioning the LED above the photodiode (e.g., via the 3D-printable adapter provided or a custom paper tube) allows for temporally precise driving of Spikeling via light (Fig 3C). Adding noise to this simulation allows exploring how the addition of noise initially distorts spike timings before affecting rates (Fig 3D).
Similarly, the experimenter could vary the rate of stimulation to probe the intrinsic frequency tuning of a neuron (dial 1, not shown). At faster stimulus rates, Spikeling can be set to occasionally ‘miss’ individual current steps and instead adopt a volley code [15] for event timing (Fig 4A). In this configuration, Spikeling continues to phase lock to the stimulus, as summarised in the event-aligned plot to the right. Note that even though spikes frequently fail, the subthreshold potential continues to reliably track the stimulus. From here, the static input current (dial 4) and noise (dial 3) can be tweaked to put the system into stochastic resonance [16] [17]. In this situation, counterintuitively, the addition of noise is beneficial to the code (Fig 4B). In the example shown, the ‘generator potential’ (the noise-free stimulus–driven membrane voltage fluctuations) is itself insufficient to elicit any spikes. As a result, the neuron fails to encode the stimulus at the level of its spike output (Fig 4B, left). Addition of noise occasionally takes the membrane potential above spike threshold (Fig 4B, middle), and the probability of this threshold crossing is higher during a depolarising phase of the generator. As a result, the system now elicits spikes, which, depending on the noise level chosen, reliably phase locks to the stimulus (Fig 4B, right). Such stochastic resonance can be used, e.g., by sensory systems to deal with noisy inputs—summing across the spike output from many such resonating neurons can then reconstruct the original stimulus with high fidelity [18] [19].
Next, two or more Spikelings can be connected into a network via BNC cables (S4 Video). For this, the digital-out connector (port 4) of one unit is connected to one of two ‘synapse-in’ connectors (e.g., port 2) on another unit. Synaptic gain can then be controlled using a rotary encoder (here, dial 2) to vary the efficacy and sign of the coupling, thus mimicking excitatory or inhibitory connections (Fig 5A). Two reciprocally connected units can then be used to set up a basic central pattern generator [20] [21] (Fig 5B).
Spikeling can also be used to explore neuronal function more systematically, e.g., by estimating the linear filter that underlies its photo response in a given mode [22]. This is a fundamental approach in computational and sensory neuroscience, and the calculation of the linear filter is based on recording a neuron’s response to a ‘noise stimulus’ for several minutes. Subsequent reverse correlation of the elicited spike or subthreshold activity against the original stimulus then allows for calculating the average stimulus that drove a response in the neuron: the linear filter, sometimes also referred to as ‘time-reversed impulse response’ or ‘response kernel’. Reverse correlation to spikes is the more common calculation, when the linear filter is also termed the ‘spike-triggered average’ (STA) [23]. To explore this concept, Spikeling’s stimulus port (1) can be set to generate binary noise at a chosen frequency via a flag in the Arduino code (see Spikeling manual). In this configuration, the photodiode can be stimulated by this noise stimulus via an LED as before (Fig 6A, confer Fig 3C), thereby driving spikes and subthreshold oscillations. The linear filters of a mode 1 Spikeling (‘slow’) reveal a clear biphasic (band pass) stimulus dependence at the level of spikes but a monophasic dependence (low pass) at the level of subthreshold activity (Fig 6B, black). In comparison, the same mode 1 neuron retuned to use a rapidly adapting photodiode-driven current (‘fast’) gives a triphasic stimulus dependence at the level of spikes and a biphasic dependence at the level of the subthreshold generator (Fig 6B, red).
Taken together, Spikeling can be used in a variety of classroom and demonstration scenarios, ranging from simple observations of changes in spike rates upon stimulation to advanced concepts in neuronal computation and analysis.
An example set of Spikeling-based classroom exercises is provided (see Spikeling manual). From here, advanced users can easily reprogramme the Arduino code to implement or fine tune further functionalities as required. The entire project, including all code, hardware design, BOMs, and detailed build instructions are available online for anyone to freely view and modify (https://github.com/BadenLab/Spikeling and https://badenlab.org/resources/).
Spikeling in the classroom
We evaluated the utility of Spikeling in two classroom scenarios: (i) as a 2-day section within a 3-week intensive neuroscience summer school held at Gombe State University, Nigeria by TReND in Africa [24] and (ii) as part of an 18-lecture module on ‘Sensory function and computation’ delivered to third year undergraduate and MSc neuroscience students at the University of Sussex, UK. We report on each experience in turn.
At Gombe State University, Nigeria, we ran two identical 2-day sessions for a total of 18 Africa-based biomedical graduate students (9 at a time) as part of the seventh TReND/ International Society of Neurochemistry (ISN) school on Insect Neuroscience and Drosophila Neurogenetics [24]. None of the students had much experience with neuronal computation or electrophysiological techniques, although most had covered basic concepts in neuroscience such as action potential generation in their undergraduate degrees. We introduced Spikeling in three steps. First, we held a 1-hour lecture during which a single Spikeling was connected to a computer with the serial oscilloscope output being projected live to the wall. In parallel, a whiteboard was used for explanations and discussions. From here, we combined a general explanation of concepts in neuronal computation on the board (e.g., rate versus time coding, subthreshold integration, phase locking etc.) and then demonstrated each phenomenon in front of the class using Spikeling. Based on feedback after the class, this was perceived as a very engaging and effective method for introducing concepts in neuronal coding. Next, we moved on to assembling Spikelings from bags of precompiled parts (Fig 7A and 7B). For this, every student was provided with the printed circuit board, the electronic components, and a soldering iron and taken through the assembly process by two instructors. After 2–3 hours, every student had successfully assembled a working unit, despite most not having had any experience with soldering or electronic circuit logic. In a third step, each student was then provided with the serial oscilloscope software as well as the exercise document and asked to sequentially work through a set of predesigned exercises (Fig 7C and 7D, see Spikeling manual) in their own time, with faculty being available to help as required. Following the course, all students kept their Spikeling to facilitate their own teaching at their host institutions in 7 different African countries (Nigeria, Malawi, Sudan, Egypt, Kenya, Zambia, and Burkina Faso).
At the University of Sussex, UK, we introduced preassembled Spikelings as part of 3 sets of 3-hour workshops provided to students in groups of 13. For this, we used a PC lab where each student had their own Spikeling and PC with Arduino, Serial Oscilloscope, and Matlab preinstalled (Fig 7E and 7F). The first session began with a 20-minute presentation of basic concepts in neuronal modelling and electronics, followed by a conceptual comparison between the biophysically realistic yet computationally heavy Hodgkin Huxley model [25], [26] and the much lighter phenomenological Izhikevich model [7] implemented in Spikeling. Next, we projected the serial oscilloscope screen of a Spikeling connected to the lecturer’s laptop to the wall. This allowed easy, live demonstrations of some Spikeling functions, such as the photo response or the use of different modes. From here, we asked students to connect and set up their own units on their PCs and to start exploring ‘how to best drive spikes’ using their mobile phone torches. Students quickly realised that simply holding the light above the photodiode ceases to be effective after a few hundred milliseconds, while repeatedly moving the light over the photodiode reliably elicits bursts of spikes. In this way, students could intuitively explore basic concepts in time coding.
Afterwards, we brought everyone back to the same page by demonstrating these key ideas on the Spikeling output projected onto the wall. We then showed students how to use the stimulator, what the dials do, and how to log data on the serial oscilloscope. We also showed them how to load and display their data using prewritten Matlab routines (see Supporting information, which also provides analogous Python routines). From this point, we asked students to carry out their first ‘experiment’ quantifying a neuron’s tuning using 2 measures of response amplitude, instantaneous spike rate, and first-spike latency. These 2 tuning curves were compared, again followed by an in-class demonstration and discussion. In this way, we moved through the majority of Spikeling functions described in this paper over the course of 3 workshops.
Taken together, Spikeling allowed students to explore a number of fundamental aspects in sensory neuroscience, including analog and digital coding, detection of signals above noise, the functional consequences of adaptation, and the variety of temporal filters that neurons implement. The concepts acquired, as tested with take-home problem sets, dovetailed with lecture content covering rate and time coding, feature selectivity and tuning diversity, and adaptation. Students reported that the Spikeling work helped them to develop a more intuitive grasp of these central ideas in sensory and systems neuroscience.
Discussion
With modern systems of neuroscience increasingly moving into the area of big data for which the activity of thousands of neurons can be routinely recorded across a wide range of neuronal circuits [27–33], a deep understanding of how neurons encode and compute information is fundamental. These concepts need to be taught not just to students of the biological sciences but also to students of psychology as well as engineers and computer scientists interested in theoretical and computational neuroscience, artificial intelligence, and robotics [4]. However, concepts in neuronal coding and computation can be unintuitive to grasp or ‘dry’ in lectures, while classroom electrophysiology on live biological specimens can be technically challenging and costly to set up [3]. As a result, many students in these disciplines graduate without ever having had the opportunity to experience and control neuronal activity in hands-on experiments. Indeed, in many parts of the world, systems of neuroscience are only a rather peripheral aspect of neuroscience curricula, if present at all, while the cross-over of neuroscience into engineering and informatics often jumps immediately into discussions of networks based on units that are greatly simplified versions of biological neurons.
Spikeling is intended to help ameliorate some of these issues by allowing students to carry out experiments in the same general fashion as classical electrophysiologists but without the amplifiers, filters, manipulators, stimulus generators, and other equipment normally required. Its low cost makes it widely affordable, and once assembled, it can be used for teaching for many years without additional investment. It should also be immediately approachable to students of engineering and informatics who can explore the electrical properties of neurons and the code used to model these as well as carry out experiments illustrating basic concepts in theoretical and computational neuroscience [23]. By allowing students to interact physically with the device, e.g., by providing actual sensory inputs, Spikeling can help build an intuitive grasp of neuronal computations beyond that provided by pure computer simulation of neurons.
Other recent efforts have also recognised the need for more intuitive hardware models of spiking neurons, most notably the Neurotinker initiative [34], who release NeuroBytes. These come in a variety of neuron types, such as photoreceptors or motorneurons, and run a simple integrate-and-fire type model. Generally, NeuroBytes are designed to be very easy to use and to be connected in larger networks to teach neuronal control logic to children in a playful manner, albeit at the trade-off of giving less user control over model behaviour and data logging. In contrast, Spikeling is perhaps more suitable for undergraduate-level neuroscience education. Another initiative aiming to build microcontroller-based neurons is Spikee [35]. Finally, others have implemented the Izhikevich model on more powerful processors such as a Programmable-Intelligent-Computer-32 (PIC32) [36] or a field-programmable gate array (FPGA) [37]; however, these more expensive and complex implementations are, at least currently, more aimed at professionals in computing and electronic engineering and do not come with a dedicated lay and user-friendly interface. Notwithstanding, there are already many software-only implementations of neuron models available online for both research and teaching, including several that are free and open source. For example, NEURON [38] is a popular high-end neuron simulator environment used primarily in research, while simulator for neural networks and action potentials (SNNAP) [39] and MetaNeuron [40] are but two of many examples of educational options.
With time, we hope that others may take up our basic design and build upon it, e.g., by providing inputs to other sensory modalities such as touch or sound or by changing the Arduino code to implement new functions or simulate neurons with different tuning properties. Spikeling could also be used as a ‘test-neuron’ in conjunction with existing electrophysiological equipment, e.g., to quickly verify stimulus protocols or as a stimulus generator.
Another point for future improvements is the model refresh rate. In the current ‘standard’ setup with all options enabled, the model runs at approximately 420 Hz. While this is easily sufficient to model basic conceptual processes of neuronal function, it is slower than what might be expected from, e.g., a mammalian cortical neuron and instead rather resembles neurons of cold-blooded species. If desired, we elaborate how the user can trade-off model complexity for speed (see Spikeling manual).
Notably, we are currently working on a version 2.0 of Spikeling, which uses the more powerful and WiFi-capable ESP8266 instead of the Arduino Nano. This version can either execute the model at about 5 to 10 times the speed of the version presented here, or alternatively drive a standalone colour thin film transistor (TFT) screen at approximately the same speed as the Arduino Nano (without screen). For Spikeling 2.0, please refer to the GitHub, which is updated on an ongoing basis.
Spikeling is available on a share-alike open license, prompting any modifications of the original code to be freely distributed for everyone to use. We aim to keep these efforts centralised on the Spikeling GitHub (https://github.com/BadenLab/Spikeling) or link to new repositories as they arise to gradually build a community of users and contributors. For convenience, we also setup a simplified component sourcing option Kitspace at https://kitspace.org/boards/github.com/badenlab/spikeling/. All hardware instructions, code, manuals, and example data are freely available at https://github.com/BadenLab/Spikeling and https://badenlab.org/resources/.
Supporting information
Acknowledgments
We thank Peter Reed, Chen Qian, and Andre Maia Chagas for technical advice and Ihab Riad and Lucia Prieto Godino for helping with in-class Spikeling assembly and teaching in Nigeria. The authors would also like to acknowledge support from the FENS-Kavli Network of Excellence. In addition, we would like to thank the ISN, the Company of Biologists, the Cambridge Alborada Fund, and hhmi Janelia Research Campus for supporting our work in Nigeria.
Abbreviations
- BNC
Bayonet Neill-Concelman
- BOM
bill of materials
- CSV
comma separated variable
- FPGA
field-programmable gate array
- IDE
integrated development environment
- LED
light-emitting diode
- PCB
printed circuit board
- PIC32
programmable-intelligent-computer-32
- SNNAP
simulator for neural networks and action potentials
- STL
surface-tessilation
- TFT
thin film transistor
- TTL
transistor-transistor-logic
- USB
universal serial bus
Funding Statement
European research Council (grant number 677687). The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript. Marie Sklodowska - Curie European Training network “Switchboard” (grant number 674901). The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript. Deutsche Forschungsgemeinschaft (grant number BA 5283/1 - 1). The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript. Medical Research Council (grant number MC_PC_15071). The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript. Leverhulme Trust (grant number PLP_AAF_ 20171024). The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Footnotes
Provenance: Not commissioned; externally peer reviewed
References
- 1.Ramos RL, Fokas GJ, Bhambri A, Smith PT, Hallas BH, Brumberg JC. Undergraduate Neuroscience Education in the U.S.: An Analysis using Data from the National Center for Education Statistics. J. Undergrad. Neurosci. Educ. 2011. vol. 9, no. 2, pp. A66–70. [PMC free article] [PubMed] [Google Scholar]
- 2.Frantz KJ, McNerney CD, Spitzer NC. We’ve Got NERVE: A Call to Arms for Neuroscience Education. J. Neurosci. 2009. vol. 29, no. 11, pp. 3337–3339. 10.1523/JNEUROSCI.0001-09.2009 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Mead K, Dearworth J, Grisham W, Herin GA, Jarrard H, Paul CA et al. A Description of the Introduction to FUN Electrophysiology Labs Workshop at Bowdoin College, July 27–30, and the Resultant Faculty Learning Community. J. Undergrad. Neurosci. Educ. 2007. vol. 5, no. 2, pp. 42–48. [PMC free article] [PubMed] [Google Scholar]
- 4.Litt B. Engineering the next generation of brain scientists. Neuron. 2015. vol. 86, no. 1 pp. 16–20. 10.1016/j.neuron.2015.03.029 [DOI] [PubMed] [Google Scholar]
- 5.Petto A, Fredin Z, Burdo J. The Use of Modular, Electronic Neuron Simulators for Neural Circuit Construction Produces Learning Gains in an Undergraduate Anatomy and Physiology Course. 2017. J. Undergrad. Neurosci. Educ., vol. 15, no. 2, pp. 151–156. [PMC free article] [PubMed] [Google Scholar]
- 6.Friedman DP. Public Outreach: A Scientific Imperative. J. Neurosci., 2008. vol. 28, no. 46, pp. 11743–11745. 10.1523/JNEUROSCI.0005-08.2008 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Izhikevich EM. Simple model of spiking neurons. 2003. IEEE Trans Neural Netw, vol. 14, no. 6, pp. 1569–1572. 10.1109/TNN.2003.820440 [DOI] [PubMed] [Google Scholar]
- 8.Arduino. [Online]. 2003. Available from: http://www.arduino.cc/.
- 9.Baden T, Chagas AM, Gage G, Marzullo T, Prieto-Godino LL, Euler T. Open Labware: 3-D printing your own lab equipment. PLoS Biol. 2015. vol. 13, no. 3, p. e1002086 10.1371/journal.pbio.1002086 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Pearce JM. Open-Source lab, 1st ed Elsevier, 2013. [Google Scholar]
- 11.Mahowald M, Douglas R. A silicon neuron. Nature. 1991. vol. 354, no. 6354, pp. 515–8. 10.1038/354515a0 [DOI] [PubMed] [Google Scholar]
- 12.John Nicholls RM. From Neuron to Brain. University of Colorado—School of Medicine. 2012. 10.1371/journal.pmed.1001290 [DOI] [Google Scholar]
- 13.Sterling P Laughlin SB. Principles of Neural Design. The MIT press, 2016. [Google Scholar]
- 14.Serial Oscilloscope. 2013. [Online]. Available from: http://x-io.co.uk/serial-oscilloscope/.
- 15.Wever EG Bray CW. The perception of low tones and the resonance-volley theory. J. Psychol. Interdiscip. Appl. 1937. vol. 3, no. 1, pp. 101–114. [Google Scholar]
- 16.Gammaitoni L, Hänggi P, Jung P, Marchesoni F. Stochastic resonance. Rev. Mod. Phys. 1998. vol. 70, no. 1, pp. 223–287. [Google Scholar]
- 17.Shimokawa T, Rogel A, Pakdaman K, Sato S. Stochastic resonance and spike-timing precision in an ensemble of leaky integrate and fire neuron models. Phys. Rev. E. 1999. vol. 59, no. 3, pp. 3461–3470. [Google Scholar]
- 18.Baden T, Esposti F, Nikolaev A, Lagnado L. Spikes in Retinal Bipolar Cells Phase-Lock to Visual Stimuli with Millisecond Precision. Curr. Biol. 2011. vol. 21, no. 22, pp. 1859–1869. 10.1016/j.cub.2011.09.042 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Baden T, Nikolaev A, Esposti F, Dreosti E, Odermatt B, Lagnado L. A Synaptic Mechanism for Temporal Filtering of Visual Signals. PLoS Biol. 2014. vol. 12, no. 10. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Hooper SL. Central Pattern Generators. eLS, 2001. pp. 1–12. [DOI] [PubMed] [Google Scholar]
- 21.Sherrington CS. Flexion‐reflex of the limb, crossed extension‐reflex, and reflex stepping and standing. J. Physiol. 1910. vol. 40, no. 1–2, pp. 28–121. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Chichilnisky EJ. A simple white noise analysis of neuronal light. Netw. Comput. Neural Syst. 2001. vol. 12, pp. 199–213. [PubMed] [Google Scholar]
- 23.Abbott L, Dayan P. Theoretical Neuroscience: Computational and Mathematical Modeling of Neural Systems. The MIT Press, 2005. [Google Scholar]
- 24.Prieto Godino LL, Baden T. 2012. “TReND in Africa.” [Online]. Available from: www.TReNDinAfrica.org.
- 25.Hodgkin AL, Huxley AF. A quantitative description of membrane current and its application to conduction and excitation in nerve. J.Physiol. 1952. vol. 117, pp. 500–544. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Santamaria F, Bower JM. Hodgkin-Huxley Models. in Encyclopedia of Neuroscience. 2010. pp. 1173–1180. [Google Scholar]
- 27.Ahrens MB, Li JM, Orger MB, Robson DN, Schier AF, Engert F. Brain-wide neuronal dynamics during motor adaptation in zebrafish. Nature. 2012. vol. 485, no. 7399, pp. 471–7. 10.1038/nature11057 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Field GD, Gauthier JL, Sher A, Greschner M, Machado TA, Jepson LH et al. , Functional connectivity in the retina at the resolution of photoreceptors. Nature. 2010. vol. 467, no. 7316, pp. 673–7. 10.1038/nature09424 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Baden T, Berens P, Franke K, Roman-Roson M, Bethge M, Euler T. The functional diversity of mouse retinal ganglion cells. Nature, 2016. 529, 345–350. 10.1038/nature16468 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Franke K, Berens P, Schubert T, Bethge M, Euler T, Baden T. Inhibition decorrelates visual feature representations in the inner retina. Nature. 2017. vol. 542, no. 7642, pp. 439–444. 10.1038/nature21394 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Zimmermann MJ, Nevala N, Yoshimatsu T, Osorio D, Nilsson D, Berens P, Baden T. Zebrafish differentially process colour across visual space to match natural scenes. Current Biology. 2018. vol. 28, pp. 2018–32. 10.1016/j.cub.2018.04.075 [DOI] [PubMed] [Google Scholar]
- 32.Jun JJ, Steinmetz NA, Siegle JH, Denman DJ, Bauza M, Barbarits B et al. Fully integrated silicon probes for high-density recording of neural activity. Nature. 2017. vol. 551, no. 7679, pp. 232–236. 10.1038/nature24636 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Stevenson IH, Kording KP. How advances in neural recording affect data analysis. Nature Neuroscience. 2011. vol. 14, no. 2, pp. 139–142. 10.1038/nn.2731 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Neurotinker. 2015. [Online]. Available from: http://www.neurotinker.com.
- 35.Spikee. 2015. [Online]. Available from: https://www.youtube.com/channel/UCbnGzeoLUJIPCgCkfZseexg.
- 36.Land BR. Izhikevich neuron model optimized for PIC32. 2016. [Online]. Available from: https://hackaday.io/project/18613-izhikevich-neuron-model-optimized-for-pic32.
- 37.Land BR. “Neuron Models on FPGA.” [Online]. 2016. Available from: http://people.ece.cornell.edu/land/courses/ece5760/DDA/NeuronIndex.htm.
- 38.NEURON 2005. [Online]. Available from: https://www.neuron.yale.edu/neuron/
- 39.Baxter DA, Byrne JH. Simulator for neural networks and action potentials: Description and application. In: Methods in Molecular Biology: Neuroinformatics (Crasto CJ, ed), pp 127–154, Totowa, NJ, 2007. [DOI] [PubMed] [Google Scholar]
- 40.Newman MH, Newman EA. MetaNeuron: A Free Neuron Simulation Program for Teaching Cellular Neurophysiology. J Undergrad. Neurosci. Educ. 2013. Vol. 12(1), pp. 11–17. [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.