| Literature DB >> 30515600 |
Zhijiang Wan1, Hao Zhang2, Jianhui Chen3,4, Haiyan Zhou3,4, Jie Yang5, Ning Zhong6,7,8.
Abstract
BACKGROUND: Although the objective depression evaluation is a hot topic in recent years, less is known concerning developing a pervasive and objective approach for quantitatively evaluating depression. Driven by the Wisdom as a Service architecture, a quantitative analysis method for rating depressive mood status based on forehead electroencephalograph (EEG) and an electronic diary log application named quantitative log for mental state (Q-Log) is proposed. A regression method based on random forest algorithm is adopted to train the quantitative model, where independent variables are forehead EEG features and the dependent variables are the first principal component (FPC) values of the Q-Log.Entities:
Keywords: Depression quantitative analysis; Forehead EEG; Ontology technology; Q-Log; Regression analysis; WaaS
Year: 2018 PMID: 30515600 PMCID: PMC6429167 DOI: 10.1186/s40708-018-0093-y
Source DB: PubMed Journal: Brain Inform ISSN: 2198-4026
Fig. 1Technical route for quantitatively analyzing the depressive mood status based on forehead EEG and Q-Log data
Fig. 2The structure of portable EEG ontology
Fig. 3The structure of clinical evaluation tool ontology for depression
Part of the object properties in portable EEG ontology
| Object property | Domain | Range |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Part of the datatype properties in portable EEG ontology
| Datatype property | Domain | Range |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Fig. 4The overall tendency and local variation of the FPC
Fig. 5Meshgrid plot of average correlation coefficient and average P value
Result about the effectiveness evaluation of quantitative model
| Patient | TrS | TeS | CC | |
|---|---|---|---|---|
| 1 | 202 | 16 | 0.7238 |
|
| 2 | 194 | 24 | 0.6096 | 0.0016 |
| 3 | 200 | 18 | 0.7146 |
|
| 4 | 190 | 28 | 0.6259 |
|
| 5 | 192 | 26 | 0.6102 |
|
| 6 | 194 | 24 | 0.5969 | 0.0021 |
| 7 | 192 | 26 | 0.6791 |
|
| 8 | 188 | 30 | 0.6537 |
|
| 9 | 192 | 26 | 0.6873 |
|
An exemplary rule extracted from RF model
| rule1: (? subject rdf: type base: Subject) (?v1 rdf: type base: original_min_CD6) (?v1 base: hasValue ? value1) greaterThan (?value1, -0.2539) (?v1 base: onElectrode ? point1) (? point1 rdfs:label “FP1”) (? v2 rdf: type base: alpha_psd) (?v2 base: hasValue ? value2) greaterThan (? value2, -0.1422)(?v2 base: onElectrode ? point 1) (? point1 rdfs: label “FP1”)(?v3 rdf: type base: denoised _sum_CD4) (?v3 base: hasValue ? value3) greaterThan (? value3, 0.3396) (?v3 base: onElectrode ? point 1) (? point1 rdfs: label “FP1”)(? RealValue rdf: type base: MoodStatus) (? RealValue base: has MoodStatus Value ? value4) |