Skip to content

themistocleous/nn_mci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Journal paper available at Frontiers Neurology

  • Update (2/3/18): Modified by adding new comparisons.

  • Update (6/1/18): Updated to work with the newer version of TensorFlow.

  • Update (8/3/18): Jupyter Notebook Converted to py file with cells.

  • Update (6/5/19): Fixed backward compatibility issues.

Introduction

This paper contains code for comparing different structures of neural networks with a different number of hidden layers.

NeuralNet

Prerequisites

This project requires scikit-learn, TensorFlow, and Keras, data are analyzed using NumPy, pandas, and visualize with Matplotlib. Most of these packages are included in the Anaconda Environment.

To Install Anaconda, please visit the official website for instructions.

To install [Keras]

conda install -c keras

Development

The original code was written using Jupyter Notebooks. The current form is employed

Data Availability

The data contain information about patients' productions that may be employed to identify the patients. Therefore, they cannot be released in this project, based on the Ethics Agreement. Nevertheless, you may use the code using your own data.

Ethics

Ethic approvals for the study were obtained by the local ethical committee review board (reference number: L091-99, 1999; T479-11, 2011); while the currently described study was approved by the local ethical committee decision 206-16, 2016. For more information see Riksbankens Jubileumsfond – The Swedish Foundation for Humanities and Social Sciences, through the grant agreement no: NHS 14-1761:1.

Funding

This research has been funded by Riksbankens Jubileumsfond – The Swedish Foundation for Humanities and Social Sciences, through the grant agreement no: NHS 14-1761:1.

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Further work

This study has showed that a Deep Neural Network architecture can identify MCI speakers and can enable the development of valid tools for identifying cognitive changes early and enable multidomain life style interventions and/or pharmacological treatments at the MCI stage, which can potentially delay or even prevent the development of AD and other types of dementia.

Future research is required (i) to evaluate multivariable acoustic predictors, e.g., predictors from consonants and non-acoustic predictors, i.e., linguistic features, such as parts of speech, syntactic and semantic predictors, sociolinguistic predictors like the education of the speaker; (ii) to establish whether these acoustic variables could be useful in predicting conversion from MCI to dementia; and (iii) to create an automated differential diagnostic tools, which will enable the classification of unknown MCI individuals from conditions with similar symptoms (cf., 57). A system of this form, will require more data from a larger population, yet our current findings do provide a promising step toward this purpose.

About

Feed-forward neural nets for MCI identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages