| Literature DB >> 29415035 |
Akinori Higaki1,2, Masaki Mogi3, Jun Iwanami1, Li-Juan Min1, Hui-Yu Bai1, Bao-Shuai Shan1, Masayoshi Kukida1,2, Harumi Kan-No1, Shuntaro Ikeda2, Jitsuo Higaki2, Masatsugu Horiuchi1.
Abstract
The Morris water maze test (MWM) is one of the most popular and established behavioral tests to evaluate rodents' spatial learning ability. The conventional training period is around 5 days, but there is no clear evidence or guidelines about the appropriate duration. In many cases, the final outcome of the MWM seems predicable from previous data and their trend. So, we assumed that if we can predict the final result with high accuracy, the experimental period could be shortened and the burden on testers reduced. An artificial neural network (ANN) is a useful modeling method for datasets that enables us to obtain an accurate mathematical model. Therefore, we constructed an ANN system to estimate the final outcome in MWM from the previously obtained 4 days of data in both normal mice and vascular dementia model mice. Ten-week-old male C57B1/6 mice (wild type, WT) were subjected to bilateral common carotid artery stenosis (WT-BCAS) or sham-operation (WT-sham). At 6 weeks after surgery, we evaluated their cognitive function with MWM. Mean escape latency was significantly longer in WT-BCAS than in WT-sham. All data were collected and used as training data and test data for the ANN system. We defined a multiple layer perceptron (MLP) as a prediction model using an open source framework for deep learning, Chainer. After a certain number of updates, we compared the predicted values and actual measured values with test data. A significant correlation coefficient was derived form the updated ANN model in both WT-sham and WT-BCAS. Next, we analyzed the predictive capability of human testers with the same datasets. There was no significant difference in the prediction accuracy between human testers and ANN models in both WT-sham and WT-BCAS. In conclusion, deep learning method with ANN could predict the final outcome in MWM from 4 days of data with high predictive accuracy in a vascular dementia model.Entities:
Mesh:
Year: 2018 PMID: 29415035 PMCID: PMC5802845 DOI: 10.1371/journal.pone.0191708
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Fig 1Schema of artificial neural network.
The multiple layer perceptron is shown. The input layer consists of four nodes (x1-x4) which correspond to the values from day 1 to day 4. Each node is combined with a linear function (Link 1, 2 and 3) and transfers the value to the output node (y), which receives a value corresponding to the final outcome. The activation function is set to each node in the first hidden layer. ReLU, rectified linear unit.
Fig 2Mean escape latency in WT-sham and WT-BCAS.
Mean escape latency was significantly longer in WT-BCAS from day 2 to day 5. WT, wild-type; BCAS, bilateral common carotid artery stenosis. *p<0.01 vs. WT-sham.
Predictive accuracy of ANN after 1000 epochs of model updates.
| Treatment | Trial | Actual value | Predicted value | R-value | P-value |
|---|---|---|---|---|---|
| WT-sham | 1 | 26.4 ± 4.7 | 29.1 ± 6.7 | 0.84 | <0.01 |
| 2 | 50.9 ± 9.1 | 39.5 ± 6.5 | 0.80 | <0.01 | |
| 3 | 37.0 ± 4.3 | 43.8 ± 3.4 | 0.62 | 0.03 | |
| 4 | 53.8 ± 11.5 | 57.6 ± 7.4 | 0.74 | <0.01 | |
| 5 | 18.8 ± 3.2 | 14.7 ± 2.8 | 0.73 | <0.01 | |
| Average | N/A | N/A | 0.75 ± 0.03 | N/A | |
| WT-BCAS | 1 | 43.5 ± 6.6 | 52.8 ± 7.9 | 0.77 | <0.01 |
| 2 | 68.5 ± 9.6 | 62.5 ± 9.0 | 0.78 | <0.01 | |
| 3 | 71.0 ± 11.2 | 70.9 ± 8.7 | 0.90 | <0.01 | |
| 4 | 73.7 ± 9.4 | 74.9 ± 10.4 | 0.88 | <0.01 | |
| 5 | 69.9 ± 12.4 | 67.4 ± 10.1 | 0.98 | <0.01 | |
| Average | N/A | N/A | 0.86 ± 0.04 | N/A |
R-value means Pearson’s correlation coefficient.
Fig 3Predictive accuracy of ANNs according to the epoch numbers.
Correlation between predicted value and actual measured value is shown for WT-sham and WT-BCAS according to different epoch numbers. R-value means Pearson’s correlation coefficient. *p<0.05, **p<0.01.
Fig 4Correlation between actual value and predicted value by humans.
Scatterplot between average predicted values and actual measured values is shown for WT-sham (A) and WT-BCAS (B) respectively. R2 means coefficient of determination.
Accuracy of human prediction.
| Treatment | Subject | Actual value | Predicted value | R-value | P-value |
|---|---|---|---|---|---|
| WT-sham | 1 | 35.1 ± 5.0 | 36.6 ± 6.2 | 0.75 | <0.01 |
| 2 | 35.1 ± 5.0 | 46.4 ± 6.8 | 0.76 | <0.01 | |
| 3 | 35.1 ± 5.0 | 40.7 ± 6.4 | 0.73 | <0.01 | |
| 4 | 35.1 ± 5.0 | 42.9 ± 6.2 | 0.80 | <0.01 | |
| Average | N/A | N/A | 0.76 ± 0.01 | N/A | |
| WT-BCAS | 1 | 64.9 ± 6.9 | 53.3 ± 6.4 | 0.89 | <0.01 |
| 2 | 64.9 ± 6.9 | 58.8 ± 6.6 | 0.93 | <0.01 | |
| 3 | 64.9 ± 6.9 | 54.4 ± 6.6 | 0.90 | <0.01 | |
| 4 | 64.9 ± 6.9 | 56.3 ± 6.9 | 0.92 | <0.01 | |
| Average | N/A | N/A | 0.91 ± 0.01 | N/A |
R-value means Pearson’s correlation coefficient.
*p<0.01 vs WT-sham.
Fig 5Comparison of predictive accuracy between human and ANN.
The R-values between human prediction and that of ANN model were not significantly different in both WT-sham and WT-BCAS groups.