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.

3

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3 results for “Convolutional neural networks (CNN)”

Learn how ShareScore rates datasets ↗
zenodo40/100

Goat-CNN: A Lightweight Convolutional Neural Network for Pose-Independent Body Condition Score Estimation in Goats

<p>Here we introduce the dataset utilized in our published paper entitled "<a href="https://www.sciencedirect.com/science/article/pii/S2666154324002114">Goat-CNN: A Lightweight Convolutional Neural Network for Pose-Independent Body Condition Score Estimation in Goats</a>".</p> <p>Contained within the "bcs" folder are all the videos collected for this study. Each video file is named with a format denoting its respective details. The first number signifies the sequence of collection, the second denotes the ear tag, and the final figure represents the body condition score (BCS) value.</p> <p>For example: "1_158734_2.50" indicates the first sampling of an animal with the ear tag "158734" and a BCS value of "2.50".</p> <p>Additionally, we provide two Python scripts in this repository. The first script, "Video2Frame.py", facilitates the splitting of videos into individual frames. The second script, "Frames2npy.py", converts these frames into two numpy-friendly files with the extension ".npy". These files contain both the images ("X_train_bcs300.npy") and their corresponding labels ("Y_train_bcs300.npy").</p> <p>Furthermore, for the convenience of swift experimentation, we have included the desired .npy files within the repository.</p> <p>To load these files into your Python environment, you can use the following code snippet:</p> <div> <div>th4figs = '/content/drive/MyDrive/compag_2023/'</div> <br> <div>path4images = "/content/drive/MyDrive/CodeRefarm/datasets/BCS/X_train_bcs300.npy"</div> <div>Xtrain = np.load(path4images)</div> <br> <div>path4labels = "/content/drive/MyDrive/CodeRefarm/datasets/BCS/Y_train_bcs300.npy"</div> <div>Ytrain = np.load(path4labels).astype(float)</div> <br> <div>print("X train : ", Xtrain.shape)</div> <div>print("Y train : ", Ytrain.shape)</div> <div> <div> <div> <div> <div> <div> <div>&nbsp;</div> </div> <div>&nbsp;</div> </div> </div> </div> </div> <div> <div> <div> <div> <div> <div> <div> <div> <pre>X train : (5332, 300, 300, 3) Y train : (5332,)<br> </pre> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>

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

Figure 1. CNN architecture (adopted from Krizhevsky et al. '12)-Measuring Customer Behavior with Deep Convolutional Neural Networks

<p>The architecture of a CNN can be described as following. A small pixel region goes to input neurons and then connects to a first convolution hidden layer (Figure1). There we can see a set of learnable filters, which are activated during the presentation some particular type of feature in pixel region in the input. On this phase, CNN does shift invariance, which is carried by feature map. Subsampling layer goes next. There we have two processes: local averaging and sampling. As a result, we get declining resolution of feature map. To correspond this task CNN needs supervised learning. Before starting the experiment, we gave a set of labeled videos with different emotional experience. The system analyses images and finds similar features. Then the system creates a map, where it arranges videos in accordance with similar features. Thereby, images with similar emotions form certain class. &nbsp;To test the system, we add other videos and correct the system when it refers them improperly. The proposed model consists of four convolutional layers, followed by max-pooling layers, and three fully-connected layers with a final classificatory presented with MLP (with six basic outputs, corresponding to basic emotions for emotion classification and two outputs for motion classification for typical and non-typical behavior). The input data was presented as infrared camera output.</p>

opencc-by-4.0Jan 2016View details →
zenodo36/100

Channel State Information (CSI) analysis for predictive maintenance using Convolutional Neural Network (CNN)

<p>Dataset manual:</p> <p>This dataset contains CSI amplitude values for rotating motors in an office environment. Details of the experiments may be found in the corresponding paper published in the DATA&#39;19 workshop, SenSys (<a href="https://doi.org/10.1145/3359427.3361917">https://doi.org/10.1145/3359427.3361917</a>).&nbsp;</p> <p>Folder structure:<br> The folders for servo motor and stepper motor contains separate folders for network reconnection conditions (w_recc: with reconnections, wo_recc: without recconnections) and load conditions (w_load: with load and wo_load: without load). The data is stores as Matlab files with .mat extentions.&nbsp;</p> <p>File structure:<br> In each file name, the digits after the &#39;_&#39; at the end of the file name correspond to the speed of the motor. In case of stepper motor these numbers could be directly interpreted as rpm. Ex: table_inj_with_load_5_0.mat corresponds to stationary motor (0 rpm) and table_inj_with_load_5_250.mat corresponds to motor rotating with 250 rpm speed. In the case of servo motor these numbers should be mapped with the following table in order to get the speeds.</p> <p>0: 0 rpm<br> 50: 14.45 rpm<br> 100: 8.02 rpm<br> 150: 5.38 rpm<br> 200: 4.05 rpm<br> 250: 3.26 rpm<br> 300: 2.67 rpm<br> Ex: table_inj_with_load_50.mat corresponds to motor running with 14.45 rpm.</p> <p>Each file has 3 columns, each corresponding to CSI value, labels (speed/last digits in the file name) and the data sample number (not in sequence as a result of packer loss) respectively. CSI values are typically a matrix of size 3000*180 (3000 CSI samples for 3sec data @1kHz sampling rate and 180 channels for 6 antenna pairs @ 30 subcarrier data per antenna).</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