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.
1,943
datasets available to search
ShareScore release 0.9.0
Dataset results
1,943 results for “machine learning”
data collection for machine learning using eddy force function data
<p>Data for "On the choice of training data for machine learning of geostrophic mesoscale turbulence". Contains</p> <ul> <li>qgm2 code (from James Maddison, University of Edinburgh) for generating the data</li> <li>codes to process data from qgm2 for machine learning, and train convolutional neural networks to use the data</li> <li>sample data</li> <li>processed data to reproduce plots in the paper</li> </ul> <p>Files collected in different zip files to avoid the need to download the whole pack in one go. See readme for data/folder structure.</p>
Experiments data for "Reference Architecture for serverless Machine Learning"
<p>Data collected during experiments in my bachelor thesis.</p>
Data for the study: "Variational principle to regularize machine-learned density functionals: the non-interacting kinetic-energy functional"
<p>This set of files contains the raw data generated by the study titled:</p> <p>"Variational principle to regularize machine-learned density functionals: the non-interacting kinetic-energy functional"</p> <p>Contains:</p> <p>- A set of Jupyter Notebooks to analyzed the data and produce the figures presented in the paper.</p> <p>- runs: Contains the training and validation scripts for each of the systems studied in this work. Also holds the model weights and validation data.</p> <p>Three folders are found: Hchain, noninteracting and Atoms.</p> <p>- datasets: Holds all the datasets generated and employed in this work.</p>
Tailored machine learning models for functional RNA detection in genome-wide screens
<p>The prediction of noncoding RNA and protein coding genetic loci has received<br> considerable attention in comparative genomics aiming in particular<br> at the identification of properties of nucleotide sequences that are<br> informative of their biological role in the cell. We present here a<br> software framework for the alignment-based training, evaluation and<br> application of machine learning models with user-defined<br> parameters. Instead of focusing on the one-size-fits-all approach of<br> pervasive \is annotation pipelines, we offer a framework for the<br> structured generation and evaluation of models based on arbitrary<br> features and input data, focusing on stable and explainable results.<br> Furthermore, we showcase the usage of our software package in a<br> full-genome screen of Drosophila melanogaster and evaluate<br> our results against the well-known but much less flexible program<br> RNAz.</p> <p> </p>
Dataset for "Extraction of stratigraphic exposures on visible images using a supervised machine learning technique"
<p>This is the dataset used in a research paper "Extraction of stratigraphic exposures on visible images using a supervised machine learning technique".</p> <p>The content is</p> <ul> <li>Augmented images used in the U-Net training (aug_images.zip) <ul> <li>train/*.png: augmented original images (14,219 files)</li> <li>train_masks/*.png: augmented hand-masked images (14,219 files).</li> </ul> </li> </ul> <p>Note that original images include images obtained using <em>google-image-download</em>, a Python script published on GitHub (<a href="https://github.com/Joeclinton1/google-images-download/tree/patch-1">https://github.com/Joeclinton1/google-images-download/tree/patch-1</a>, Copyright © 2015-2019 Hardik Vasa). The whole images we obtained by <em>google-image-download</em> were labeled as noncommercial reuse with modification.</p> <p>For more details, please refer to a research paper "Extraction of stratigraphic exposures on visible images using a supervised machine learning technique".</p> <p>Correspondence: Rina Noguchi (r-noguchi@env.sc.niigata-u.ac.jp)</p>
AneuploidyML_Datasets: Machine-learning analysis of factors that shape cancer aneuploidy landscapes reveals an important role for negative selection
<p>This is raw data that were used to build the processed dataset for training and testing the machine learning</p>
Data for training AMSR2-CNN and its corresponding machine learning algorithm
<p>Despite the availability of multiple decades of passive microwave measurements from satellite platforms, their utility for developing quantitative, spatially distributed estimates of snowpack is yet to be realized. A major bottleneck is the use of simple conceptual retrieval model formulations that are ineffective in representing the significant heterogeneity and complexity of snow evolution, particularly over areas with complex topography and forest regions. Here we demonstrate a physics-constrained and interpretable Convolutional Neural Network (CNN) to learn the functional relationship utilizing multi-channel passive microwave brightness temperature measurements from the Advanced Microwave Scanning Radiometer 2 (AMSR2) and in-situ snow depth observations. The machine learning approach with CNN generates vastly improved snow depth estimates relative to the standard AMSR2 estimates. Compared to independent in-situ measurements of snow depth over the Continental United States, the domain averaged Pearson correlation measure is three times higher than that of the standard AMSR2 estimates (R<sup>2</sup>: 0.68 versus 0.21), while the systematic errors are reduced by approximately fourfold. Further, the CNN-based snow depth estimates also exhibit notable enhancements in regions with forests, deep snow, and melting snow, thereby alleviating the limitations faced by traditional algorithms in retrieving accurate snow depths. The interpretation of the CNN framework further indicates that the machine learning approach dynamically leverages both volume scattering and emission components from a suite of measured passive microwave signals to generate more accurate snow depth retrievals. The results of this study provide an important benchmark of high-quality snow retrievals from passive microwave satellite measurements by maximizing their information content.</p>
Density Functional Theory and Machine Learning for Electrochemical Square-Scheme Prediction: An Application to Quinone-type Molecules Relevant to Redox Flow Batteries
<p>The uploaded data contains (i) "<strong>01_Data</strong>" optimized molecular structure in XYZ format and the primary attributes and SMILES, (ii) "<strong>02_Datasets</strong>" datasets used in the publication, and (iv) "<strong>03_pynb_script</strong>" a Jupyter-Notebook. The <strong>01_Data </strong>directory contains more than 8000 subdirectories. Each is for a molecule that undergoes a two-proton two-electron transfer reaction. In each subdirectory, one finds the following files:</p> <p>(1) directories named corresponding to the ones in Figure 1 of the paper. Inside each, there are geometries and properties in XYZ and CSV format, respectively.</p> <p>(2)<strong> "freeEnergy.dat" </strong>contains the free energy of different states.</p> <p>(3) <strong>"schemesquare.dat" </strong>has the parameters of the electrochemical scheme of square representation.</p> <p>├── A<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── A1-<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── A2-<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── AH<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── AH1+<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── AH1-<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── AH2<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── AH21+<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── AH22+<br> │ ├── info.csv<br> │ └── pos.xyz<br> ├── <strong>freeEnergy.dat</strong><br> └── <strong>schemesquare.dat</strong><br> ******************************************************<br> The new version (v1.1) contains some updates around:<br> (i) The DFT calculations workflow in a folder called "<strong>04_workflow_of_DFT</strong>"</p> <p> The Gaussian input files have been explained in the "README" file.</p> <p>(ii) The Python scripts for data extraction have been added and can be found in "<strong>05_how_to_extracted_data</strong>"</p> <p>(iii) We explained how to compute the Purbaix diagram in great detail "<strong>06_how_to_compute_Pourbaix_diagram</strong>/"</p> <p>All these changes/improvements were applied/made following the Referee of Digital Discovery Journal. Here, we would like to thank him/her.</p>
Machine learning-based detection of weather fronts with DL-FRONT in CESM1.3
<p>These data are the results of detecting weather fronts with the machine learning algorithm DL-FRONT (see <a href="https://doi.org/10.5194/ascmo-5-147-2019">Biard and Kunkel 2019</a>) in simulations with the Community Earth System Model, version 1.3 (CESM1.3, see <a href="http://doi.org/10.1029/2019GL084057">Meehl et al. 2019</a>). The specific CESM1.3 simulations used here include: a historical climate simulation from 2000 to 2005, a simulation with Representative Concentration Pathway 2.6 (RCP2.6) forcing from 2006 to 2015, and a simulation with Representative Concentration Pathway 8.5 (RCP8.5) forcing from 2086–2100. See <a href="http://doi.org/10.1029/2022JD037038">Dagon et al. 2022</a> for a publication analyzing these machine learning detected weather fronts and associated extreme precipitation in historical and future climates.</p> <p>At each 3-hourly time step of simulation output over a North American spatial domain (10-77ºN, 171-31°W), DL-FRONT produced a set of spatial grids at 1° spatial resolution, for each of the five categories: cold front, warm front, stationary front, occluded front, and no front. Each cell in a spatial grid for a given category records the network-assigned probability (from 0.0 to 1.0) that the cell is in a weather front boundary region of that category (or, for the "no front" category, the probability that the cell is not in any weather front boundary region).</p> <p>The dataset contains three sets of files. The first set contains the original front probability maps. The second set contains "one hot" versions of the front probability maps. In the one hot version the five front-type probabilities for a spatial grid cell for a given time step are replaced by the value 1 for the largest front-type probability, and by 0 for the others. The third set contains front crossing rates (monthly, seasonal, annual) and climatologies/anomalies/standard deviations (monthly, seasonal) for each front type.</p> <p>The front probability files have names that follow the form cesm_fronts_<start_year>_<end_year>.nc for each simulation period. The one hot files have names that follow the form cesm_fronts__<start_year>_<end_year>_MaskedNetCDF_customgrid.nc. The rates files have names that follow the form cesm_fronts_<start_year>_<end_year>_frontRates_viaPolylines_customgrid.nc. For the one-hot and rates files, the historical and RCP2.6 simulation output have been combined into a single file.</p>
Streamflow Predictions using Machine Learning with Data Reformation
<p>Reference: Tran, Vinh Ngoc, Valeriy Y. Ivanov, and Jongho Kim. "Data reformation–A novel data processing technique enhancing machine learning applicability for predicting streamflow extremes." <em>Advances in Water Resources</em> 182 (2023): 104569. https://doi.org/10.1016/j.advwatres.2023.104569</p>
Dataset and Model Files for the Paper "Concrete Type Inference for Code Optimization using Machine Learning with SMT Solving"
<p>Dataset and model files for the paper "Concrete Type Inference for Code Optimization using Machine Learning with SMT Solving".</p>
Dataset for manuscript "Turnover number predictions for kinetically uncharacterized enzymes using machine and deep learning"
<p>Dataset for the github repository containing the code for the manuscript "Turnover number predictions for kinetically uncharacterized enzymes using machine and deep learning".</p>
Figures for 'Global streamflow modelling using process-informed machine learning'
<p>High-quality figures for the article 'Global streamflow modelling using process-informed machine learning' (<a href="https://doi.org/10.2166/hydro.2023.217">https://doi.org/10.2166/hydro.2023.217</a>).</p>
data for "A machine-learned approach to monitor chemical reaction via in-situ infrared spectroscopy"
<p>Source spectral and structural data of the AIMD trajectory and NEB calculation</p> <p>1. <a href="https://zenodo.org/api/files/2d59762e-fb91-4c71-be73-fc9b18275144/180-structure-IR.zip">180-structure-IR</a>.zip Source spectral and structural data of the AIMD trajectory for the selected 180 configurations</p> <p>2. <a href="https://zenodo.org/api/files/2d59762e-fb91-4c71-be73-fc9b18275144/md-pos-1.xyz?versionId=1a43760b-5cba-4548-85e6-6a45252403fc">md-pos-1.xyz</a> AIMD trajectories</p> <p>3. <a href="https://zenodo.org/api/files/2d59762e-fb91-4c71-be73-fc9b18275144/ML-0-5100.tar.gz?versionId=ed65c63f-aa96-4be4-abef-e7a5bb7bf22f">ML-0-5100.tar.gz</a> <a href="https://zenodo.org/api/files/2d59762e-fb91-4c71-be73-fc9b18275144/ML-0-5100.tar.gz?versionId=ed65c63f-aa96-4be4-abef-e7a5bb7bf22f">ML-5101-7500.tar.gz</a> <a href="https://zenodo.org/api/files/2d59762e-fb91-4c71-be73-fc9b18275144/ML-0-5100.tar.gz?versionId=ed65c63f-aa96-4be4-abef-e7a5bb7bf22f">ML-7501-9500.tar.gz</a> Source spectral and structural data of the AIMD trajectory for the extracted 9500 configurations</p> <p>4. <a href="https://zenodo.org/api/files/2d59762e-fb91-4c71-be73-fc9b18275144/split-neb-75.zip?versionId=a30f0f34-3ce2-4619-abd3-62e71174069b">split-neb-75.zip</a> Source spectral and structural data of the AIMD trajectory for the CO-CO dimerization reaction</p>
Quantifying the Effects of Vagus Nerve Stimulation on Gastric Myoelectric Activity in Ferrets Using an Interpretable Machine Learning Approach
<p>Raw data</p>
Machine Learning Estimation of Maximum Vertical Velocity from Radar (Test Data)
<p>Inside this archive is the testing dataset for the paper titled: <i>Machine Learning Estimation of Maximum Vertical Velocity from Radar, </i>currently under review in AMS AIES. The files are compressed using tar.gz, so know that decompressed this data is about 20 GB in size. The training and validation sets are much larger. If you need those, please reach out to me and we will work on getting you the data. </p><p>Please see the github repo for how to use this data: https://github.com/ai2es/hradar2updraft </p>
Code for the article titled "A New Approach to Ozone Profiling Based on MAX-DOAS Observations and Stacking Machine Learning Models"
Open the record for dataset details and reuse information.
Machine learning based methods to generate conformational ensembles of disordered proteins (len54)
<p>data is in rep_1 for all sequences, which contains the trajectory (xtc) file, Rg information (in the file Rg.out), pairwise distance information (in the file traj_analysis_data/pairwise_distance_matrix.csv) and the bspline coefficients (in the file bspline_info/xyz_coeff.npy)</p>
Machine learning based methods to generate conformational ensembles of disordered proteins (len18, point mutation)
<p>data is organized by bin number (0-9) and mutation location (4, 8, 12). (Note: in the manuscript, we used the nomenclature bins 1-10 and mutation locations 5,8,13. We simply used a 0-index convention when naming our folders). All data is in rep_1, which contains the trajectory (xtc) file, Rg information (in the file Rg.out), pairwise distance information (in the file traj_analysis_data/pairwise_distance_matrix.csv) and the bspline coefficients (in the file bspline_info/xyz_coeff.npy). However, for bin_num=9/mutation_loc=12, the data used is in rep_2, not rep_1. </p>
Machine learning based methods to generate conformational ensembles of disordered proteins (len36)
<p>data is in rep_1 for all sequences, which contains the trajectory (xtc) file, Rg information (in the file Rg.out), pairwise distance information (in the file traj_analysis_data/pairwise_distance_matrix.csv) and the bspline coefficients (in the file bspline_info/xyz_coeff.npy)</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.