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.
921
datasets available to search
ShareScore release 0.7.1
Dataset results
921 results for “neural networks”
Supplementary Dataset for the Paper: "Parameter-Adaptive Approximate MPC: Tuning Neural-Network Controllers without Re-Training"
<p>Supplementary dataset for paper Hose, Henrik, Alexander Gräfe, and Sebastian Trimpe. "Parameter-Adaptive Approximate MPC: Tuning Neural-Network Controllers without Re-Training." <em>arXiv preprint arXiv:2404.05835</em> (2024).</p> <p>The code to use this dataset is publicly available at <a href="https://github.com/hshose/Adaptive-AMPC-Cartpole">https://github.com/hshose/Adaptive-AMPC-Cartpole</a></p> <p>The dataset contains training and testing data to train an NN controller for a standart cartpole system.</p> <p>For each system, there are initial conditions as comma separated value in the `x0.txt` file, the MPC input trajectory in the `U.txt` file and the corresponding predicted state sequence in the `X.txt` file. Additionally, sensitivities (i.e. gradients dU/dtheta with respect to some system parameters theta) are provided in a file called `J.txt`.</p>
Exploring the Search Space of Neural Network Combinations obtained with Efficient Model Stitching - Results Data
Open the record for dataset details and reuse information.
Predictive Modeling of Bearing Degradation: LSTM Neural Networks for Uncertainty Quantification
<p>These MATLAB codes are part of a research project focused on predicting bearing degradation through vibration measurements. The codes implement LSTM (Long Short-Term Memory) neural network models trained under different objectives, including uncertainty quantification and RMSE (Root Mean Square Error) minimization. The objective of the research is to compare the performance of these models in predicting bearing health and assessing the associated uncertainty.</p> <p><strong>Note:</strong> The current codes are under embargo access as the corresponding paper has been submitted to the ESCA 11 conference. The codes will be made openly accessible upon acceptance of the paper and during the presentation dates. Please cite our paper when using these codes.</p>
MATLAB Implementation for Wind Turbine Prognosis Using Uncertainty Bayesian-Optimized Lightweight Neural Network
<p>These MATLAB codes accompany the paper titled "---," currently submitted to the 11th International Electronic Conference on Sensors and Applications (ECSA-11). The paper presents a novel approach to wind turbine prognosis for maintenance purposes using the Uncertainty Bayesian-Optimized Extreme Learning Machine (UBO-ELM) algorithm.</p> <p>The codes provided here implement the methodology described in the paper, including data preprocessing, model training and evaluation, uncertainty quantification, and visualization of results. These codes are intended for researchers and practitioners in the field of wind energy systems and predictive maintenance.</p> <p>Please note that the paper is currently under review at ECSA-11. Once the paper is approved and the embargo is lifted, these codes will be accessible openly. Users are kindly requested to cite our paper when utilizing these codes for their research.</p>
Dataset of paper "Neural Network Modeling of Black Box Controls for Internal Combustion Engine Calibration"
<p>These are the two training datasets for the Exhaust Temperature Model (ETM) and the Three-Way Catalyst Control Lambda Set Point (TWCC) Model, used in Black-Box Modeling, such as through Neural Networks.</p> <p>The datasets for each black box model are stored in XLSX files. Each dataset file contains ECU channel inputs, related Map parameters, and output. The ECU channel inputs and Map parameters are collected with Sobol methods. The output is generated by Hardware-in-the-Loop (HiL) corresponding to the related ECU channel inputs and Map parameters.</p> <p>The ETM model has four effective Maps, hence there are 32 corresponding shape-based algorithm parameters. Its output is the exhaust temperature. Its ECU channel inputs are as follows:</p> <p>CH_1: Intake valve cut-off condition</p> <p>CH_2: Thrust cut-off condition</p> <p>CH_3: Cylinder equalization control work cycle injection enabled</p> <p>CH_4: Ignition angle efficiency</p> <p>CH_5: Relative level of reduction</p> <p>CH_6: Lean engine lambda for cylinders on exhaust bank with lambda split</p> <p>CH_7: Rich engine lambda for cylinders on exhaust bank with lambda split</p> <p>CH_8: Exhaust gas mass flow</p> <p>CH_9: Engine speed</p> <p>CH_10: Relative air filling</p> <p>CH_11: Material temperature</p> <p>CH_12: Engine temperature</p> <p> </p> <p>The TWCC model has one Map, hence there are 8 corresponding shape-based algorithm parameters. Its output is lambda set point. Its ECU channel inputs are as follows:</p> <p>CH_1: Exhaust mass flow</p> <p>CH_2: Trigger bit for inhibiting the purge</p> <p>CH_3: Trigger bit for a rich mixture</p> <p>CH_4: Trigger bit for empty catalyst</p> <p>CH_5: Trigger bit for catalyst reset</p> <p>CH_6: Oxygen storage level</p> <p>CH_7: Desired air-fuel ratio</p>
Windy events detection in big bioacoustics datasets using a pre-trained Convolutional Neural Network
<p>This repository includes the code and all relevant files used throughout our study. These encompass everything from the initial sheets of the whole acoustic dataset utilised for selecting the annotated dataset to the notebook (.ipynb) and the recordings employed in training the model.</p> <p>The .wav file are compressed in the file: <a href="../api/records/11220741/draft/files/wind-noise-detection-main.7z/content" target="_blank" rel="noopener noreferrer">wind-noise-detection-main.7z</a>/data/208_file_recordings_paper_wind.tar</p> <p> </p> <p> </p>
Synthetic dataset and prediction files for the paper "Denoising of Geodetic Time Series Using Spatiotemporal Graph Neural Networks: Application to Slow Slip Event Extraction", by Costantino et al. (2024)
<p>Synthetic database used for training and evaluation of SSEdenoiser</p>
Data for "Investigating molecular transport in the human brain from MRI with physics-informed neural networks"
<p>Data analyzed in Zapf <em>et al.</em> <a href="https://www.nature.com/articles/s41598-022-19157-w">Investigating molecular transport in the human brain from MRI with physics-informed neural networks</a> (Scientific Reports 2022).</p> <p>The data consists of CSF tracer concentrations in the brain subregions analyzed in the article. The data was pre-processed as described in S1.1 in the supplementarty materials. </p> <p>In Python, load the data as numpy arrays using the nibabel package as</p> <pre><code>import nibabel data = nibabel.load("068/concentrations/24h.mgz").get_fdata() domain_mask = nibabel.load("068/masks/roi.mgz").get_fdata().astype(bool)<br>And view slices of the data as:</code></pre> <div> <div><span>plt</span><span>.</span><span>figure</span><span>()</span></div> <div><span>plt</span><span>.</span><span>imshow</span><span>(</span><span>np</span><span>.take(</span><span>data</span><span>, </span><span>150</span><span>, </span><span>0</span><span>), </span><span>vmax</span><span>=</span><span>0.1</span><span>)</span></div> <div><span>plt</span><span>.</span><span>figure</span><span>()</span></div> <div><span>plt</span><span>.</span><span>imshow</span><span>(</span><span>np</span><span>.take(</span><span>data</span><span>, </span><span>100</span><span>, </span><span>1</span><span>), </span><span>vmax</span><span>=</span><span>0.1</span><span>)</span></div> <div><span>plt</span><span>.</span><span>figure</span><span>()</span></div> <div><span>plt</span><span>.</span><span>imshow</span><span>(</span><span>np</span><span>.take(</span><span>data</span><span>, </span><span>100</span><span>, </span><span>2</span><span>), </span><span>vmax</span><span>=</span><span>0.1</span><span>)</span></div> <div><span>plt</span><span>.</span><span>show</span><span>()</span></div> </div> <pre> </pre>
Supporting data for "Neural Network-Based Interatomic Potential for the Study of Thermal and Mechanical Properties of Siliceous Zeolites"
Open the record for dataset details and reuse information.
Knowledge Graph Neural Network with Spatial-Aware Capsule for Drug-Drug Interaction Prediction
Open the record for dataset details and reuse information.
Dataset for: Trait-mediated speciation and human-driven extinctions in proboscideans revealed by unsupervised Bayesian neural networks
<p>This repository contains the output of all birth-death neural network simulations and the empirical analyses of Proboscidean diversification. For details see the Readme of the individual directories.</p>
PLANT SPECIES RECOGNITION USING LEAF IMAGES AND CONVOLUTIONAL NEURAL NETWORKS (CAAR dataset, version 1)
<p>The CAAR dataset contains leaf images from plants obtained from the Arboreal Collection at Augusto Ribas Agricultural College (CAAR/UEPG). This plant collection is situated in Augusto Ribas College, located at the Ponta Grossa State University, Ponta Grossa, Paraná, Brasil. The images were taken using a smartphone camera with a resolution of 1659 x 2658 pixels and 24 bits of color depth. For each plant, images samples were collected using a white paper sheet background, varying the leaf orientation. The<br>number of plant species used to build the dataset is equal to 35. Data augmentation, using rotation and zoom, were used to increase the data size from 730 to 1986 images in this dataset.</p>
Dataset of miRNA-Disease Relations Extracted from Textual Data using Transformer-based Neural Networks
<p>Supplementary Data.</p>
Computation noise promotes zero-shot adaptation to uncertainty during decision-making in artificial neural networks
<p>This dataset contains the behavioral choice data obtained from N = 230 participants that played a two-armed bandit task (139 females, age: 34 +/- 10 years) in partial and complete feedback conditions, as described in (Findling, Skvortsova et al., 2019, Nature Neuroscience, https://doi.org/10.1038/s41593-019-0518-9).</p> <div> <div> <div> <p>The experiment was performed on the Prolific platform (prolific.co) and the research was carried out following the principles and guidelines for experiments including human participants provided in the declaration of Helsinki and approved by the relevant authorities (Inserm Ethical Review Committee, IRB #00003888). All participants provided written informed consent prior to their inclusion.</p> </div> </div> </div>
Achieving Peak Performance: Unveiling the Best Hyperparameter Combination for Accurate Skin Disorders Pose Classification with Convolutional Neural Network
<p>This material has presented on 2nd International Conference on Advance Research in Social and Economic Science in October 25, 2023.</p>
Data from: Using artificial neural networks and citizen science data to assess jellyfish presence along coastal areas
<p><strong><span>General Information</span></strong></p> <p><span>This dataset was used in the study titled "Using artificial neural networks and citizen science data to assess jellyfish presence along coastal areas". The study employs citizen science data collected from the Infomedusa application to assess the presence of jellyfish on beaches along the Andalusian coast, along with environmental data to analyze the factors influencing jellyfish distribution. The study aims to employ machine learning techniques, specifically a Multi-Layer Perceptron (MLP) neural network, to classify user comments on the presence or absence of jellyfish and analyze how environmental factors such as sea surface temperature, wind direction, and wind speed influence jellyfish distribution.</span></p> <p><strong><span>Dataset Columns</span></strong></p> <ul> <li><strong><span>Fecha</span></strong><span>: Timestamp of the comment made by the user in the Infomedusa application.</span></li> <li><strong><span>Municipio</span></strong><span>: Name of the municipality where the beach mentioned in the comment is located.</span></li> <li><strong><span>Jellyfish</span></strong><span>: Binary variable indicating the presence (1) or absence (0) of jellyfish according to the user’s comment.</span></li> <li><strong><span>Comunidad</span></strong><span>: Autonomous community to which the municipality belongs.</span></li> <li><strong><span>Provincia</span></strong><span>: Province to which the municipality belongs.</span></li> <li><strong><span>Latitud</span></strong><span>: Geographical latitude of the municipality where the comment was made.</span></li> <li><strong><span>Longitud</span></strong><span>: Geographical longitude of the municipality where the comment was made.</span></li> <li><strong><span>Set</span></strong><span>: Set of grouped beaches for geographical analysis. Each set includes beaches close to each other and the nearest weather station.</span></li> <li><strong><span>Month</span></strong><span>: Month when the comment was made.</span></li> <li><strong><span>Longitud_sea</span></strong><span>: Longitude of the nearest point in the sea for which environmental data was available.</span></li> <li><strong><span>Latitud_sea</span></strong><span>: Latitude of the nearest point in the sea for which environmental data was available.</span></li> <li><strong><span>SST</span></strong><span>: Sea Surface Temperature at the nearest point in the sea to the municipality, obtained from the Copernicus Marine Environment Monitoring Service.</span></li> <li><strong><span>Wind_dir</span></strong><span>: Wind direction measured at the weather station closest to the municipality, provided by the Spanish Meteorological Agency (AEMET).</span></li> <li><strong><span>Wind_speed</span></strong><span>: Wind speed measured at the weather station closest to the municipality, provided by the AEMET.</span></li> </ul> <p><strong><span>Data Sources</span></strong></p> <ul> <li><strong><span>Infomedusa APP</span></strong><span>: Application developed by the Provincial Council of Malaga and Aula del Mar of Malaga to monitor the presence of jellyfish through citizen participation.</span></li> <li><strong><span>Copernicus Marine Environment Monitoring Service (CMEMS)</span></strong><span>: Provides data on sea surface temperature with an hourly temporal resolution and a spatial resolution of 0.0625° x 0.0625°.</span></li> <li><strong><span>Agencia Estatal de Meteorología (AEMET)</span></strong><span>: Provides daily data on wind direction and speed.</span></li> </ul>
Convolutional Neural Networks and their Activations: An Exploratory Case Study on Mounded Settlements
<p>This data set represents the output of our paper "Convolutional Neural Networks and their Activations: An Exploratory Case Study on Mounded Settlements". It comprises png images of 400x800 pixels. Half of the image represents a section of CORONA imagery where a site (files named Site_.png) or no site (files named NonSite_.png) is present. The other half of the image contains the activation map produced by various explainability techniques.</p>
Train and Test Dataset for a Neural Network for the task of RSA Segmentation in the context of a Master thesis 2024
<p>The data corresponds to the work of the master thesis "3D Segmentation of Plant Roots from MRI Images for Enhanced Automated Root Tracing using Deep Neural Networks" by Daniel Weißen from the 24/07/2024</p> <p>train_data.tar<br>- contains the training and validation data used for the DNN<br> - data_gmm contains the soil noise data based on a Gaussian Mixture Model<br> - data_FS contains the soil noise data based on the Fourier Synthesis approach described in the thesis</p> <p>test_data.tar<br>- contains the test data which is manually labeled</p> <p>segmentations.tar<br>- contains the segmentations of the trained SwinUNETR-V2+ on the real test MRIs<br> - fs_model_output: contains the Fourier Synthesis trained NNs segmentation<br> - fmm_model_output: contains the GMM trained NNs segmentation<br> - threshold_output: contains the Dice optimized threshold labeling</p> <p>FS_checkpoint.ckpt, GMM_checkpoint.ckpt<br>- contains the checkpoint for the trained SwinUNETR-V2+ on the Fourier synthesis, and GMM soil noise respectively</p>
Modeling fluid flow in ship systems for controller tuning using an artificial neural network
<p>Dataset used to develop ANN NARX models</p>
Discovering and explaining the learning process of neural networks: A study on EEG data. The animated visualizations.
<p>In the paper 'Discovering and explaining the learning process of neural networks: A study on EEG data' frames of animated visualizations are presented. Here, the full animations are made available so they can be used for interpretation.</p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.