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.

48

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

48 results for “recommender systems”

Learn how ShareScore rates datasets ↗
zenodo32/100

A unified DTI prediction framework based on knowledge graph and recommendation system

<p>## A unified DTI prediction framework based on knowledge graph and recommendation system</p> <p>&nbsp;</p> <p># Code and data description</p> <p>## Scripts</p> <p>- `kge_nfm.py`: the complement of the KGE_NFM &amp; NFM methods.</p> <p>- `kge_rf.py`: the complement of the KGE_RF &amp; RF methods.</p> <p>- `deepdit.py`: the complement of the MPNN_CNN &amp; DeepDTI methods.</p> <p>- the complement of DTINet and DTiGEMS is tested based on their source packages (more in Prerequisites)</p> <p><br> &nbsp;</p> <p>## `data/` directory</p> <p>#### `yamanishi_08/` directory</p> <p>- `data_folds/`: 10 folds training set and test set in the three scenarios</p> <p>- `warm_start_1_1/`</p> <p>- `warm_start_1_10/`</p> <p>- `drug_coldstart/`</p> <p>- `protein_coldstart/`</p> <p>- `kg_data/`: supporting knowledge graph data</p> <p>- `dt_all_08.csv`: whole DTI dataset</p> <p>- `791drug_struc.csv`: drugbank id and smiles of drugs</p> <p>- `989proseq.csv`: kegg id and sequences of proteins</p> <p>- `morganfp.txt`: list of drug morgan fingerprints</p> <p>- `pro_ctd.txt`: list of protein descriptors</p> <p>&nbsp;</p> <p>#### `BioKG/` directory</p> <p>- `data_folds/`: 10 folds training set and test set in the three scenarios</p> <p>- `warm_start_1_10/`</p> <p>- `drug_coldstart/`</p> <p>- `protein_coldstart/`</p> <p>- `kg.csv`: supporting knowledge graph data</p> <p>- `dti.csv`: whole DTI dataset</p> <p>- `comp_struc.csv`: drugbank id and smiles of drugs</p> <p>- `pro_seq.csv`: sequences of proteins</p> <p>- `fp_df.csv`: list of drug morgan fingerprints</p> <p>- `prodes_df.csv`: list of protein descriptors</p> <p>&nbsp;</p> <p>#### `hetionet/` directory</p> <p>- `data_folds/`: 10 folds training set and test set in the three scenarios</p> <p>- `warm_start_1_10/`</p> <p>- `drug_coldstart/`</p> <p>- `protein_coldstart/`</p> <p>- `kg.csv`: supporting knowledge graph data</p> <p>- `dti.csv`: whole DTI dataset</p> <p>- `map_drugs_df`: drugbank id and smiles of drugs</p> <p>- `pro_seq.csv`: sequences of proteins</p> <p>- `fp_df.csv`: list of drug morgan fingerprints</p> <p>- `prodes_df.csv`: list of protein descriptors</p> <p>&nbsp;</p> <p>#### `luo&#39;s_dataset/` directory</p> <p>- `data_folds/`: 10 folds training set and test set in the three scenarios</p> <p>- `warm_start_1_1/`</p> <p>- `warm_start_1_10/`</p> <p>- `drug_coldstart/`</p> <p>- `protein_coldstart/`</p> <p>- `mapping/`: related mappings and similarity matrix (https://github.com/luoyunan/DTINet)</p> <p>- `protein.txt`: list of protein names</p> <p>- `disease.txt`: list of disease names</p> <p>- `se.txt`: list of side effect names</p> <p>- `drug_dict_map`: a complete ID mapping between drug names and DrugBank ID</p> <p>- `protein_dict_map`: a complete ID mapping between protein names and UniProt ID</p> <p>- `Similarity_Matrix_Drugs.txt` : Drug similarity scores based on chemical structures of drugs</p> <p>- `Similarity_Matrix_Proteins.txt` : Protein similarity scores based on primary sequences of proteins</p> <p>- `feature/`: related features used in methods</p> <p>- `drug_smiles.csv`: drugbank id and smiles</p> <p>- `seq.txt`: list of protein sequences</p> <p>- `morganfp.txt`: list of drug morgan fingerprints</p> <p>- `pro_ctd.txt`: list of protein descriptors</p> <p>&nbsp;</p> <p>#### `eg_model/` directory</p> <p>We provided a pre-trained kge model for example.</p> <p>- `dismult_400_warm_1_10.pkl`</p> <p><br> &nbsp;</p> <p># Prerequisites</p> <p>#### Operating system: Linux</p> <p>#### Programing language: python</p> <p>#### KGE_NFM &amp; NFM dependencies</p> <p>```</p> <p>- python 3.6</p> <p>- pandas &#39;1.1.5&#39;</p> <p>- numpy &#39;1.18.4&#39;</p> <p>- scikit-learn &#39;0.24.1&#39;</p> <p>- tensorflow &#39;1.15.0&#39;</p> <p>- ampligraph &#39;1.3.2&#39;</p> <p>- deepctr &#39;0.8.4&#39;</p> <p>```</p> <p>#### baseline dependencies</p> <p>- RF &amp; KGE_RF (included in KGE_NFM&amp;NFM dependencies)</p> <p>- MPNN_CNN &amp; DeepDTI:</p> <p>- source: https://github.com/kexinhuang12345/DeepPurpose</p> <p>```</p> <p>- deeppurpose &#39;0.0.9&#39;</p> <p>- torch &#39;1.6.0+cu101&#39;</p> <p>```</p> <p>- DTINet:</p> <p>- source: https://github.com/luoyunan/DTINet</p> <p>- note: in this work, we run the DTINet in a python environment, which need Linux system and python2. Importantly, this method requires the [Inductive Matrix Completion](http://bigdata.ices.utexas.edu/software/inductive-matrix-completion/) (IMC) library. More detailed information about the installation of this method could be found in the source code of the DTINet.</p> <p>- DTiGEMS:</p> <p>- source: https://github.com/MahaThafar/DTiGEMSplus</p> <p>- TriModel:</p> <p>- source: http://drugtargets.insight-centre.org/</p> <p><br> <br> &nbsp;</p> <p># Example (kge_nfm.py)</p> <p>&nbsp;</p> <p>#### A brief presentation of the results:</p> <p>- return average loss when training kge model</p> <p>```</p> <p>Average Loss: 0.475181: 2%|###3 | 1/50 [01:10&lt;57:31, 70.44s/epoch]</p> <p>```</p> <p>- return performance(mrr) on training set of DTI for early stopping (kge_model in `eg_model/`)</p> <p>```</p> <p>In [35]: roc = roc_auc(test_label,test_score)</p> <p>...: pr = pr_auc(test_label,test_score)</p> <p>...: print(roc)</p> <p>...: print(pr)</p> <p>0.8731770833333332</p> <p>0.44079654835037246</p> <p>```</p> <p>&nbsp;</p> <p>- nfm training process (`patience=10`)</p> <p>&nbsp;</p> <p>```</p> <p>In [45]: roc_nfm,pr_nfm,pred_y = train_nfm(feature_columns,train_model_input,train_label,test_model_input,test_label,patience)</p> <p>Train on 44851 samples</p> <p>Epoch 1/2000</p> <p>44851/44851 - 2s - loss: 0.5332 - precision: 0.0976</p> <p>Epoch 2/2000</p> <p>44851/44851 - 1s - loss: 0.4143 - precision: 0.0000e+00</p> <p>Epoch 3/2000</p> <p>44851/44851 - 1s - loss: 0.3456 - precision: 0.0000e+00</p> <p>Epoch 4/2000</p> <p>44851/44851 - 1s - loss: 0.3443 - precision: 0.0000e+00</p> <p>Epoch 5/2000</p> <p>44851/44851 - 1s - loss: 0.3470 - precision: 0.0000e+00</p> <p>Epoch 6/2000</p> <p>44851/44851 - 1s - loss: 0.3382 - precision: 0.0000e+00</p> <p>......</p> <p>Epoch 279/2000</p> <p>44851/44851 - 1s - loss: 0.0758 - precision: 0.9248</p> <p>Epoch 280/2000</p> <p>44851/44851 - 1s - loss: 0.0753 - precision: 0.9327</p> <p>Epoch 281/2000</p> <p>44851/44851 - 1s - loss: 0.0796 - precision: 0.9155</p> <p>Epoch 282/2000</p> <p>44851/44851 - 1s - loss: 0.0764 - precision: 0.9276</p> <p>Epoch 283/2000</p> <p>44851/44851 - 1s - loss: 0.0739 - precision: 0.9127</p> <p>```</p> <p>&nbsp;</p> <p>- reutrn results as type of roc_auc &amp; pr_auc</p> <p>```</p> <p>0.9812476679104477</p> <p>0.8803416284646345</p> <p>```</p>

opencc-by-4.0Jul 2021View details →
zenodo32/100

Deep Learning-Based Recommendation System: Systematic Review and Classification - Outputs

<p>The datasets provided are the outputs of the paper titled &quot;Deep Learning-Based Recommendation System: Systematic Review and Classification.&quot; They encompass multiple outputs, including primary articles, domain-focused articles, technique mapping, and domain mapping for each category.</p>

opencc-by-4.0May 2023View details →
ClinicalTrials.gov32/100

The Study of Recommendation System DiaCompanion for Women With Gestational Diabetes Mellitus

ClinicalTrials.gov study NCT05179798. IPD Sharing: Not stated. Countries: 1. Publications: 3.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov32/100

Patient Experience Recommender System for Persuasive Communication Tailoring

ClinicalTrials.gov study NCT02200432. IPD Sharing: Not stated. Countries: 1. Publications: 2.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov32/100

The System Fammeal With Tailored Recommendations and Gamification for Parents to Counteract Childhood Obesity

ClinicalTrials.gov study NCT03881280. IPD Sharing: Not stated. Countries: 1. Publications: 1.

restrictedIPD-UNDECIDEDFeb 2026View details →
dryad32/100

Data from: A clinical decision support system learned from data to personalize treatment recommendations towards preventing breast cancer metastasis

Open the record for dataset details and reuse information.

publicMar 2019View details →
zenodo28/100

Supporting Information for Recommender Systems in Antiviral Drug Discovery

<p>Supporting Information for Recommender Systems in Antiviral Drug Discovery</p>

opencc-by-4.0Feb 2020View details →
zenodo28/100

Figure 5 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 5 Option C: GDP/cap and GERD. Vertical axis: annual monetary contribution per country. Horizontal axis: countries corresponding to Table (left).

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

Figure 3 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 3 Option A: GDP and GERD testing. Vertical axis: annual monetary contribution per country. Horizontal axis: countries corresponding to table (left).

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

Figure 4 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 4 Option B with GDP and GERD/cap. Vertical axis: annual monetary contribution per country. Horizontal axis: countries corresponding to Table (left).

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

Figure 10 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 10 Visualisation of annual membership fees distribution according to the two proposals selected.

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

Replication Package for "Improving and Evaluating Code Recommender Systems"

<p>Replication Package for &quot;Improving and Evaluating Code Recommender Systems&quot;</p>

opencc-by-4.0May 2022View details →
zenodo28/100

Data for The "Effect of Semantic Knowledge Graph Richness on Embedding Based Recommender Systems"

Open the record for dataset details and reuse information.

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

recommender systems

<p>A collection of datasets for&nbsp;recommender systems.</p>

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

Usage Requirements on Recommender Systems for a Web Platform for Continuing Education in Public Transport in Germany

<p>The dataset contains usage requirements on recommender systems for a web platform for continuing education in public transport in Germany. The underlying data was collected in 28 stakeholder interviews.&nbsp;</p>

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

E-Course Recommendation System

<p>Students data with all attributes for course recommendation system</p>

opencc-by-4.0Sep 2023View details →
zenodo24/100

Obtaining a Set of Recommendations for Evolving Executable Languages towards Systems-of-Systems Architecture Design

<p>Obtaining a Set of Recommendations for Evolving Executable Languages towards Systems-of-Systems Architecture Design</p>

opencc-by-4.0Oct 2020View details →
zenodo24/100

Figure 6 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 6 Simulating inflation, between 2024 and 2040 – Basic number: 2% inflation per year.

opencc-by-4.0Jan 2024View details →
zenodo24/100

Figure 8 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 8 Simulation of inflation, Model B.

opencc-by-4.0Jan 2024View details →
zenodo24/100

Figure 7 from: Landel S, Lymer G, Pasterk M, Guiraud M, Worley K (2024) A report on recommendations for the most suitable financial contribution model for the Distributed System of Scientific Collections Research Infrastructure (DiSSCo-RI). Research Ideas and Outcomes 10: e117217. https://doi.org/10.3897/rio.10.e117217

Figure 7 Simulation of inflation, Model A.

opencc-by-4.0Jan 2024View 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