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.
6,250
datasets available to search
ShareScore release 0.7.1
Dataset results
6,250 results for “Classification”
BRAIN Journal-An Enhancement over Texture Feature Based Multiclass Image Classification under Unknown Noise-Figure 5. Performance in experiment 1 for both approaches
<p>The first experiment is carried out on data set containing 16 class and 50 images of each<br> class for training and 100 images of each class for testing. Initially the original images are resized to<br> 128X128 pixels and six texture features are extracted from 800 training images in the first<br> approach. It produces a feature matrix of size 6X800. Similarly 6X1600 feature matrix is produced<br> for testing stage. Then a neural classifier is designed with ten hidden layers and 16 output layers.<br> Feature matrix of training images are used to train the neural network. After that they are tested on feature matrix of test image. In second approach, the original images are divided into 16 blocks of<br> size 32X32 pixel each block. So it produces 96 features (16 blocksX6 features) for each image and<br> feature matrix of 96X800 for training image and 96X1600 feature matrix for testing samples.</p>
BRAIN Journal-An Enhancement over Texture Feature Based Multiclass Image Classification under Unknown Noise-Figure 3. Applying Wiener Filter on noisy image
<p>The Wiener filter is the mean square error-optimal stationary linear filter for images<br> degraded by additive noise and blurring. It removes the additive noise and inverts the blurring<br> simultaneously. The Wiener filtering is a linear estimation of the original image. The approach is<br> based on a stochastic framework.</p>
BRAIN Journal-An Enhancement over Texture Feature Based Multiclass Image Classification under Unknown Noise-Figure 2. Original image affected by Gaussian noise
<p>In this research work we have detected Gaussian noise (fig 2) pattern in our images based on<br> methodology discussed in [18]. Where statistical moments features are extracted from the noise<br> patterns for noise class detection. This experiment detects the Gaussian noise patterns from images.<br> This leads to applying of wiener filter on noisy images, which gives the best noise removal.</p>
Figure 3. Electrode placement diagram-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>Reference electrode placed AFz placed in between AF1 and AF2 electrode and ground<br> electrode Oz is placed between O1 and O2 electrodes. The impedance of the electrode range is<br> 5KΩ. The sampling rate was fixed range between 256 samples per second for all the channels.<br> Figure 3 shown in below which is represent the electrode placement diagram. The recorded EEG<br> signal is used to recognize the different level of emotions.</p>
Figure 2. Emotion recognition using EEG-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>This section describes that collection of EEG signals for different emotion recognition<br> experiments. The electroencephalography signals of 32 participants were recorded during one<br> minute videos. Based on that participants are rated in terms of valence and arousal, like/dislike,<br> familiarities and dominance. Emotion related ratings are given based on the online self assessment<br> which is 120 one minute extracted music videos, which are rated by 14-16 volunteers based on<br> arousal and valence. The EEG signals were recorded using 64 electrodes, first 62 electrodes are<br> active electrode, one for reference and remaining one is ground electrode. All the electrodes are<br> placed on the scalp which is made up of the Ag/Ag-Cl. Figure 2 shown in below which is represent<br> the basic EEG signal recording methods and emotion analysis process.</p>
Figure 1. Brain Structure-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>EEG data have collected from<br> desirable subjects. Each and every EEG signal has different kind of bands like Alpha, Beta,<br> Gamma, Theta, and Delta. Each band stores the particular information about the emotions. Alpha<br> band (8-13 Hz) which located in Frontal Occipital, Beta band (13-30 Hz) which located in Frontal<br> Central, Gamma band (30-100 Hz), Theta band (4- 7 Hz) which located in Midline Temp, Delta<br> band (0-4Hz) which located in Frontal Lobe. Before processing the EEG signal and extracting these<br> bands, preprocess the signal and reduce the noise. The basic brain figure is shown in below.</p>
Figure 8. Sample Emotion Classification Result-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>For all the 32 participants the EEG signal has to be sampled and process their emotions. The<br> emotions are depends on the music and video clips. In this paper the video clips are changed from<br> one person to other person. Here hybrid feed forward neural networks with radial basis function;<br> probabilistic neural network classifier is used to classify the emotions from EEG. PNN is very fast<br> and insensitive neural network which provides the optimized classification result. Compare to the<br> multi layer perception neural network it provide accurate result. It classifies the emotion into two<br> different groups like arousal and valence. Figure 8 shows that the model implemented result of<br> emotion classification and person identification.</p>
Figure 7. Neural Network model-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>In Probabilistic Neural Network the operations are organized into a multilayer feed forward<br> neural network with four layers like input layer, hidden layer, pattern layer and output layer. PNN<br> use the Euclidean distance measure the difference between one neuron to other neurons. The actual<br> target values are stored in the hidden neuron and the optimized weighted values are fed into the<br> same category hidden neuron. Then finally the output layer compared the weighted votes of each<br> target values and the target votes are used to predict the emotions.</p>
Figure 10. Sensitivity and specificity of different bands-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>Figure10 has shown in sensitivity and specificity of different neural network which is used<br> to explain how exactly the emotions are classified into groups and accuracy value shown in above<br> table 3.</p>
Figure 9. Mean Square Error for different bands-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>Figure 9 has shown in different epochs using neural networks with mean square error<br> performance and the Table 3 shows that different bands mean square error values while training the<br> neural networks with particle swarm optimization.</p>
Figure 6. Mean square error of alpha band-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>Particle swarm optimization algorithm first optimizes the neural networks weight and bias<br> and provides the minimum mean square error with nearer by zero. The following figure 6 has<br> shown that minimum mean square error when training the particular band features.</p>
Figure 5. Process flow of PSO-Classification of Human Emotion from Deap EEG Signal Using Hybrid Improved Neural Networks with Cuckoo Search
<p>PSO is used to identify the best solution from collection of solution. It is a computational<br> method that optimizes a problem by iteratively trying to improve a candidate solution with regard to<br> a given measure of quality. PSO optimizes a problem by having a population of candidate solutions,<br> here dubbed particles, and moving these particles around in the search-space according to simple<br> mathematical formulae over the particle's position and velocity. Each particle's movement is<br> influenced by its local best known position but, is also guided toward the best known positions in<br> the search-space, which are updated as better positions are found by other particles. This is expected<br> to move the swarm toward the best solutions. PSO is a metaheuristic as it makes few or no<br> assumptions about the problem being optimized and can search very large spaces of candidate<br> solutions. However, metaheuristic such as PSO do not guarantee an optimal solution is ever found.<br> The following Figure 5 explains the basic flow of PSO process.</p>
Figure 19. Dynamics of the filtered images with the 9 algorithms and the 2 methods of classification-Efficient Filtering of Noisy Fingerprint Images
<p>The classification (Malik, Gautam, Sahai, Jha & Singh, 2013) and ranking stage can be visualized in the Figure 19, the summary of the filtered images is shown in Table 3 and the pseudocode of the current step can be visualized in Figure 18. The overall results show that the two selection criterion: fuzzy and aggregation indicate that the most efficient algorithm is A6 and according to each criterion there can be made certain decisions to choose the best filters for each situation. Also, the results are influenced by the parameters set to calibrate the filtering, the fuzzy profiles, the weighted sum or the vicinity approach.</p>
Figure.4. Proposed system's flow chart-Single Trial Classification of Evoked EEG Signals Due to RGB Colors
<p>In this paper we proved the possibility to perform a single trial classification the EEG signals which are evoked by the RGB color stimulus. The required time to do this process is much shorter than the time which is required by any other stimulus, such as imagery and spelling words, which is presented in the previous researches. This result proves the main idea behind using colors in the next generation of BCI systems, which is based on introducing more efficient and faster systems that are able to give a quicker response than any other time. As a future work, we are going to conduct a BCI application that controls a cursor movement on PC by using those signals. This is unlike earlier BCI systems where cursor controlled movement application is controlled by the imagination of foot and hand movement, but no one has controlled it with colored stimuli before. Such study would be used to simulate an environment where a disabled person would be expected to drive a vehicle in a virtual environment with a possible uniform background, in which the vehicle will either start and/or stop moving on appearance of Green and Red lights respectively.</p>
Figure.3.Average accuracy of investigated FE methods-Single Trial Classification of Evoked EEG Signals Due to RGB Colors
<p>Each data set is recorded with 60 trails for each color from four channels, each trail contains 768 frames per channel. In order to train all the data from all channels, the trail contained 3072 frames as one vector. Then, trail by trail passed to EMD to reduce the data into a collection of intrinsic mode functions (IMF) from which the features can be extracted. Each data set represents 9 IMFs, each IMF contains lower frequency components than the previous one. In this paper, we investigate some of feature extraction methods to find out which one can give us the most reliable features. In order to know that, we trained these features with the SVM classifier and the accurate results are placed in the below tables. The classification's accurate results of the investigated feature extraction methods are shown in Figure 3. According to the accuracy of the results, we found that the best method to extract features is through the EMD residual, where the average accuracy was of 88.5% within 14 seconds. This is due to the nature of the residue as it provides the frequency representation of the delta, alpha and beta rhythms, which are the main components of ERP that respond to different color stimuli. A flow chart is inserted in Figure 4 as a summary for the used methods in this study.</p>
Figure 1. Experimental protocol-Single Trial Classification of Evoked EEG Signals Due to RGB Colors
<p>Various methods exist to enhance and pre-process EEG signals by removing different artifacts like eye movement and blinking, Electrooculography (EOG) or Electromyography (EMG). The complexity of EEG signal's representation makes it difficult to define the circle that encloses most of the data points of their total. The problem with these methods is that they work at frequency domain or time domain, but not both, which causes a loss of important data during the processing stage. The researches show that the combination of frequency and time domain information can provide more completed features that improve the classification performance of EEG signals. Empirical Mode Decomposition (EMD) has recently been developed by N. (Huang Huang et al., 1998) as an adaptive time-frequency data analysis method. It has proven to be quite versatile in a broad range of applications for extracting signals from data generated in noisy nonlinear and non- stationary processes. Wavelet Transform (WT) is also an analysis method that uses the time- frequency domain. However, EMD acts essentially as a filter bank, resembling those involved in wavelet decompositions.</p>
Figure 2-Single Trial Classification of Evoked EEG Signals Due to RGB
<p>The auto regressive (AR) model has high ability to represent the EEG signal characteristics and form reliable feature sets (Hatamikia, Maghooli, & Nasrabadi, 2014). The AR function computes the coefficients of an AR model of order p on each channel individually. Each sample is obtained from the summation of previous weighted samples. The model order is determined by the number of weights, which are called AR coefficients. The AR model of order p for a zero-mean time series can be written as shown in equation (5). (5) Where p and denotes a zero-mean process with variance i …,p for each channel separately, and concatenate the results to form a feature vector for a window. Because each channel is treated individually, the spatio-temporal information that exists in the time series cannot be directly estimated, which is considered a limitation of this function. There is a built in function in Matlab that can be used directly by passing each IMF separately with the order of the AR model as shown in equation (6).</p>
BRAIN Journal-Motor Imagery signal Classification for BCI System Using Empirical Mode Décomposition and Bandpower Feature Extraction-Figure 5. PSD (dB/Hz) vs freaquency (Hz) of each IMF showen in fig 4 in channel C4 (a) and in C3 (b)
<p> In Fig 5, we noted that ocular artifact frequency is generally low around 5Hz with high amplitude. This artifact appears mainly in IMF3 and IMF4. Finally, band power was applied for the new signal. As a last step, the logarithm of the BP is calculated in order to transform the distribution of this feature to a more Gaussian like shape, because the classifiers we used, such as HMMs and SVM assume normally distributed features.</p>
BRAIN Journal-Motor Imagery signal Classification for BCI System Using Empirical Mode Décomposition and Bandpower Feature Extraction-Figure 4. The EMD decomposition results for subject 2 when he imagines left hand movement
<p>Fig. 4 shows the EMD decomposition result of one-trial (left hand movement imagination) for subject 2 in the channels C3 and C4 respectively (the pre-filtered EEG signal used for this illustration is not corrupted by blinking artifact.). Each channel is decomposed into ten IMFs and one residue</p>
BRAIN Journal-Motor Imagery signal Classification for BCI System Using Empirical Mode Décomposition and Bandpower Feature Extraction-Figure 5b. PSD (dB/Hz) vs freaquency (Hz) of each IMF showen in fig 4 in channel C4 (a) and in C3 (b)
<p>Therefore, the new signal is reconstructed by keeping only the two first IMFs. EMD also allows eliminating the artifacts in the EEG during the recording sessions like eye blinks and eyeball movements. In Fig 5, we noted that ocular artifact frequency is generally low around 5Hz with high amplitude. This artifact appears mainly in IMF3 and IMF4. Finally, band power was applied for the new signal. As a last step, the logarithm of the BP is calculated in order to transform the distribution of this feature to a more Gaussian like shape, because the classifiers we used, such as HMMs and SVM assume normally distributed features.</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.