Abstract
We have excellent skills to extract sex from visual assessment of human faces, but assessing sex from human brain rhythms seems impossible. Using deep convolutional neural networks, with unique potential to find subtle differences in apparent similar patterns, we explore if brain rhythms from either sex contain sex specific information. Here we show, in a ground truth scenario, that a deep neural net can predict sex from scalp electroencephalograms with an accuracy of >80% (p < 10â5), revealing that brain rhythms are sex specific. Further, we extracted sex-specific features from the deep net filter layers, showing that fast beta activity (20â25âHz) and its spatial distribution is a main distinctive attribute. This demonstrates the ability of deep nets to detect features in spatiotemporal data unnoticed by visual assessment, and to assist in knowledge discovery. We anticipate that this approach may also be successfully applied to other specialties where spatiotemporal data is abundant, including neurology, cardiology and neuropsychology.
Similar content being viewed by others
Introduction
Identification of sex from visual assessment of biometric data, in particular the face, is an important part of social perception, a skill typically acquired in the first year after birth1,2. Male and female brains differ as well, not only functionally and anatomically3,4,5,6, but also in the likelihood for development of neuropsychiatric diseases and responses to treatment7. Brain rhythms are the electrophysiological signatures of brain function8,9,10, and scalp electroencephalogram (EEG) recordings in pathologies like postanoxic coma or seizures are very distinct from physiology11,12,13.
In neuropsychiatric conditions, the correlation between brain rhythms and pathology is much less clear, and various quantitative techniques have been proposed to extract relevant features, for instance in patients with attention-deficit hyperactivity disorder14 or depression15,16. Sex, however, cannot reliably be extracted from visual or quantitative assessment of EEG9,13, despite significant sex differences in the structural connectome of the human brain17.
For several decades, traditional machine learning techniques have been frequently applied to brain imaging data, including electroencephalography (EEG), with applications ranging from characterization of the EEG background pattern18,19 or quantification of focal or global ischaemia20,21,22 to detection of epileptiform discharges23,24 and diagnostics in depression16. Common to most of these techniques is the requirement for prior assumptions to guide extraction of particular features to be used for classification25. Examples include spectral features or correlations between EEG signals from different brain regions26,27. A limitation of these approaches is that unknown and potentially relevant features may not be included. Deep nets do not need prior extraction of such hand-made features, can learn from raw data28,29,30, and have potential to detect subtle differences in otherwise similar patterns25,28. Here, we report on sex prediction from human scalp EEG recordings using a deep convolutional neural network.
Results
We used normative EEG data of 1308 subjects (mean age 43.38 (18.42âSD) yrs.; range 18â98ây; 47% males) recorded at different laboratories. We implemented a convolutional neural network in Python 3.6 using the Keras wrapper with a Tensorflow 1.0 backend on a CUDA-enabled NVIDIA GPU (GTX-1060), running in Windows 10 operating system. Figure 1 shows the global architecture (see Methods for more details).
After training, accuracy was expressed as the percentage of correct classifications over all subjects, taking the mean probability of the 40 segments of 2âs each for each subject. We estimated statistical significance at pâ<â10â5 by Monte Carlo simulation, yielding a significance threshold for the classification accuracy of 63% (see methods for more details). We could subsequently predict male or female sex with an accuracy of 81%, far above the significance threshold of 63%. Examples of EEG epochs from the test set used for the classification are illustrated in Fig. 2. While spatiotemporal patterns differ, no distinct pattern for sex can be observed.
Using different hyperparameters, e.g. larger filter sizes (3âĂâ2 or 4âĂâ2 patches) or lower numbers of convolutional layers (four or three layers instead of 6 layers), resulted in inferior prediction accuracies of 61â69% and 63â74%, respectively. Although a myriad of possible networks can be constructed (as an example: evaluating 6 different layers, 10 different patch sizes and 10 different numbers of filters would result in 6âĂâ1012 distinctive networks), we restricted to similar network designs as stated above.
When the input matrices contained EEG from only the left or right hemisphere (each with 10 EEG channels, midline channels left out) with a consecutively slightly adjusted net architecture (i.e. halved input matrix with 256âĂâ10 channels and consecutive decrease of pooling along the y-axis), accuracies were 76% for the left hemisphere and 75% for the right hemisphere.
As a second step, we were interested in the features the deep net learned to differentiate between males and females. When visualizing the filters of all six convolutional layers of the net using a procedure similar to the deep dream algorithm31,32, the first two filter layers produced data in the input space (i.e. as an artificially generated 2-sec EEG epoch) where spectral analysis with Fast Fourier Transformation (FFT) showed white noise (Fig. 3-left and right panel 1). Advancing deeper into the network, the consecutive filters (layers three to six) produced input data that reveal specific frequency features in the time domain when computing spectral analysis on each row, representing EEG-channel data (see Fig. 3-left panel 2). Since these artificially computed matrices reflect input patterns with the largest activation of the net, they can be regarded as surrogate EEG-segments, thus sharing similar frequency properties of original EEG data. The FFT analysis revealed that all deep layer filtersâ>âtwo show highest power peaks within the beta (12â25âHz) frequency range (Fig. 3-right panel). The last layers (5 and 6), while also yielding mainly beta activity, restricted their focus on spatial patterns within the input space (Fig. 3-panels 3), thus showing sex-specific spatial differences in brain rhythms.
Using this information of beta range activity being distinctive for sex classification, we went back to a traditional approach and extracted frequency power features from the EEG raw data. Exploiting the EEG-beta power from all subjects from all channels in a logistic regression model, we reached a classification accuracy of 70%, which is much lower than the achieved 81% of the deep net (Fig. 4).
Discussion
We show that human scalp EEG recordings contain sex specific information that can be extracted with a deep convolutional network, reaching prediction accuracies better than 80%. To our knowledge, this is the first study to explore deep learning for sex classification. A prior study in a small sample (nâ=â40; 20 males), observed power differences in resting state EEG for the delta (0â4âHz), theta (4â8âHz), alpha 2 (10â12âHz) and beta bands (13â25âHz), but predictive accuracies were not reported33.
While not all details of the features used for classification by the deep net have been revealed, our data show that differences in brain rhythms between sexes are mainly in the beta frequency range (cf. Figs 3 and 4). Women are generally better at recognizing emotions and expressing themselves than men34, in part also reflected in differences in responses from the mu-rhythm as a presumed read-out of the mirror neuron system35, and modulations of beta activity during wakefulness have been associated with cognition and emotionally positive or negative tasks36. The discovery from the deep net that information in the beta-range differs between the sexes supports these observations. However, which particular spatiotemporal characteristics of the beta-rhythm differentiate remains enigmatic, and was not further explored.
Our CNN was motivated by the architecture used for image classification with ImageNet37. The input matrices of the EEG data were shaped as a two-dimensional input array, comparable to a two-dimensional image. We decided to use a 6-layer network since the input space matrix comprised of 256âĂâ24 data points. Hence, a pooling approach with halving data points after each layer will result in 4 data points left along the x-axis. Further convolution on a 4âĂâ1 matrix should not bring in additional discriminative power for the network. Since an increase of data points in the input space (e.g. by using a higher sampling rate with e.g. 256 or 500âHz or larger epoch lengths) did increase the computational needs above the available resources, we restricted to the maximal depth of six layers. No further attempts were made to compare different architectures. The main goal of our work was to demonstrate that sex specific information is contained in scalp EEG recordings that can be extracted with deep learning. Future studies should investigate further optimizations of this approach e.g. by varying montages, filter settings and network architectures. Although EEG recordings where obtained from different laboratories, this is not a significant limitation of our work, since all data was recorded with a standardized platform, the same amplifiers and across-site consistency; test-retest reliability of this methodology has been published before38,39.
Deep learning for analysis of EEG patterns has been applied to other studies with resting state EEG. For instance, a deep net learned discriminative features between imagining music or listening to music40 or rhythm perception41. Differentiation between early stage Creutzfeldt-Jakob disease and other forms of rapid progressive dementias with deep learning achieved a sensitivity of 92% at specificity of 89%42. Classification of sleep stages using deep nets performed on par with human sleep experts43. Detection of interictal epileptiform discharges is another promising application for deep nets, and may soon become a standard clinical tool to assist in the diagnostic process in epilepsy44,45.
In sum, brain rhythms contain sex specific information, and deep convolutional networks can extract features from time series beyond traditional approaches, including visual assessment. Deep nets might also substitute or complement human guided feature extraction and knowledge discovery in other specialties where spatiotemporal data are ubiquitous, including clinical neurophysiology, cardiology, intensive care medicine, psychiatry and neuropsychology. This approach may also find application to differentiate response characteristics to drugs7, with promise to contribute to diagnostic and prognostic applications in personalized medicine46.
Methods
Normative data
EEG data were obtained from six different laboratories that were extracted from the Brain Resource International Database (New York, Rhode Island, Nijmegen, London, Adelaide and Sydney). All participants were adults (mean age 43.38 (18.42âSD) y; range 18â98ây; 47% males). Exclusion criteria were a personal or family history of mental illness, brain injury, neurological disorder, serious medical condition, drug/alcohol addiction, first-degree relative with bipolar disorder, schizophrenia, or genetic disorder. Institutional review board approval was obtained for all sites and informed consent from all subjects. All methods were performed in accordance with the relevant guidelines and regulations. IRB approval was obtained for all sites (Nijmegen: Commissie Mensgebonden Onderzoek, Regio Arnhem-Nijmegen; CMO-nr: 2002/008).
EEG recordings
EEG recordings were performed using a standardized methodology and platform (Brain Resource Ltd., Australia) for which full details have been published elsewhere7,47 as have the results of the across-site consistency and reliability of this methodology38,39.
Participants were seated in a sound and light attenuated room, controlled at an ambient temperature of 22â°C. EEG data were acquired from 26 channels: Fp1, Fp2, F7, F3, Fz, F4, F8, FC3, FCz, FC4, T3, C3, Cz, C4, T4, CP3, CPz, CP4, T5, P3, Pz, P4, T6, O1, Oz and O2 (Quikcap; NuAmps; 10â20 electrode international system, sampling frequency 500âHz). Data were referenced to averaged mastoids with a ground at AFz. Horizontal eye movements were recorded with electrodes placed 1.5âcm lateral to the outer canthus of each eye. Vertical eye movements were recorded with electrodes placed 3âmm above the middle of the left eyebrow and 1.5âcm below the middle of the left bottom eyelid. Skin-electrode impedance was kept <5 kOhm. A low pass filter with an attenuation of 40âdB per decade above 100âHz was employed prior to digitization. EEG data was recorded for two minutes with eyes open (EO) with the participant asked to fixate on a red dot on the screen. Two minutes with eyes closed (EC) were obtained while the participant was instructed to remain relaxed. Data were EOG-corrected using a regression-based technique similar to that used by Gratton, Coles and Donchin48 and stored in EDF format49.
EEG data was down-sampled to 128âHz and subsequently band-pass filtered between 0.5â25âHz. EEG reference was kept unchanged (averaged mastoids) and 24 channels were kept (Fp1, Fp2, F7, F3, Fz, F4, F8, FC3, FCz, FC4, T3, C3, Cz, C4, T4, CP3, CPz, CP4, T5, P3, Pz, P4, T6, O1) while two were removed (O2 and Oz) to achieve low numbers in the prime decomposition of the matrix (3âĂâ2âĂâ2âĂâ2) to later be able to perform a maximum of pooling operations. Filtering was obtained with a first order Butterworth minimum phase distortion filter.
Deep Net Architecture
The architecture of the deep net was inspired by deep convolutional nets that have been designed for image classification37. The input matrix for the net was a 24 (EEG-channels) Ă 256 (2âs Ă 128âHz) matrix. For the filter sizes of the convolutional layers, we used minimal windows of 2âĂâ2 patches. The number of filters decreased from 300 within the first and second layer to 50 within all other layers. Activation was done using a rectified linear unit. A pooling function was applied before using a dropout function for the first four convolutional layers. The final classification was obtained by applying a dense layer with a softmax activation, resulting in a probability p for male or female sex. The various layers are summarized in Table 1.
Training and testing
We trained the neural network using 40 non-overlapping EEG segments of 2âs duration with eyes closed from every subject. In total, EEGs from 1000 adults were used for the training set (40 epochs Ă 1000 subjectsâ=â40000 epochs of 2âs with 47% being males). Each segment received one-hot label array, indicating a male or a female. Training was done with a batch size of 70 for 150 runs, meaning all 40000 epochs were presented to the network 150 times in chunks of 70 segments.
Training and testing the accuracy of the data was done on large separate, independent datasets, therefore cross validation was deemed not necessary. The independent test set comprised 308 cases (49% males, 40 segments from each subject Ă 308 subjectsâ=â12320 samples of 2âs). Classification by the final layer of the network was binary (male (1) or female (0)). Within training, accuracy was computed after each run for all segments of the training set and for the test set. Training was finished after a) accuracy within the training set reached 100% or b) the loss function of the training set did not further decrease or c) 150 runs were finished. Final classification was dichotomous, by taking the mean probability of the 40 segments of 2âs each for each subject; if pâ>â0.5, the EEG was classified as male.
Visualizing deep layers
The procedure we used to visualize which features of the input data are mainly used by the CNN is similar to a technique called âdeep-dreamingâ and has been described elsewhere in more detail31,32,50. The essence of the method is that the network is activated âtop-downâ, meaning that from a desired output (e.g. 1â=âmale) from the last layer, the connections of the trained network are activated toward the input layer. The activity of the first layer, which normally receives the input matrices (i.e. the raw EEG data), then can be seen as an artificially generated input pattern that most likely would produce the desired output. During this process, the filter layers in between the input and the output are activated, representing archetypal features of the desired output.
We generated artificial input patterns by retrograde ascending of the gradients in the trained network model, repeating this for all filters of all layers and sorting the generated data for the input space by the highest loss (i.e. the maximum activation of a specific filter in a particular layer32).
Estimating significance
First, we randomly assigned sex to each subject in the test set (nâ=â308), using the prior sex distribution (47% males). To set the p-value for statistical significance at pâ<â10â5, we performed 100,000 simulations in Matlab. The best classification accuracy reached was 63%, which was subsequently considered the significance threshold.
Spectral features
Power spectrum was estimated using a Fast Fourier Transform using Welchâs method with half overlapping epochs of 10âs, as implemented in Brain Vision Analyzer 2.1.0 (Gilching, Germany).
References
Pascalis, O., de Haan, M. & Nelson, C. A. Is Face Processing Species-Specific During the First Year of Life? Science (80-.). 296 (2002).
Pascalis, O. et al. Plasticity of face processing in infancy. Proc. Natl. Acad. Sci. USA 102, 5297â300 (2005).
Cahill, L. Why sex matters for neuroscience. Nat. Rev. Neurosci. 7, 477â484 (2006).
Guadalupe, T. et al. Human subcortical brain asymmetries in 15,847 people worldwide reveal effects of age and sex. Brain Imaging Behav. 1â18, https://doi.org/10.1007/s11682-016-9629-z (2016).
Joel, D. et al. Sex beyond the genitalia: The human brain mosaic. Proc. Natl. Acad. Sci. USA 112, 15468â73 (2015).
Ruigrok, A. N. V. et al. A meta-analysis of sex differences in human brain structure. Neurosci. Biobehav. Rev. 39, 34â50 (2014).
Arns, M. et al. EEG alpha asymmetry as a gender-specific predictor of outcome to acute treatment with different antidepressant medications in the randomized iSPOT-D study. Clin. Neurophysiol. 127, 509â519 (2016).
BuzsĂĄki, G. Neural Syntax: Cell Assemblies, Synapsembles, and Readers. Neuron 68, 362â385 (2010).
BuzsĂĄki, G. Rhythms of the Brain. (Oxford University Press, 2006).
Berger, H. Ăberdas Elektroenkephalogramm des Menschen. Arch. Psychiatr. Nervenkr. 87, 527â570 (1929).
Tjepkema-Cloostermans, M. et al. Electroencephalogram predicts outcome in patients with postanoxic coma during mild therapeutic hypothermia. Crit. Care Med. 43 (2015).
Hofmeijer, J. et al. Early EEG contributes to multimodal outcome prediction of postanoxic coma. Neurology 1â7 (2015).
Schomer, D. L. & Lopes da Silva, F. Niedermeyerâs Electroencephalography: Basic Principles, Clinical Applications, and Related Fields. (Lippincott Williams & Wilkins, 2011).
Cheung, C. H. M. et al. Neurophysiological Correlates of Attentional Fluctuation in Attention-Deficit/Hyperactivity Disorder. Brain Topogr. 30, 320â332 (2017).
Farzan, F. et al. Standardization of electroencephalography for multi-site, multi-platform and multi-investigator studies: insights from the canadian biomarker integration network in depression. Sci. Rep. 7, 7473 (2017).
van der Vinne, N., Vollebregt, M. A., van Putten, M. J. A. M. & Arns, M. Frontal alpha asymmetry as a diagnostic marker in depression: Fact or fiction? A meta-analysis. NeuroImage Clin. 16 (2017).
Ingalhalikar, M. et al. Sex differences in the structural connectome of the human brain. Proc. Natl. Acad. Sci. USA 111, 823â8 (2014).
Lodder, S. S., Askamp, J. & van Putten, M. J. A. M. Computer-Assisted Interpretation of the EEG Background Pattern: A Clinical Evaluation. PLoS One 9, e85966 (2014).
van Putten, M. Ja. M. The colorful brain: visualization of EEG background patterns. J. Clin. Neurophysiol. 25, 63â8 (2008).
van Putten, M. et al. A brain symmetry index (BSI) for online EEG monitoring in carotid endarterectomy. Clin. Neurophysiol. 115, 1189â94 (2004).
Sheorajpanday, R. V. A., Nagels, G., Weeren, A. J. T. M., van Putten, M. J. A. M. & De Deyn, P. P. Quantitative EEG in ischemic stroke: correlation with functional status after 6 months. Clin Neurophysiol 122, 874â883 (2011).
Finnigan, S. P., Walsh, M., Rose, S. E. & Chalk, J. B. Quantitative EEG Indices of Sub-acute Ischaemic Stroke Correlate with Clinical Outcomes. Clin. Neurophysiol. 118, 2525â2532 (2007).
Scheuer, M. L., Bagic, A. & Wilson, S. B. Spike detection: Inter-reader agreement and a statistical Turing test on a large data set. Clin. Neurophysiol. https://doi.org/10.1016/j.clinph.2016.11.005 (2016).
van Putten, M. J. A. M., Kind, T., Visser, F. & Lagerburg, V. Detecting temporal lobe seizures from scalp EEG recordings: a comparison of various features. Clin. Neurophysiol. 116, 2480â2489 (2005).
Chouard, T. & Venema, L. Machine intelligence. Nature 521, 435 (2015).
Caliandro, P. et al. Small-World Characteristics of Cortical Connectivity Changes in Acute Stroke. Neurorehabil. Neural Repair 31, 81â94 (2017).
Tjepkema-cloostermans, M. C. et al. Cerebral Recovery Index: Reliable Help for Prediction of Neurologic Outcome After Cardiac Arrest. Crit. Care Med. 1â9, https://doi.org/10.1097/CCM.0000000000002412 (2017).
Ghahramani, Z. Probabilistic machine learning and artificial intelligence. Nature 521, 452â459 (2015).
LeCun, Y., Bengio, Y. & Hinton, G. Deep learning. Nature 13, 35â35 (2015).
Esteva, A. et al. Dermatologist-level classification of skin cancer with deep neural networks. Nature 542, 115â118 (2017).
Mahendran, A. & Vedaldi, A. Understanding deep image representations by inverting them. in IEEE Conference on Computer Vision and Pattern Recognition (CVPR) (2015).
Mahendran, A. & Vedaldi, A. Visualizing Deep Convolutional Neural Networks Using Natural Pre-images. Int. J. Comput. Vis. 120, 233â255 (2016).
Wada, Y., Takizawa, Y., Jiang, Z. Y. & Yamaguchi, N. Gender differences in quantitative EEG at rest and during photic stimulation in normal young adults. Clin. Electroencephalogr. 25, 81â5 (1994).
Kret, M. E. & De Gelder, B. A review on sex differences in processing emotional signals. Neuropsychologia 50, 1211â1221 (2012).
Cheng, Y. et al. Gender differences in the mu rhythm of the human mirror-neuron system. PLoS One 3, 1â7 (2008).
Ray, W. & Cole, H. EEG alpha activity reflects attentional demands, and beta activity reflects emotional and cognitive processes. Science (80-.). 228 (1985).
Krizhevsky, A., Sutskever, I. & Hinton, G. E. ImageNet Classification with Deep ConvolutionalNeural Networks. Adv. Neural Inf. Process. Syst. 1â9 https://doi.org/10.1016/j.protcy.2014.09.007 (2012).
Paul, R. H. et al. Cross-cultural assessment of neuropsychological performance and electrical brain function measures: Additional validation of an international brain database. Int. J. Neurosci. 117, 549â68 (2007).
Williams, L. M. et al. The test-retest reliability of a standardized neurocognitive and neurophysiological test battery: âNeuromarkerâ. Int. J. Neurosci. 115, 1605â30 (2005).
Stober, S., Sternin, A., Owen, A. M. & Grahn, J. A. Deep Feature Learning for EEG Recordings. in arXiv 1511, 04306v4 (2015).
Stober, S. & Cameron, D. J. & Grahn, J. a. Using Convolutional Neural Networks to Recognize Rhythm Stimuli from Electroencephalography Recordings. Neural Inf. Process. Syst. 2014, 1â9 (2014).
Morabito, F. C. et al. Deep Learning Representation from Electroencephalography of Early-Stage Creutzfeldt-Jakob Disease and Features for Differentiation from Rapidly Progressive Dementia. Int. J. Neural Syst. 27 (2017).
Chambon, S., Galtier, M., Arnal, P., Wainrib, G. & Gramfort, A. A deep learning architecture for temporal sleep stage classification using multivariate and multimodal time series. http://arxiv.org/abs/1707.03321 1â14 (2017).
Wulsin, D. F., Gupta, J. R., Mani, R., Blanco, J. A. & Litt, B. Modeling EEG Waveforms with Semi-Supervised Deep Belief Nets: Fast Classification and Anomaly Measurement. J Neural Eng 8, 1â28 (2011).
Johansen, A. R. et al. Epileptiform spike detection via convolutional neural networks. IEEE ICASSP 754â758 (2016).
Olbrich, S., Van Dinteren, R. & Arns, M. Personalized Medicine: Review and Perspectives of Promising Baseline EEG Biomarkers in Major Depressive Disorder and Attention Deficit Hyperactivity Disorder. Neuropsychobiology 72, 229â240 (2016).
Williams, L. M. et al. International Study to Predict Optimized Treatment for Depression (iSPOT-D), a randomized clinical trial: rationale and protocol. Trials 12, 4 (2011).
Gratton, G., Coles, M. G. & Donchin, E. A new method for off-line removal of ocular artifact. Electroencephalogr. Clin. Neurophysiol. 55, 468â84 (1983).
Kemp, B. & Olivan, J. European data format âplusâ (EDF+), an EDF alike standard format for the exchange of physiological data. Clin Neurophysiol 114, 1755â1761 (2003).
Suzuki, K., Roseboom, W., Schwartzman, D. J. & Seth, A. K. A Deep-Dream Virtual Reality Platform for Studying Altered Perceptual Phenomenology. Sci. Rep. 7, 15982 (2017).
Kingma, D. P. & Ba, J. L. Adam: a Method for Stochastic Optimization. Int. Conf. Learn. Represent. 2015 1â15 (2015).
Acknowledgements
We thank Brain Resource (Donna Palmer and Evian Gordon) for granting access to the Brain Resource International Database.
Author information
Authors and Affiliations
Contributions
Study design: M.v.P., S.O. and M.A. Data analysis: M.v.P. and S.O. Data interpretation: M.v.P., S.O., M.A. Writing of first draft: M.v.P. Editing draft: M.v.P., S.O. and M.A.
Corresponding author
Ethics declarations
Competing Interests
MvP is a co-founder of Clinical Science Systems, Leiden, the Netherlands. Clinical Science Systems was not involved in this study. MA reports options from Brain Resource (Sydney, Australia); is director and owner of Research Institute Brainclinics, a minority shareholder in neuroCare Group (Munich, Germany), and a co-inventor on 4 patent applications (A61B5/0402; US2007/0299323, A1; WO2010/139361 A1; WO2017/099603 A1) related to EEG, neuromodulation and psychophysiology, but does not own these nor receives any proceeds related to these patents.
Additional information
Publisher's note: Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The images or other third party material in this article are included in the articleâs Creative Commons license, unless indicated otherwise in a credit line to the material. If material is not included in the articleâs Creative Commons license and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
van Putten, M.J.A.M., Olbrich, S. & Arns, M. Predicting sex from brain rhythms with deep learning. Sci Rep 8, 3069 (2018). https://doi.org/10.1038/s41598-018-21495-7
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-018-21495-7
Comments
By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.