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.

129

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

129 results for “Deep neural network”

Learn how ShareScore rates datasets ↗
zenodo36/100

Tell Me, What Do You See?—Interpretable Classification of Wiring Harness Branches with Deep Neural Networks- dataset

<p>Dataset associated with the paper &quot;Tell Me, What Do You See?&mdash;Interpretable Classification of Wiring Harness Branches with Deep Neural Networks&quot;</p>

opencc-by-4.0Jun 2021View details →
zenodo36/100

Dataset for the Global Prediction Of Total Organic Carbon In Marine Sediments Using Deep Neural Networks (nn-toc)

<p>The data folder contains the raw features and labels used for training machine learning models to predict total organic carbon in marine sediments.&nbsp;</p> <p>The data folder has three subfolders:</p> <ol> <li>raw : contains the labels, features and other data used to train the machine learnign models</li> <li>interim : transformed data, which has to be reproduced</li> <li>output : output from the models, used for analysis and visualisation</li> </ol> <p>The data folder has to be integrated in the Git repository nn-toc, to execute the code.</p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0May 2024View details →
zenodo36/100

The benefit of combining a deep neural network architecture with ideal ratio mask estimation in computational speech segregation to improve speech intelligibility

<p>Contains all the data:</p> <p>Bentsen, T., T.May, A. A. Kresnner, and T. Dau. The benefit of combining<br> a deep neural network architecture with ideal ratio mask estimation<br> in computational speech segregation to improve speech intelligibility.<br> PLOS ONE., in review.</p> <p>There are two folders:</p> <ol> <li><strong>WRSs:</strong> the Word Recognition Scores (WRSs) from the listener study. The matrix has dimensions 9 conditions x 20 subjects. Data is ordered corresponding to the following condition order:<br> &#39;UP&#39;, &#39;GMM&#39;, &#39;GMM (3 subbands)&#39;, &#39;GMM (7 subbands)&#39;, &#39;GMM (11 subbands)&#39;, &#39;DNN (IBM)&#39;; &#39;DNN (IBM, 40 ms)&#39;; &#39;DNN (IRM)&#39;; &#39;DNN (IRM, 40 ms)&#39;</li> <li><strong>Masks:</strong> <ul> <li><strong>GMM-IBMs:&nbsp;</strong>IBMs and estimated IBMs for the models&nbsp;&#39;GMM&#39;, &#39;GMM (3 subbands)&#39;, &#39;GMM (7 subbands)&#39;, &#39;GMM (11 subbands)&#39;</li> <li><strong>DNN-IBMs:</strong>&nbsp;IBMs and estimated IBMs for the models&nbsp;&#39;DNN (IBM)&#39;; &#39;DNN (IBM, 40 ms)&#39;</li> <li><strong>DNN-IRMs</strong>: IRMs and estimated IRMs for the models&nbsp; &#39;DNN (IRM)&#39;; &#39;DNN (IRM, 40 ms)&#39;</li> </ul> </li> </ol>

opencc-by-4.0Mar 2018View details →
zenodo36/100

Deep convolutional neural network for owl vocal identification

<p>This repository contains all the code and data necessary to replicate the results presented in Ruff et al. 2019, &quot;Automated identification of avian vocalizations with deep convolutional neural networks&quot;, and is published in support of that manuscript. The folder&nbsp;includes several Python scripts,&nbsp;our trained convolutional neural network (CNN), and a set of 164,210 spectrogram images that were reviewed to generate CNN performance metrics. We include the CNN&#39;s predicted class scores for the test images as well as the set of labels assigned to the same images by experienced human technicians. The published article can be found here:&nbsp;<a href="https://zslpublications.onlinelibrary.wiley.com/doi/full/10.1002/rse2.125">https://zslpublications.onlinelibrary.wiley.com/doi/full/10.1002/rse2.125</a></p> <p>As presented, the CNN is designed to accept grayscale PNG images at 500x129 resolution and will generate a set of seven class scores for each image. Class scores are the softmax activation from the final (seven unit) fully-connected layer of the CNN. Scores are bounded between 0 and 1 and sum to 1 for each image. This means target classes are implicitly treated as mutually exclusive (i.e., each image belongs to exactly one class), although in reality some images contain calls from &gt;1 target species.</p> <p>The different scripts and their functions are as follows:<br> - Code used to construct and train the CNN is in Owl_CNN_train_model.py<br> - Code to generate spectrograms with randomized parameters based on tagged calls in audio files is in Owl_CNN_generate_training_data.py<br> - Code to generate random spectrograms from a set of audio files (used to generate training data for the Noise class) can be generated with Owl_CNN_make_noise_data.py<br> - Code used to process raw audio files, including segmenting them into 12 s clips, generating spectrograms, and generating class scores using a pre-trained CNN is in Owl_CNN_process_audio.py<br> - Code to generate class scores for an existing set of spectrogram images using a pre-trained CNN are in Owl_CNN_process_images.py</p> <p>Our seven target classes are as follows:<br> AEAC - Northern saw-whet owl, Aegolius acadicus.<br> BUVI - Great horned owl, Bubo virginianus.<br> GLGN - Northern pygmy-owl, Glaucidium gnoma.<br> MEKE - Western screech-owl, Megascops kennicottii.<br> STOC - (Northern) spotted owl, Strix occidentalis caurina.<br> STVA - Barred owl, Strix varia.<br> Noise - Catch-all for any clip that did not contain vocalizations of at least one of the six owl species listed above.</p> <p>The CNN was trained for 100 epochs and saved only after epochs in which validation loss improved. Loss was measured as categorical cross-entropy. The CNN was last saved at epoch 97 with reported metrics:<br> Training loss = 0.218<br> Training accuracy = 0.972<br> Validation loss = 0.165<br> Validation accuracy = 0.987</p> <p>Although this code has been tested and works on our system, we make no guarantee that it will work for others without modification. Created using Python version 2.7.14, TensorFlow version 1.2.1, Keras version 2.2, and SoX version 14.4. Code was developed by Bharath Padmaraju, Zack Ruff, and Chris Sullivan. Questions and comments may be directed to zjruff at gmail dot com.</p> <p>Zack Ruff<br> 15 July 2019</p>

opencc-by-nc-4.0Jul 2019View details →
zenodo36/100

Dataset for supervised learning with a deep neural network to assess azimuthal localisation in sound field synthesis

<p>Dataset for supervised learning with a deep neural network to assess azimuthal localisation in sound field synthesis.<br> Released as part of the Master Thesis &#39;An Auditory Model for Azimuthal Localisation in Sound Field Synthesis&#39;.</p> <p>This database is calculated from the data of listening experiments.</p>

opencc-by-4.0Nov 2019View details →
zenodo36/100

Phyloformer: Fast, accurate and versatile phylogenetic reconstruction with deep neural networks

<p>This record is composed of:&nbsp;</p> <ul> <li>The <code>results.tar.gz</code> file which &nbsp;contains all the output files necessary to reproduce the figures and tables from the linked paper</li> <li>The 3 datasets used to fine tune different versions of Phylofofmer: <ol> <li><code>cherry_fine_tune.tar.xz</code> used to fine tune Phyloformer on the CherryML model</li> <li><code>LG_fine_tune_mre.tar.xz</code> used to fine tune Phyloformer on LG+GC data with an MRE loss</li> <li><code>pastek_fine_tune.tar.xz</code> used to fine tune Phyloformer on the SelReg model</li> </ol> </li> <li>The <code>paper_test_sets.tar.xz</code> file contains the test sets used to generate data in <code>results.tar.gz</code>, with simulated tree/msa pairs and trees inferred by different methods</li> </ul>

opencc-by-4.0Jun 2024View details →
zenodo36/100

Surfaces/regoliths used in the training and testing of the deep neural network for surface reconstruction from simulated exospheric measurements

<p>This dataset contains the surfaces/regoliths in terms of elemental surface composition used in v2.0 - v2.5 of the paper collection: "Conceptual framework for the application of deep neural networks to surface composition reconstruction from Mercury&rsquo;s exosphere".</p>

opencc-by-4.0Sep 2024View details →
zenodo36/100

Inputs and outputs for exospheric simulations used in the deep neural network for surface reconstruction from simulated exospheric measurements

<p>This dataset contains the inputs and outputs of the exospheric simulations performed for v2.0 - v2.5 of the paper collection: "Conceptual framework for the application of deep neural networks to surface composition reconstruction from Mercury&rsquo;s exosphere".</p>

opencc-by-4.0Sep 2024View details →
zenodo36/100

Inputs and outputs for the training and testing of a deep neural network for surface reconstruction from simulated exospheric measurements

<p>This dataset contains inputs (datasets) and outputs (trainings and tests) used in v2.0 - v2.5 of the paper collection: "Conceptual framework for the application of deep neural networks to surface composition reconstruction from Mercury&rsquo;s exosphere".</p>

opencc-by-4.0Sep 2024View details →
zenodo36/100

Deep learning based on convolutional neural networks to classify nanobiomechanical data

Open the record for dataset details and reuse information.

opencc-by-4.0Sep 2024View details →
zenodo36/100

Dataset for: Synthetic Micrographs of Bacteria (SyMBac) Allows Accurate Segmentation of Bacterial Cells Using Deep Neural Networks

<p>Datasets for the paper&nbsp;Synthetic Micrographs of Bacteria (SyMBac) Allows Accurate Segmentation of Bacterial Cells Using Deep Neural Networks, published in BMC Biology.</p>

opencc-by-4.0Oct 2022View details →
zenodo36/100

Dataset for "Invariance of Object Detection in Untrained Deep Neural Networks"

<p><strong>Dataset for<br> &quot;Invariance of Object Detection in Untrained Deep Neural Networks&quot;</strong><br> Jeonghwan Cheon, Seungdae Baek, and Se-Bum Paik*<br> *Contact: sbpaik@kaist.ac.kr<br> &nbsp;<br> To run demo codes for &quot;<a href="https://github.com/vsnnlab/Invariance">Invariance of Object Detection in Untrained Deep Neural Networks</a>&quot;, please download files below.<br> &nbsp;<br> <strong>1. Image.zip</strong><br> <strong>- Object dataset (Foldername: selectivity_var)</strong>: This set was used to find units that selectively respond to a specific object class. It contains nine object classes (bed, chair, desk, dresser, nightstand, monitor, sofa, table, toilet) and 200 images are prepared to an object class. Each image has different object identities, which means it rendered from different object 3D models (Princeton ModelNet, a 3D CAD model dataset for computer vision and cognitive science [https://modelnet.cs.princeton.edu/]). To render image of object dataset, horizontal viewpoint variation angle was randomly set between -30&deg; and +30&deg;. In object dataset, brightness and contrast of images are statistically comparable across the object class.<br> <strong>- Viewpoint dataset for invariance test (Folder name: invariance_test)</strong>: This set was used to test the viewpoint invariant characteristic of object selective units. This dataset consists of 13 subsets which has different viewpoints from -180&deg; to +180&deg; in linear scale step. It contains 200 different object identities in an object class, which are the same as those used in the object dataset.<br> <strong>- Viewpoint dataset for finding invariant unit (Folder name: invariance_unit)</strong>: This set was used to find object selective units that specifically or invariantly responded to object images of different viewpoints. This dataset consists of five angle-based viewpoint classes (-60&deg;, -30&deg;, 0&deg;, 30&deg;, 60&deg;) with 50 object identities which were not used to find object selective unit<br> <strong>- SVM dataset (Folder name: SVM_var)</strong>: This set was used to train and test SVM which performs object detection task. It contains 60 different object identities in an object class, which were not used to find object selective unit. Specifically, it consists of 18 subsets which has different viewpoint variation range from 0&deg; to 180&deg;. For example, subset with 180&deg; viewpoint variation range contains images which shows different viewpoints of objects within range of -90&deg; and +90&deg;.</p>

opencc-by-4.0Nov 2022View details →
zenodo36/100

SlumberNet: Deep learning classification of sleep stages using residual neural networks

<p>Sleep research is fundamental to understanding health and well-being, as proper sleep is essential for maintaining optimal physiological function. Here we present SlumberNet, a novel deep learning model based on residual network (ResNet) architecture, designed to classify sleep states in mice using electroencephalogram (EEG) and electromyogram (EMG) signals. Our model was trained and tested on data from mice undergoing baseline sleep, sleep deprivation, and recovery sleep, enabling it to handle a wide range of sleep conditions. Employing k-fold cross-validation and data augmentation techniques, SlumberNet achieved high levels of accuracy (~98%) in predicting sleep stages and showed robust performance even with a small and diverse training dataset. Comparison of SlumberNet&#39;s performance to manual sleep stage classification revealed a significant reduction in analysis time (~50x faster), without sacrificing accuracy. Our study showcases the potential of deep learning to facilitate sleep research by providing a more efficient, accurate, and scalable method for sleep stage classification. Our work with SlumberNet demonstrates the power of deep learning in sleep research, and looking forward, SlumberNet could be adapted to human EEG analysis and sleep stage classification. Thus, SlumberNet could be a valuable tool in understanding both sleep physiology and disorders in mammals.</p>

opencc-by-4.0May 2023View details →
zenodo36/100

YudengLin/memristorBDNN: Uncertainty quantification via a memristor Bayesian deep neural network for risk-sensitive reinforcement learning

<p>This code repository is partly to support risk-sensitive reinforcement learning experiment in the manuscript &quot;Uncertainty quantification via a memristor Bayesian deep neural network for risk-sensitive reinforcement learning&quot; submitted to Nature Machine Intelligence.</p>

openother-openMay 2023View details →
ClinicalTrials.gov36/100

Deep Neural Network for Stroke Patient Gait Analysis and Classification

ClinicalTrials.gov study NCT04968418. IPD Sharing: NO. Countries: 1. Publications: 3.

closedIPD-NOFeb 2026View details →
dryad36/100

Using deep convolutional neural networks to forecast spatial patterns of Amazonian deforestation: supporting data and outputs

Open the record for dataset details and reuse information.

publicJul 2022View details →
dryad36/100

PhyloCNN: Improving tree representation and neural network architecture for deep learning from trees in phylodynamics and diversification studies

Open the record for dataset details and reuse information.

publicDec 2025View details →
dryad36/100

Re-evaluating deep neural networks for phylogeny estimation: the issue of taxon sampling

Open the record for dataset details and reuse information.

publicAug 2020View details →
dryad36/100

Data from: Testing the equivalency of human “predators” and deep neural networks in the detection of cryptic moths

Open the record for dataset details and reuse information.

publicJan 2025View details →
zenodo32/100

MOLI: multi-omics late integration with deep neural networks for drug response prediction

<p>Harmonized data used in &quot;MOLI: multi-omics late integration with deep neural networks for drug response prediction&quot;, 2019,&nbsp;<em>Bioinformatics&nbsp;</em><a href="https://academic.oup.com/bioinformatics/article/35/14/i501/5529255">https://academic.oup.com/bioinformatics/article/35/14/i501/5529255</a>.&nbsp;<br> CNA.tar.gz contains CNA profiles with non-integer estimates of copy number, e.g. log-ratios. Please use binarized CNA profiles&nbsp;(CNA_binary.tar.gz) to replicate the results described in the paper.&nbsp;</p> <p><br> All raw data were obtained from open sources:<br> - https://www.cancerrxgene.org/<br> - ArrayExpress https://www.ebi.ac.uk/arrayexpress/<br> - Firehose Broad GDAC http://gdac.broadinstitute.org/runs/stddata__2016_01_28/data/<br> - Supplementary of Gao et al., 2015 https://www.nature.com/articles/nm.3954</p> <p>Gene symbols were mapped to&nbsp;Entrez Gene IDs. Data preprocessing is described in detail in supplementary materials. The code is available at&nbsp;<a href="https://github.com/hosseinshn/MOLI/tree/master/preprocessing_scr">https://github.com/hosseinshn/MOLI/tree/master/preprocessing_scr</a>.</p>

opencc-by-4.0Sep 2019View 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