Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

19

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

19 results for “Spiking Neural Networks”

Learn how ShareScore rates datasets ↗
zenodo44/100

Event-Based Velocity Prediction for Spiking Neural Networks

<p>This dataset is intended to be used to predict the velocity based on the event pixels present in the data, given in (t, x, y, p) format alongside a ground truth velocity reading. A novel dataset using people and various objects moving in front of an RGB video camera was created. The positions of each entity and the associated times were captured with a Vicon motion tracking system. These two types of data were calibrated so that the movement in the video matched the measurements recorded by the Vicon system. The types of data collected include two different people carrying a calibrated Vicon Active Wand and moving around the room, a Lambda aerial robot with motion tracking markers that flew around the room, a box with motion tracking markers that were tossed back and forth in the air, and the same box was slid across the floor.&nbsp;The video recording was simulated as event camera data. Each pixel changes state independently of all the other pixels. The Open Event Camera Simulator (ESIM) from the Robotics and Perception Group at the University of Zurich and ETH Zurich is used. The event camera simulator used, ESIM, allows for accurate event simulation data. The ground truth velocities were calculated from the position and timestamps recorded by the Vicon system.</p>

opencc-by-4.0Jun 2022View details →
zenodo44/100

Data for conductance-based simulations of "Cortical oscillations support sampling-based computations in spiking neural networks"

<p>This repository contains the full data generated by the conductance-based simulations described in: <a href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009753">Cortical oscillations support sampling-based computations in spiking neural networks</a>. The code is accessible via <a href="https://doi.org/10.5281/zenodo.5512526.">this repository</a>.</p>

opencc-by-4.0Sep 2022View details →
zenodo40/100

Cortical oscillations support sampling-based computations in spiking neural networks

<p>This archive contains the scripts for generating the data and figures and the data of the publication: &quot;Cortical oscillations support sampling-based computations in spiking neural networks&quot;.</p> <p>The different parts of the material are grouped into separate archives to enable modular usage and can be individually downloaded as required:</p> <ul> <li>The archive spike-based-tempering_scripts.tgz contains all the scripts to reproduce the simulation data and figures.</li> <li>The file software.img contains the third-party software needed to execute the simulations of the current-based experiments.</li> <li>The archive current-based_experiments_data includes the scripts and the simulation data for the current-based experiments.</li> </ul>

opencc-by-sa-4.0Sep 2021View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 14. Number of artificial creatures that could survive in the external environment

<p>Artificial creatures and the virtual environment are designed and implemented in a C++ platform in which simulations are performed. In the GA algorithm, at First step a population of 100 complex artificial creatures that each of them had 150 neurons were tested and evaluated by GA; each neuron connected to 15 post-synaptic neurons with different axonal conduction delays between every two neurons. In every generation fitness function has been calculated for all population. The initial energy level for each creature is considered as 50. Figure 14 the number of survived chromosome increases with<br> generation progressing.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 11. Crossover with two cut points

<p>Then next generation are produced by combination of the elites (15%), crossover (55%) and mutation (30%) of the initial population. Elites are the best chromosomes which are directly transferred to the next generation. Because of long chromosome length, for crossover, five points are randomly chosen in each parent as cut points. Figure 11 shows a typical crossover with two cut points and Figure 12 illustrates a flowchart for the proposed evolutionary model. Selections are based on Roulette Wheel selection, more detailed information can be found in.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 10: A typical neuron and postsynaptic connections with weights and delays

<p>First, an initial random population of creatures is generated where the neural networks of the creatures are coded as chromosomes, as shown in Figure 10a and Figure 10b. Each chromosome consists of four parts: A1, A2, A3 and A4. Each part consists of N segments for N neurons of a typical neural network structure. The first part, A1, denotes a, b, c and d parameters of neurons Izhikevich model (discussed in (1) and (2)). Each segment of A2 shows postsynaptic weights and connections for corresponding neuron and each segment of A3 indicates postsynaptic delays of theconnections. Segment A4 shows postsynaptic neurons that are connected to corresponding neuron, as shown in Figure 10b.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 5. The periphery of circular area around of artificial creature in each position

<p>It is assumed in the simulation that the artificial creature in each location stands in the center of a circular area with a radius of its vision range, i.e. 2 meters. If the creature turns around itself; it only can see objects in its visual range. When a food object appears in the periphery of this circular area, a creature should find this food. Moving around, another food appears in a random place on periphery of the circular area, and this procedure repeat for 5 iterations. As shown in Figure 5 the periphery of the circular area around the artificial creature in each position is divided to 48 slots, which can be considered as a rectangular. In the simulation program it is implemented as an array of 48 &times; 3.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 2. Example of different axonal conduction delay between presynaptic neuron A0 and postsynaptic neuron A1 and A2

<p>Different axonal conduction delays between every two neurons are applied as follows:<br> For instance, consider presynaptic neuron A0 and postsynaptic neurons A1 and A2 in Figure 2. If neuron A0 fires spike S0 in t = 9 and S1 in t = 11 and with a time step equal to 0.5 ms, S0 arrives to A1 in t = 13 and to A2 in t = 14 where S1 arrives to A1 in t = 15 and to A2 in t = 16. This is implemented using counters assigned to each spike which increases with each time step in the time window. If counters arrive to axonal delay values, the effect of spikes from presynaptic neuron applies to the post synaptic neurons.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 8. Flowchart for movements of creature

<p>Window time has a fixed length between and and is an appropriate time interval [5]. So in each time window the total number of spikes in each three neurons is compared with other three neurons and artificial creature moves toward direction that the respective neurons fired maximum number of spikes. These fixed time<br> windows consist of 600 time-steps. Each time step is 0.5 ms. Flowchart in Figure 8 shows details.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 1. Typical neural networks SYNAPTIC

<p>A reservoir network has been used in this paper. This structure has been shown in Figure 1.<br> As is observable this network has two input and output layers. The neuronal network that have been<br> used is composed of N = 150 randomly connected Izhikevich spiking neurons and different axonal<br> conduction delays between each two neurons. Information is transferred between neurons of the<br> networks through the links between every two neurons representing synapses. Each neuron is<br> connected to M = 15 random neurons, so that the probability of connection is M / N = 0.15. It is<br> noticeable that in this network, not only the connection between two neurons is random, but also the<br> neurons type selection is random, too.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 13. Average fitness at generation progressing

<p>Figure 13 compares the average fitness at generations in one typical program running. As can be seen from this figure, the average of fitness grows as the number of generations increases.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 7. Effect of different type of movement on the image in the vision of artificial creature.

<p>Figure 7a, Figure 7b, Figure 7c and Figure 7d, shows effect of different type of movement on the image in the vision of artificial creature if food be on vision boundaries. As mentioned each part of the image equal 7.5 degree.<br> Therefore 15 degree left or right rotation locomotion equivalent two parts shift toward left or right.<br> For motion to forward direction, size of the image has been reduplicated so that each part has been become to the two similar parts. Then half of new image in right side and left side has been deleted in order to create new close image in vision. Accordingly, if food be on vision boundaries, the number of black parts of the image for the food object in ultimate location is 2, by one movement to forward direction the number of these parts become to 4, by one movement to forward direction the number of these parts become to 8 and so on. After four movements to forward all part of the image is black and the creature is succeed find the food object.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 6, One image in sight of artificial creature.

<p>Figure 6 shows an image in sight of the creature, where the food in this image is the dark part of the vision. If the food object places in the vision edge of the artificial creature (2 meters), two squares in the image in sight of the creature becomes black and by getting the artificial creature closer to the food, more squares of image in sight become block and if all parts of the image in sight of the creature become black, the artificial creature has been successful in finding the food object. In Figure 6 each part of the image divided to 3 subparts because 3 neurons per part of image in the input layer of the artificial creature network (vision) have been considered. So vision of the artificial creature composed of 60 neurons due to:</p> <p>For each black part of image in sight of the artificial creature, three signals as the input signals is applied to the three respective neurons.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 9. A typical artificial life form and circular area around of it

<p>As mentioned the reservoir neural network has been chosen for neural network of the artificial creature as main body structure. Figure 9 illustrates a typical artificial life form and circular area around of it. Maximum seeing of the artificial life form is periphery of the circular area and can&#39;t see places that have beyond of periphery of the circular area. The artificial creature by each movement is the center of a circular area so if the creature move to forward direct can see new<br> places and some places are voided of seeing.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 12. Genetic Algorithm flowchart

<p>Then next generation are produced by combination of the elites (15%), crossover (55%) and mutation (30%) of the initial population. Elites are the best chromosomes which are directly transferred to the next generation. Because of long chromosome length, for crossover, five points are randomly chosen in each parent as cut points. Figure 11 shows a typical crossover with two cutpoints and Figure 12 illustrates a flowchart for the proposed evolutionary model. Selections are based on Roulette Wheel selection, more detailed information can be found in.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 4: Pseudo code for applying different axonal conduction delay between presynaptic neurons and postsynaptic neurons

<p>In each time step, axonal conduction delays between presynaptic neurons and postsynaptic neurons are examined whether they are equal to the elements of array I_S, to apply the respective spikes.<br> The pseudo code for applying different axonal conduction delay between presynaptic neurons and postsynaptic neurons are shown in Figure 4.</p>

opencc-by-4.0Oct 2013View details →
zenodo40/100

BRAIN Journal-Evolving Spiking Neural Networks for Control of Artificial Creatures-Figure 15. Movements a typical successful creature to find food

<p>Figure 15 (a, b, c, d, e, f, g, h) illustrates movements of a typical successful creature for finding one food object.</p> <p>We believe that this study can be a step forward in understanding the morphology of artificial creatures. Also this paper suggests more complex artificial life examination by adding different part to these networks similar to different segments of the brain such as: vision, locomotion, hippocampus and communication in a future work. Because of the different axonal conduction delay between every two neurons in the neural network of artificial creatures in this paper, our next study is to enhance the artificial lives by STDP learning.</p>

opencc-by-4.0Oct 2013View details →
zenodo32/100

Formation and Retrieval of Cell Assemblies in a Biologically Realistic Spiking Neural Network Model of Area CA3 in the Mouse Hippocampus

<p>Dataset accompanying the manuscript "Formation and Retrieval of Cell Assemblies in a Biologically Realistic Spiking Neural Network Model of Area CA3 in the Mouse Hippocampus". This dataset is used to re-create all figure panels with underlying data in the manuscript.</p>

opencc-by-4.0Mar 2024View details →
zenodo28/100

Analogue Memristive Devices based on La2NiO4+δ as Synapses for Spiking Neural Networks

Open the record for dataset details and reuse information.

opencc-by-4.0Nov 2023View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record