<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Deep Learning in Medical Imaging Survey</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Samba Ndiaye</string-name>
          <email>samba.ndiaye@ucad.edu.sn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>labatoire-d'informatique Faculty of science and Technology</institution>
          ,
          <addr-line>Dakar</addr-line>
          ,
          <country country="SN">Senegal</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>labatoire-d'informatique Faculty of science and Technology</institution>
          ,
          <addr-line>Dakar</addr-line>
          ,
          <country country="SN">Senegal</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>laboratoire d'infomatique et telecomunication Applique Ecole Superieure Polytechnique</institution>
          ,
          <addr-line>Dakar</addr-line>
          ,
          <country country="SN">Senegal</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Since years ago and currently, the world has witnessed great development and interest in the fields of Machine learning, Deep learning, which provides solutions at all levels, especially in medical image analysis. These developments have a huge potential for medical imaging technology, medical data analysis, medical diagnostics and healthcare in general, slowly being realized. We provide a short overview of recent advances and some associated challenges in machine learning applied to medical image processing and image analysis. As this has become a very broad and fast expanding field we will not survey the entire landscape of applications, but put particular focus on deep learning in Magnetic Resonance Imaging (MRI). First, a brief introduction of deep learning and imaging modalities of MRI images is given. Then, common deep learning architectures are introduced. Next, deep learning applications of MRI images, such as image detection, image registration, image segmentation, and image classification are discussed. Subsequently, the deep learning tools in the applications of MRI images are presented. Finally; the limitation and future of Deep learning and a small conclusion.</p>
      </abstract>
      <kwd-group>
        <kwd>First Keyword</kwd>
        <kwd>Second Keyword</kwd>
        <kwd>Third Keyword</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Artificial intelligence is the branch of computer science devoted to creating systems
toper form tasks that ordinarily require human intelligence. Artificial intelligence
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] is not only a field of computer science that was created in the 1950s but also a
thriving field with many practical applications and research hotspots. Artificial
intelligence attempts to simulate human intelligence and produce a new intelligent
machine that would be able to process information with human consciousness, behavior,
and thinking. Its ultimate goal is to develop brain-like robots. Artificial intelligence
has been applied to many fields, such as image analysis, natural language processing,
robotics, and expert systems .Machine learning [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4-6</xref>
        ] is the subfield of artificial
intelligence in which algorithms are trained to perform tasks by learning patterns from
data rather than by explicit programming [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Machine learning involves a number of
disciplines such as probability theory, statistics, approximation theory, convex
analysis, and algorithm complexity theory. Machine learning mainly uses induction and
synthesis to make computers acquire new knowledge by simulating human learning
behavior and then reorganizes the existing knowledge to continually improve
computer performance. Machine learning has also been widely applied in many fields,
such as computer-aided disease diagnosis[
        <xref ref-type="bibr" rid="ref10 ref8 ref9">8-10</xref>
        ] ,bioinformatics[
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11-13</xref>
        ], and computer
vision[
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14-16</xref>
        ]. Medical image analysis and interpretation are fundamental cognitive
tasks of a diagnostic radiologist. Effective computer automation of these tasks has
historically been difficult despite technical advances in computer vision, a discipline
dedicated to the problem of imparting visual understanding to a computer system.
Recently, however, computer science researchers using a technique called deep
learning have demonstrated breakthrough performance improvements in a variety of
complex tasks, including image classification, object detection, speech recognition,
language translation, natural language processing, and playing games [
        <xref ref-type="bibr" rid="ref17 ref18">17,18</xref>
        ]. However,
deep learning [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] has overcome this obstacle by incorporating the feature
engineering step into a learning step. That is, instead of extracting features manually, deep
learning requires only a set of data with minor preprocessing, if necessary, and then
discovers the informative representations in a self-taught manner [
        <xref ref-type="bibr" rid="ref20">20,21</xref>
        ].
      </p>
      <p>
        With the deepening of artificial neural networks [
        <xref ref-type="bibr" rid="ref21">22</xref>
        ], the concept of deep learning
[
        <xref ref-type="bibr" rid="ref22">23,24</xref>
        ] has been proposed. Deep learning is not only an improvement in artificial
neural networks, but also a new field in machine learning research [
        <xref ref-type="bibr" rid="ref23 ref24 ref25 ref26 ref27">25-30</xref>
        ]. The
successful application of deep learning brings machine learning closer to artificial
intelligence. The idea of the artificial neural networks arises from our understanding of the
human brain, which comprises interconnections between neurons. The difference
between artificial neural networks and the human brain is that any neuron in the
human brain is connected to other neurons via a specific physical path, whereas neural
networks contain discrete layers, connections, and data propagation directions. Since
deep learning consists of more hidden layers in comparison to artificial neural
networks, a more abstract high-level feature representation for different classes is formed
by using multiple hidden layers to combine low-level features. Similar to artificial
intelligence, deep learning also attempts to build and simulate the human brain to
analyze the learning process of the neural network, which simulates the learning
mechanism of the human brain when it attempts to understand unknown concepts.
The deep learning system has been widely deployed in Google’s commercial
products, such as Google Photos, Google Search, and Google Street View.
Feature representation plays an important role in medical image processing
and analysis. As a technology, deep learning methods have two obvious
advantages in feature representation, as follows:
 Deep learning can be used to automatically find features from a given dataset for
each specific application. In general, traditional feature extraction methods are
based on some prior knowledge to extract features in a particular application. Thus,
these methods are semi- automatic learning methods.
 Deep learning can find new features that are suitable to specific applications, but
have never been previously discovered by researchers. Traditional feature
extraction methods are often limited by some a priori knowledge, which can only extract
some features associated with a particular application.
      </p>
      <p>
        Additionally, the two elements that affect the results of medical image processing and
analysis, are image acquisition and image interpretation, as follows:
 Image acquisition: As we all know, the better the image quality, the better the
results obtained in image processing and analysis. However, the quality of the
image depends on image acquisition; therefore, the better the image acquisition, the
higher the image quality. Magnetic Resonance Imaging (MRI) does not only have
the characteristics of non-invasive and good soft tissue contrast, but also does not
expose subjects to high ionizing radiation. Since MRI can provide a lot of
invaluable information about tissue structures, such as shape, size, and localization, it is
attracting more and more attention for clinical routine and computer-aided
diagnosis [
        <xref ref-type="bibr" rid="ref28 ref29 ref30">31-33</xref>
        ]. Therefore, in this article, we focus on MRI images.
 Image interpretation: In clinical practice, most medical image interpretations are
basically performed by clinicians to determine whether the subjects are abnormal.
However, due to limitations with regard to the clinician’s personal skills,
subjectivity, energy, and other factors, the medical image interpretations by clinicians often
differ significantly. To obtain accurate image interpretation results, it is imperative
to develop an automatic image interpretation system that includes many functions,
such as image detection, image registration, image segmentation, and image
classification. To realize this system, many machine learning methods have been widely
applied. However, due to the fact that deep learning architectures can obtain
highlevel latent features, many researchers have applied deep learning architectures to
the development of this automatic image interpretation system. Therefore, in this
survey, we focus on deep learning the subjects are abnormal. However, due to
limitations with regard to the clinician’s personal skills, subjectivity, energy, and other
factors, the medical image interpretations by clinicians often differ significantly.
To obtain accurate image interpretation results, it is imperative to develop an
automatic image interpretation system that includes many functions, such as image
detection, image registration, image segmentation, and image classification. To
realize this system, many machine learning methods have been widely applied.
However, due to the fact that deep learning architectures can obtain high-level
latent features, many researchers have applied deep learning architectures to the
development of this automatic image interpretation system. therefore, in this survey,
we focus on deep learning.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Deep Learning Architectures</title>
      <p>
        Deep learning systems encode features by using an architecture of artificial neural
networks, an approach consisting of connected nodes inspired by biologic neural
networks. Systematic methods to train neural networks on the basis of a process called
back-propagation were developed in the 1980s [
        <xref ref-type="bibr" rid="ref31">34</xref>
        ]. However, success in training the
deep multilayer neural networks needed for hierarchical representations was limited
by the difficulty of the underlying optimization problem as well as the limits of the
computing hardware of that early era. Consequently, research attention in machine
learning for the next few decades drifted toward other techniques such as kernel
methods and decision trees. Deep learning is a type of representation learning in
which the algorithm learns a composition of features that reflect a hierarchy of
structures in the data. Complex representations are expressed in terms of simpler
representations [
        <xref ref-type="bibr" rid="ref32">35</xref>
        ].These deep learning systems propose an end-to-end approach by learning
simple features (such as signal intensity, edges, and textures) as components of more
complex features such as shapes, lesions, or organs, therefore leveraging the
compositional nature of images(see Fig. 1).
      </p>
      <sec id="sec-2-1">
        <title>Artificial neural network</title>
        <p>Artificial neural networks (ANNs) is one of the most famous machine learning
models, introduced already in the 1950s, and actively studied since[36,Chapter 1.2].
Roughly, a neural network consists of a number of connected computational units,
called neurons, arranged in layers. There’s an input layer where data enters the
network, followed by one or more hidden layers transforming the data as it flows
through, before ending at an output layer that produces the neural network’s
predictions. The network is trained to output useful predictions by identifying patterns in a
set of labeled training data, fed through the network while the outputs are compared
with the actual labels by an objective function. During training the network’s
parameters – the strength of each neuron – is tuned until the patterns identified by the
network result in good predictions for the training data. Once the pat- terns are learned,
the network can be used to make predictions on new, unseen data, i.e. generalize to
new data.it has long been known that ANNs are very flexible, able to model and solve
complicated problems, but also that they are difficult and very computationally
expensive to train. This has lowered their practical utility and led people to, until
recently, focus on other machine learning models. But by now, artificial neural networks
form one of the dominant methods in machine learning, and the most intensively
studied.</p>
        <p>In the brain, neurons exchange information via chemical and electrical synapses.
Electrochemical signals are propagated from the synaptic area through the dendrites
toward the soma, the body of the cell (see Fig. 2, Fig. 3). When a certain excitation
threshold is reached, the cell releases an activation signal through its axon toward
synapses with neighboring neurons. Complex signals can be encoded by networks of
neurons on the basis of this paradigm; for instance, a hierarchy of neurons in the
visual cortex is able to detect edges by combining signals from independent visual
receptors.</p>
        <p>Conceptual analogy between components of biologic neurons (Fig. 2) and artificial neurons
(Fig. 3). The concept of neural networks stems from biologic inspiration. (Fig. 2) In the visual
cortex, there is a neural network able to detect edges from what is seen by the retina (gray
circles = receptive areas of the retina). When the inner parts (smaller circles) of the three receptors
are activated simultaneously, the simple cell neuron integrates the three signals and transmits an
edge detection signal. (Fig. 3) An artificial neural network is composed of interconnected
artificial neurons. Each artificial neuron implements a simple classifier model, which outputs a
decision signal based on a weighted sum of evidences, and an activation function, which
integrates signals from previous neurons. Hundreds of these basic computing units are assembled
together to build an artificial neural network computing device. The weights of the network are
trained via a learning algorithm where pairs of input signals and desired output decisions are
presented, much like the brain, which relies on external sensory stimuli to learn to achieve
specific tasks.</p>
        <p>Artificial neural networks are inspired by this biologic process.</p>
        <p>
          The “deep” aspect of deep learning refers to the multilayer architecture of
multilayer perceptron’s (see Fig 4).
In machine learning, artificial neural networks are a family of models that mimic the
structural elegance of the neural system and learn patterns inherent in observations.
The perceptron [
          <xref ref-type="bibr" rid="ref34">37</xref>
          ] is the earliest trainable neural network with a single-layer
architecture, composed of an input layer and an output layer.
2.3
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Stacked auto encoders</title>
        <p>
          An auto encoder [
          <xref ref-type="bibr" rid="ref35 ref36 ref37">38-40</xref>
          ] is a simple deep feed forward network, which includes an
input layer, a hidden layer, and an output layer. An auto-encoder or auto-associate
[41] is a special type of two- layer neural network that learns a latent or compressed
representation of the input by minimizing the reconstruction error between the input
and output values of the network, namely the reconstruction of the input from the
learned representations. Because of its simple, shallow structure, a single-layer auto
encoder’s representational power is very limited.
2.4
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Deep belief networks</title>
        <p>
          A restricted Boltzmann machine (RBM) [
          <xref ref-type="bibr" rid="ref38">42</xref>
          ] is a single-layer undirected graphical
model with a visible layer and a hidden layer. It assumes symmetric connectivity
between visible and hidden layers, but no connections among units within the same
layer. Because of the symmetry of the connectivity’s, it can generate input
observations from hidden representations. Therefore, an RBM naturally becomes an
autoencoder [
          <xref ref-type="bibr" rid="ref38 ref39">42, 43</xref>
          ], and its parameters are usually trained by use of a contrastive
divergence algorithm [
          <xref ref-type="bibr" rid="ref40">44</xref>
          ] so as to maximize the log likely hood of observations.
2.5
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>Convolutional neural networks</title>
        <p>
          Convolutional neural networks [
          <xref ref-type="bibr" rid="ref41 ref42 ref43 ref44">45-48</xref>
          ] are also deep feed forward networks, and have
been widely used in recognition tasks, such as document recognition [
          <xref ref-type="bibr" rid="ref45">49</xref>
          ],
handwriting recognition [
          <xref ref-type="bibr" rid="ref46">50</xref>
          ], and image classification[
          <xref ref-type="bibr" rid="ref47 ref48 ref49">51-54</xref>
          ]. The only difference between
the fully connected feed forward neural networks and the convolution neural networks
is that the two adjacent layers of the two neural networks are connected in different
ways. The former only has some nodes connected between the adjacent two layers,
while the latter has all nodes connected between the adjacent two layers. The biggest
problem of using a fully connected feed forward neural network is that there are too
many parameters for the network. In general, increasing the parameters will not only
lead to slower calculation speed, but will also lead to over fitting problems. To
effectively reduce the number of parameters in the neural networks, more reasonable
neural network architectures are required. Therefore, convolutional neural networks were
proposed to achieve this goal. Convolutional neural networks include two kernel
layers, namely, the convolutional and pooling layers, as follows:
 Convolutional Layer: Only a small patch of the previous layer is used as the input
of each node in the convolutional layer, and the size of the small patch is often 3 ×
3 or 5 × 5. The convolutional layer attempts to analyze each small patch of the
neural network in depth, which results in the higher abstraction of feature
representation.
 Pooling Layer: There is often a pooling layer followed by the convolutional layer.
        </p>
        <p>The pooling layer can effectively reduce the size of the matrix from the previous
convolutional layer; thus, it can reduce the number of parameters in the neural
network. Therefore, the use of pooling layers can not only speed up the calculation,
but can also prevent the problem of over fitting.
In recent years, many deep learning methods have been proposed for application in
the field of MRI image processing and analysis, such as image detection, image
registration, image segmentation, and image classification. All of these can be formulated
as feature representation problems, and can thus be solved effectively by using deep
learning methods to find an effective set of features. In this section, we review the
recent progress of applying deep learning architectures in the image detection, image
registration, image segmentation, and image classification of MRI images.
Image detection plays an important role in computer- aided detection routines. Its
main purpose is to find the tissues of interest, and then measure and analyze whether
these tissues produce lesions. Localization and interpolation of anatomical structures
in medical images are key steps in the radiological workflow. Radiologists usually
accomplish these tasks by identifying certain anatomical signatures, namely image
features that can distinguish one anatomical structure from others. Is it possible for a
computer to automatically learn such anatomical signatures? The success of such
methods essentially depends on how many anatomy signatures can be extracted by
computational operations.</p>
      </sec>
      <sec id="sec-2-5">
        <title>Image registration</title>
        <p>
          Image registration is the process of matching and superimposing two or more images
at different times, different sensors (such as imaging equipment) or different
conditions (such as illumination, position, and angle) [
          <xref ref-type="bibr" rid="ref51">56</xref>
          ].
        </p>
        <p>Image registration has been widely applied in medical image processing. Its main
purpose is to combine various medical images, which display their information in the
same image, and thereby provide multiple information for clinical diagnosis.
3.3</p>
      </sec>
      <sec id="sec-2-6">
        <title>Image segmentation</title>
        <p>
          Automatic tissue segmentation in MRI images is of great importance in modern
medical research and clinical routines. Many medical image segmentation challenges have
been held to encourage the development of automatic segmentation techniques, such
as Ischemic Stroke Lesion Segmentation, Multimodal Brain Tumor Image
Segmentation, MR Brain Image Segmentation, and cardiac MR Left Ventricle (LV)
segmentation. Since most brain tumors can affect a patient’s health, and even shorten their life
expectancy, automatic and reliable segmentation techniques for removing brain
tumors are required. However, most brain tumors have large spatial and structural
variability, which makes them difficult to segment. Thus, automatic and reliable
segmentation has become a challenging problem. To address the problem, many deep
learning-based brain tumor segmentation methods have been proposed [
          <xref ref-type="bibr" rid="ref52 ref53 ref54 ref55 ref56 ref57">57-62</xref>
          ].
3.4
        </p>
      </sec>
      <sec id="sec-2-7">
        <title>Image classification</title>
        <p>
          Image classification plays an important role in automatic disease diagnosis and
cognitive recognition, such as the classification of different severity diseases and the
recognition of different brain activities. Many deep learning methods have also been
proposed for performing image classification tasks in MRI images [
          <xref ref-type="bibr" rid="ref58 ref59 ref60">63-65</xref>
          ].
4
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Deep Learning Tools</title>
      <p>Deep learning is a complex technology. To achieve the abovementioned deep learning
architectures, researchers need to spend a lot of time and energy. Fortunately, in
recent years, many deep learning tools have been developed as shown in Table 1. These
tools are convenient for researchers; thus, they promote the application of deep
learning architectures. Some common and widely used deep learning tools are shown in
Table 1.</p>
      <p>Tools</p>
      <sec id="sec-3-1">
        <title>Deep</title>
      </sec>
      <sec id="sec-3-2">
        <title>LearnToolbox</title>
      </sec>
      <sec id="sec-3-3">
        <title>Torch</title>
      </sec>
      <sec id="sec-3-4">
        <title>Torch</title>
      </sec>
      <sec id="sec-3-5">
        <title>Theano</title>
      </sec>
      <sec id="sec-3-6">
        <title>Pylearn2</title>
      </sec>
      <sec id="sec-3-7">
        <title>Keras</title>
      </sec>
      <sec id="sec-3-8">
        <title>CNTK</title>
      </sec>
      <sec id="sec-3-9">
        <title>MXNet</title>
      </sec>
      <sec id="sec-3-10">
        <title>Chainer</title>
      </sec>
      <sec id="sec-3-11">
        <title>SINGA</title>
        <p>
          Links
http://torch.ch/ 
[
          <xref ref-type="bibr" rid="ref61">66</xref>
          ]
[
          <xref ref-type="bibr" rid="ref62">67</xref>
          ]
[
          <xref ref-type="bibr" rid="ref63">68</xref>
          ]
[
          <xref ref-type="bibr" rid="ref64">69</xref>
          ]
[
          <xref ref-type="bibr" rid="ref65">70</xref>
          ]
[
          <xref ref-type="bibr" rid="ref66">71</xref>
          ]
[
          <xref ref-type="bibr" rid="ref67">72</xref>
          ]
[
          <xref ref-type="bibr" rid="ref69">74</xref>
          ]
[
          <xref ref-type="bibr" rid="ref70">75</xref>
          ]
[
          <xref ref-type="bibr" rid="ref71">76</xref>
          ]
[
          <xref ref-type="bibr" rid="ref72">77</xref>
          ]
[
          <xref ref-type="bibr" rid="ref73">78</xref>
          ]
[
          <xref ref-type="bibr" rid="ref74">79</xref>
          ]
5
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Limitations of Deep Learning</title>
      <p>Despite the variety of recent successes of deep learning, there are limitations in the
application of the technique. First, deep learning is not the optimal machine learning
technique for all data analysis problems.</p>
      <p>For problems in which data are well structured or optimal features are well-
defined, other simpler machine learning methods such as logistic regression, support</p>
      <sec id="sec-4-1">
        <title>TensorFlow https://www.tensorflow.org/</title>
      </sec>
      <sec id="sec-4-2">
        <title>Deeplearning4j https://deeplearning4j.org/</title>
        <p>MatConvNet</p>
        <p>
          http://www.vlfeat.org/matconvnet/
maxDNN
https://github.com/eBay/maxDNN
https://www.microsoft.com/enus/research/product/cognitive- [
          <xref ref-type="bibr" rid="ref68">73</xref>
          ]
toolkit/
https://github.com/dmlc/mxnet
http://chainer.org/
http://www.comp.nus.edu.sg/ dbsystem/singa/̃
vector ma- chines, and random forests are typically easier to apply and more effective
[
          <xref ref-type="bibr" rid="ref75">80</xref>
          ].
        </p>
        <p>Even in computer vision, where CNNs have become a dominant method, there are
important limitations for deep learning. The most prominent limitation is that deep
learning is an intensely data- hungry technology; learning weights for a large network
from scratch requires a very large number of labeled examples to achieve accurate
classification. However, unlike traditional approaches to computer vision and
machine learning, which do not scale well with dataset size, deep learning does scale
well with large datasets.</p>
        <p>Deep learning systems currently excel in emulating the kind of human judgment
that is based purely on pattern recognition, where the most informative patterns can
be discerned from previous training. However, no finite training set can fully
represent the variety of cases that might be seen in clinical practice. More complex
radiology interpretation problems typically require deductive reasoning using knowledge of
pathologic processes and selective integration of information from prior examinations
or the patient’s health record. It is presently not clear how to train a deep learning
system to emulate these more complex thought processes.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Future Directions</title>
      <p>
        The role of deep learning and its application to the practice of radiology must still
be defined. Deep learning systems may be conceived as a new form of diagnostic test
with various clinical usage scenarios [
        <xref ref-type="bibr" rid="ref76">81</xref>
        ]. A triage approach would run these
automated image analysis systems in the background to detect life-threatening conditions
or search through large amounts of clinical, genomic, or imaging data [
        <xref ref-type="bibr" rid="ref77">82</xref>
        ]. A
replacement approach would use these systems for generating figure captions [
        <xref ref-type="bibr" rid="ref78">83</xref>
        ] or
even fully automated interpretation of imaging examinations. An add-on approach
would support the radiologist by performing time- consuming tasks such as lesion
segmentation to assess total tumor burden.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In summary, the aim of this survey was to provide valuable insights for researchers,
with regard to applying deep learning architectures in the field of MRI- based
research.</p>
      <p>Deep learning is a powerful and generic artificial intelligence technique that can
solve image detection, recognition, and classification tasks that previously required
human intelligence. The introduction of deep learning techniques in radiology will
likely assist radiologists in a variety of diagnostic tasks.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Brooks</surname>
          </string-name>
          , Intelligence without representation,
          <source>Artif. Intell.</source>
          , vol.
          <volume>47</volume>
          ,
          <issue>nos</issue>
          . 1-
          <issue>3</issue>
          , pp.
          <fpage>139</fpage>
          -
          <lpage>159</lpage>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>N. J.</given-names>
            <surname>Nilsson</surname>
          </string-name>
          ,
          <source>Principles of Artificial Intelligence</source>
          . Los Altos, CA, USA: Morgan Kaufmann,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>P. R.</given-names>
            <surname>Cohen</surname>
          </string-name>
          and
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Feigenbaum</surname>
          </string-name>
          ,
          <source>The Handbook of Artificial Intelligence</source>
          . Los Altos, CA, USA: Butterworth- Heinemann,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>P.</given-names>
            <surname>Baldi</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Brunak</surname>
          </string-name>
          ,
          <string-name>
            <surname>Bioinformatics:</surname>
          </string-name>
          <article-title>The Machine Learning Approach</article-title>
          . Cambridge, MT, USA: MIT Press,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>C.</given-names>
            <surname>Bishop</surname>
          </string-name>
          ,
          <source>Pattern Recognition and Machine Learning</source>
          . Springer-Verlag,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. R. S. Michalski, J. G. Carbonell, and T. M. Mitchell,
          <source>Machine Learning: An Artificial Intelligence Approach</source>
          . Berlin, Germany: Springer Science &amp; Business
          <string-name>
            <surname>Media</surname>
          </string-name>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. EricksonBJ,KorfiatisP,AkkusZ,KlineTL.
          <article-title>Machinelearning for medical imaging</article-title>
          .
          <source>RadioGraphics</source>
          <year>2017</year>
          ;
          <volume>37</volume>
          (
          <issue>2</issue>
          ):
          <fpage>505</fpage>
          -
          <lpage>515</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Lan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,andJ.X.
          <article-title>Wang, Classification of Alzheimer's disease using whole brain hierarchical network</article-title>
          ,
          <source>IEEE/ACM Trans. Comput. Biol. Bioinform</source>
          ., doi: 10.1109/TCBB.
          <year>2016</year>
          .
          <volume>2635144</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.G.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,andJ.X.
          <article-title>Wang, Classification of schizophrenia based on individual hierarchical brain networks constructed from structural MRI images</article-title>
          ,
          <source>IEEE Trans. NanoBiosci.</source>
          , vol.
          <volume>16</volume>
          , no.
          <issue>7</issue>
          , pp.
          <fpage>600</fpage>
          -
          <lpage>608</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>J.Liu</surname>
            ,
            <given-names>J.X.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>F.X.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
          </string-name>
          ,andY.Pan,
          <article-title>Alzheimer's disease classification based on individual hierarchical networks constructed with 3-D texture features</article-title>
          ,
          <source>IEEE Trans. NanoBiosci.</source>
          , vol.
          <volume>16</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>428</fpage>
          -
          <lpage>437</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. W.Lan,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.J.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,and
          <string-name>
            <given-names>J. X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>LDAP:</surname>
          </string-name>
          <article-title>A web server for LncRNA-disease association prediction</article-title>
          ,
          <source>Bioinformatics</source>
          , vol.
          <volume>33</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>458</fpage>
          -
          <lpage>460</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>W.</given-names>
            <surname>Lan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.X.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <article-title>Predicting drug-target interaction using positive- unlabeled learning</article-title>
          ,
          <source>Neurocomputing</source>
          , vol.
          <volume>206</volume>
          , pp.
          <fpage>50</fpage>
          -
          <lpage>57</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>W.</given-names>
            <surname>Lan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. X.</given-names>
            <surname>Wu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <article-title>Predicting microRNA-disease associations based on improved microRNA and disease similarities</article-title>
          ,
          <source>IEEE/ACM Trans. Comput. Biol. Bioinform</source>
          ., doi: 10.1109/TCBB.
          <year>2016</year>
          .
          <volume>2586190</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>G. R.</given-names>
            <surname>Bradski</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Kaehler</surname>
          </string-name>
          ,
          <article-title>Learning OpenCV: Computer Vision with the OpenCV Library</article-title>
          . Sebastopol, CA, USA:
          <string-name>
            <given-names>O</given-names>
            <surname>'Reilly Media</surname>
          </string-name>
          , Inc.,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Fulkerson</surname>
          </string-name>
          ,
          <string-name>
            <surname>Vlfeat:</surname>
          </string-name>
          <article-title>An open and portable library of computer vision algorithms</article-title>
          ,
          <source>in Proc.18th ACM Int. Conf. Multimedia</source>
          , Firenze, Italy,
          <year>2010</year>
          , pp.
          <fpage>1469</fpage>
          -
          <lpage>1472</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>R.</given-names>
            <surname>Cipolla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Battiato</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Farinella</surname>
          </string-name>
          ,
          <source>Machine Learning for Computer Vision</source>
          . Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>LeCun</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
            <given-names>G</given-names>
          </string-name>
          .
          <article-title>Deep learning</article-title>
          .
          <source>Nature</source>
          <year>2015</year>
          ;
          <volume>521</volume>
          (
          <issue>7553</issue>
          ):
          <fpage>436</fpage>
          -
          <lpage>444</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Silver</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maddison</surname>
            <given-names>CJ</given-names>
          </string-name>
          , et al.
          <article-title>Mastering the game of Go with deep neural networks and tree search</article-title>
          .
          <source>Nature</source>
          <year>2016</year>
          ;
          <volume>529</volume>
          (
          <issue>7587</issue>
          ):
          <fpage>484</fpage>
          -
          <lpage>489</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Schmidhuber</surname>
            <given-names>J.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Deep learning in neural networks: an overview</article-title>
          .
          <source>Neural Netw</source>
          .
          <volume>61</volume>
          :
          <fpage>85</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          21.
          <string-name>
            <surname>LeCun</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
            <given-names>G.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Deep learning</article-title>
          .
          <source>Nature</source>
          <volume>521</volume>
          :
          <fpage>436</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          22.
          <string-name>
            <given-names>B.</given-names>
            <surname>Yegnanarayana</surname>
          </string-name>
          ,
          <source>Artificial Neural Networks. New Delhi</source>
          , India:
          <article-title>PHI Learning Pvt</article-title>
          . Ltd.,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          24.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Learning deep architectures for AI, Found</article-title>
          . Trends Mach. Learn., vol.
          <volume>2</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>127</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          26.
          <string-name>
            <given-names>X.</given-names>
            <surname>Glorot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bordes</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Domain adaptation for large-scale sentiment classification: A deep learning approach</article-title>
          ,
          <source>in Proc. 28th Int. Conf. Machine Learning</source>
          , Bellevue, WA, USA,
          <year>2011</year>
          , pp.
          <fpage>513</fpage>
          -
          <lpage>520</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          27.
          <string-name>
            <given-names>Q. V.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ngiam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Coates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lahiri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Prochnow</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Ng</surname>
          </string-name>
          ,
          <article-title>On optimization methods for deep learning</article-title>
          ,
          <source>in Proc. 28th Int. Conf. Machine Learning</source>
          , Bellevue, WA, USA,
          <year>2011</year>
          , pp.
          <fpage>265</fpage>
          -
          <lpage>272</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          28.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Courville</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Vincent</surname>
          </string-name>
          ,
          <article-title>Representation learning: A review and new perspectives</article-title>
          ,
          <source>IEEE Trans. Pattern Anal. Mach</source>
          . Intell., vol.
          <volume>35</volume>
          , no.
          <issue>8</issue>
          , pp.
          <fpage>1798</fpage>
          -
          <lpage>1828</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          29. Y. LeCun,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>Deep learning</article-title>
          ,
          <source>Nature</source>
          , vol.
          <volume>521</volume>
          , no.
          <issue>7553</issue>
          , pp.
          <fpage>436</fpage>
          -
          <lpage>444</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          30.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T. R.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>A novel deep learning network architecture with crosslayer neurons</article-title>
          ,
          <source>in Proc. 2016 IEEE Int. Conf. Big Data and Cloud Computing (BDCloud)</source>
          ,
          <article-title>Social Computing and Networking (SocialCom), Sustainable Computing</article-title>
          and
          <string-name>
            <surname>Communications (SustainCom)(BDCloud-SocialCom- SustainCom)</surname>
            , Atlanta,
            <given-names>GA</given-names>
          </string-name>
          , USA,
          <year>2016</year>
          , pp.
          <fpage>111</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          31.
          <string-name>
            <surname>J.Liu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.X.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>F.X.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
          </string-name>
          ,T.M.Liu,andY.Pan,
          <article-title>A survey of MRI-based brain tumor segmentation methods</article-title>
          ,
          <source>Tsinghua Sci. Technol</source>
          ., vol.
          <volume>19</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>578</fpage>
          -
          <lpage>595</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          32.
          <string-name>
            <surname>J.Liu</surname>
            ,
            <given-names>J.X.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Z.J.</given-names>
          </string-name>
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>F.X.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,and
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Pan</surname>
          </string-name>
          ,
          <article-title>Improving Alzheimeres disease classification by combining multiple measures</article-title>
          ,
          <source>IEEE/ACM Trans. Comput. Biol. Bioinform</source>
          ., doi: 10.1109/TCBB.
          <year>2017</year>
          .
          <volume>2731849</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          33.
          <string-name>
            <surname>Rumelhart</surname>
            <given-names>DE</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
            <given-names>GE</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            <given-names>RJ</given-names>
          </string-name>
          .
          <article-title>Learning repre- sentations by back-propagating errors</article-title>
          .
          <source>Cognitive Modeling</source>
          <year>1988</year>
          ;
          <volume>5</volume>
          (
          <issue>3</issue>
          ):
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          34.
          <string-name>
            <surname>Goodfellow</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courville</surname>
            <given-names>A</given-names>
          </string-name>
          .
          <article-title>Deep learning</article-title>
          . Cam- bridge, Mass: MIT Press,
          <year>2016</year>
          ;
          <fpage>1</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          35.
          <string-name>
            <surname>Goodfellow</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courville</surname>
            <given-names>A</given-names>
          </string-name>
          .
          <article-title>Deep learning</article-title>
          . MIT Press;
          <year>2016</year>
          . www.deeplearningbook.org.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          36.
          <string-name>
            <surname>Rosenblatt</surname>
            <given-names>F.</given-names>
          </string-name>
          <year>1958</year>
          .
          <article-title>The perceptron: a probabilistic model for information storage and organization in the brain</article-title>
          .
          <source>Psychol. Rev</source>
          .
          <year>1958</year>
          :
          <fpage>65</fpage>
          -
          <lpage>386</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          37.
          <string-name>
            <given-names>H.</given-names>
            <surname>Bourlard</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kamp</surname>
          </string-name>
          ,
          <article-title>Auto-association by multilayer perceptrons and singular value decomposition</article-title>
          ,
          <source>Biol. Cybern.</source>
          , vol.
          <volume>59</volume>
          ,
          <issue>nos</issue>
          .
          <volume>4</volume>
          &amp;
          <issue>5</issue>
          , pp.
          <fpage>291</fpage>
          -
          <lpage>294</lpage>
          ,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          38.
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          and
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Zemel</surname>
          </string-name>
          , Autoencoders, minimum description length, and
          <article-title>Helmholtz free energy</article-title>
          ,
          <source>in Proc. 6th Int. Conf. Neural Information Processing Systems</source>
          , Denver, CO, USA,
          <year>1994</year>
          , p.
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          39. G. Alain and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>What regularized auto-encoders learn from the data-generating distribution</article-title>
          ,
          <source>J. Mach. Learn. Res.</source>
          , vol.
          <volume>15</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>3563</fpage>
          -
          <lpage>3593</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          40.
          <string-name>
            <surname>Bourlard</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kamp</surname>
            <given-names>Y.</given-names>
          </string-name>
          <year>1988</year>
          .
          <article-title>Auto-association by multilayer perceptrons and singular value decomposition</article-title>
          .
          <source>Biol. Cybern</source>
          .
          <volume>59</volume>
          :
          <fpage>291</fpage>
          -
          <lpage>94</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          42. HitonGE,SalakhutdinovRR.
          <year>2006</year>
          .Reducingthedimensionalityofdatawithneuralnetworks.Sci ence
          <volume>313</volume>
          :
          <fpage>504</fpage>
          -
          <lpage>7</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          43.
          <string-name>
            <surname>Hinton</surname>
            <given-names>GE</given-names>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Training products of experts by minimizing contrastive divergence</article-title>
          .
          <source>Neural Comput</source>
          .
          <volume>14</volume>
          :
          <fpage>1771</fpage>
          -
          <lpage>800</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          44. Y. LeCun and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Convolutional networks for images, speech, and time-series, in The Handbook of Brain Theory and Neural Networks, M. A</article-title>
          . Arbib, ed. Cambridge, MA, USA: MIT Press,
          <year>1995</year>
          ,.
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          45.
          <string-name>
            <given-names>H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Grosse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ranganath</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Ng</surname>
          </string-name>
          ,
          <article-title>Convolutional deep belief networks for scalable unsupervised learning of hierarchical representations</article-title>
          ,
          <source>in Proc. 26th Annual Int. Conf. Machine Learning</source>
          , Montreal, Canada,
          <year>2009</year>
          , pp.
          <fpage>609</fpage>
          -
          <lpage>616</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          46. Y. LeCun, K. Kavukcuoglu, and
          <string-name>
            <given-names>C.</given-names>
            <surname>Farabet</surname>
          </string-name>
          ,
          <article-title>Convolutional networks and applications in vision</article-title>
          .
          <source>in Proc. 2010 IEEE Int. Symposium on Circuits and Systems (ISCAS)</source>
          , Paris, France,
          <year>2010</year>
          , pp.
          <fpage>253</fpage>
          -
          <lpage>256</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          47.
          <string-name>
            <surname>J. T. Springenberg</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Dosovitskiy</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Brox</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Riedmiller</surname>
          </string-name>
          ,
          <article-title>Striving for simplicity: The all convolutional net</article-title>
          ,
          <source>arXiv preprint arXiv: 1412.6806</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          48. Y. LeCun, L. Bottou,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Haffner</surname>
          </string-name>
          ,
          <article-title>Gradient- based learning applied to document recognition</article-title>
          ,
          <source>Proc. IEEE</source>
          , vol.
          <volume>86</volume>
          , no.
          <issue>11</issue>
          , pp.
          <fpage>2278</fpage>
          -
          <lpage>2324</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          49. P. Y.
          <string-name>
            <surname>Simard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Steinkraus</surname>
            , and
            <given-names>J. C.</given-names>
          </string-name>
          <string-name>
            <surname>Platt</surname>
          </string-name>
          ,
          <article-title>Best practices for convolutional neural networks applied to visual document analysis</article-title>
          .
          <source>in Proc. 7th Int. Conf. Document Analysis and Recognition</source>
          , Edinburgh, UK,
          <year>2003</year>
          , pp.
          <fpage>958</fpage>
          -
          <lpage>962</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          50.
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sutskever</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>ImageNet classification with deep convolutional neural networks</article-title>
          ,
          <source>in Proc. 25th Int. Conf. Neural Information Processing Systems</source>
          , Lake Tahoe,
          <string-name>
            <surname>NV</surname>
          </string-name>
          , USA,
          <year>2012</year>
          , pp.
          <fpage>1097</fpage>
          -
          <lpage>1105</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          51.
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          ,
          <source>arXiv preprint arXiv: 1409.1556</source>
          ,
          <year>2014</year>
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          52.
          <string-name>
            <surname>K. M. He</surname>
            ,
            <given-names>X. Y.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>S. Q.</given-names>
          </string-name>
          <string-name>
            <surname>Ren</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>arXiv preprint arXiv: 1512.03385</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          53.
          <string-name>
            <surname>K. M. He</surname>
            ,
            <given-names>X. Y.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>S. Q.</given-names>
          </string-name>
          <string-name>
            <surname>Ren</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Identity mappings in deep residual networks</article-title>
          ,
          <source>arXiv preprint arXiv: 1603.05027</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          55.
          <string-name>
            <given-names>B.</given-names>
            <surname>Zitova</surname>
          </string-name>
          ́ and
          <string-name>
            <given-names>J.</given-names>
            <surname>Flusser</surname>
          </string-name>
          ,
          <article-title>Image registration methods: A survey, Image Vis</article-title>
          .
          <source>Comput.</source>
          , vol.
          <volume>21</volume>
          , no.
          <issue>11</issue>
          , pp.
          <fpage>977</fpage>
          -
          <lpage>1000</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          56.
          <string-name>
            <given-names>D.</given-names>
            <surname>Zikic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ioannou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Criminisi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Brown</surname>
          </string-name>
          ,
          <article-title>Segmentation of brain tumor tissues with convolutional neural networks</article-title>
          ,
          <source>Proceedings MICCAI Workshop on Multimodal Brain Tumor Segmentation Challenge</source>
          , Boston, MA, USA,
          <year>2014</year>
          , pp.
          <fpage>36</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          57. G. Urban,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bendszus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hamprecht</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Kleesiek</surname>
          </string-name>
          <article-title>, Multi-modal brain tumor segmentation using deep convolutional neural networks</article-title>
          ,
          <source>in Proc. MICCAI BraTS (Brain Tumor Segmentation) Challenge</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>31</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          58.
          <string-name>
            <surname>M. Lyksborg</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Puonti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Agn</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Larsen</surname>
          </string-name>
          ,
          <article-title>An ensemble of 2D convolutional neural networks for tumor segmentation</article-title>
          ,
          <source>in Proc. 19th Scandinavian Conf. Image Analysis</source>
          , Copenhagen, Denmark,
          <year>2015</year>
          , pp.
          <fpage>201</fpage>
          -
          <lpage>211</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          59.
          <string-name>
            <given-names>P.</given-names>
            <surname>Dvorak</surname>
          </string-name>
          and
          <string-name>
            <given-names>B. H.</given-names>
            <surname>Menze</surname>
          </string-name>
          ,
          <article-title>Structured prediction with convolutional neural networks for multimodal brain tumor segmentation</article-title>
          ,
          <source>in Proc. Multimodal Brain Tumor Image Segmentation Challenge</source>
          , Munich, Germany,
          <year>2015</year>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          60.
          <string-name>
            <given-names>S.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pinto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Alves</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <article-title>Brain tumor segmentation using convolutional neural networks in mri images</article-title>
          ,
          <source>IEEE Trans. Med</source>
          . Imaging, vol.
          <volume>35</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>1240</fpage>
          -
          <lpage>1251</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          61.
          <string-name>
            <surname>M. Havaei</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Davy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Warde-Farley</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Biard</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Courville</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Pal</surname>
            ,
            <given-names>P. M.</given-names>
          </string-name>
          <string-name>
            <surname>Jodoin</surname>
            , and
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Larochelle</surname>
          </string-name>
          ,
          <article-title>Brain tumor segmentation with deep neural networks</article-title>
          ,
          <source>Med</source>
          . Image Anal., vol.
          <volume>35</volume>
          , pp.
          <fpage>18</fpage>
          -
          <lpage>31</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          62.
          <string-name>
            <given-names>H. I.</given-names>
            <surname>Suk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. G.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <article-title>Hierarchical feature representation and multimodal fusion with deep learning for AD/MCI diagnosis</article-title>
          ,
          <source>NeuroImage</source>
          , vol.
          <volume>101</volume>
          , pp.
          <fpage>569</fpage>
          -
          <lpage>582</lpage>
          ,
          <year>2014</year>
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          63.
          <string-name>
            <given-names>S.</given-names>
            <surname>Koyamada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shikauchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Nakae</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koyama</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Ishii</surname>
          </string-name>
          ,
          <article-title>Deep learning of fMRI big data: A novel approach to subject-transfer decoding</article-title>
          ,
          <source>arXiv preprint arXiv: 1502.00093</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          64. 64.
          <string-name>
            <surname>W. H. Pinaya</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gadelha</surname>
            ,
            <given-names>O. M.</given-names>
          </string-name>
          <string-name>
            <surname>Doyle</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Noto</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Zugman</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <string-name>
            <surname>Cordeiro</surname>
            ,
            <given-names>A. P.</given-names>
          </string-name>
          <string-name>
            <surname>Jackowski</surname>
            ,
            <given-names>R. A.</given-names>
          </string-name>
          <string-name>
            <surname>Bressan</surname>
            , and
            <given-names>J. R.</given-names>
          </string-name>
          <string-name>
            <surname>Sato</surname>
          </string-name>
          ,
          <article-title>Using deep belief network modelling to characterize differences in brain morphometry in schizophrenia</article-title>
          ,
          <source>Sci. Rep</source>
          ., vol.
          <volume>6</volume>
          , p.
          <fpage>38897</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          65.
          <string-name>
            <surname>R. B. Palm</surname>
          </string-name>
          ,
          <article-title>Prediction as a candidate for learning deep hierarchical models of data, Master's thesis</article-title>
          , Technical University of Denmark, Denmark,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          66.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Shelhamer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Donahue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karayev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Girshick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Guadarrama</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Darrell</surname>
          </string-name>
          , Caffe:
          <article-title>Convolutional architecture for fast feature embedding</article-title>
          ,
          <source>in Proc. 22nd ACM Int. Conf. Multimedia</source>
          , Orlando, FL, USA,
          <year>2014</year>
          , pp.
          <fpage>675</fpage>
          -
          <lpage>678</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          67.
          <string-name>
            <given-names>R.</given-names>
            <surname>Collobert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kavukcuoglu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Farabet</surname>
          </string-name>
          ,
          <article-title>Torch7: A matlab-like environment for machine learning</article-title>
          , in BigLearn, NIPS Workshop, No.
          <source>EPFL-CONF-192376</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          68.
          <string-name>
            <given-names>R.</given-names>
            <surname>Al-Rfou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Alain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Almahairi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Angermueller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bahdanau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ballas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bastien</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bayer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Belikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Belopolsky</surname>
          </string-name>
          , et al.,
          <article-title>Theano: A python framework for fast computation of mathematical expressions</article-title>
          ,
          <source>arXiv preprint arXiv: 1605.02688</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          69.
          <string-name>
            <given-names>I. J.</given-names>
            <surname>Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warde-Farley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lamblin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dumoulin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mirza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Pascanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bergstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bastien</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <surname>Pylearn2:</surname>
          </string-name>
          <article-title>A machine learning research library</article-title>
          ,
          <source>arXiv preprint arXiv: 1308.4214</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          70.
          <string-name>
            <given-names>F.</given-names>
            <surname>Chollet</surname>
          </string-name>
          , Keras:
          <article-title>Theano-based deep learning library</article-title>
          , Code, https://github.com/fchollet.Documentation:http: //keras.io,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          71.
          <string-name>
            <surname>M. Abadi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Barham</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Brevdo</surname>
            ,
            <given-names>Z. F.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Citro</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Devin</surname>
          </string-name>
          , et al.,
          <article-title>TensorFlow: Large-scale machine learning on heterogeneous distributed systems</article-title>
          ,
          <source>arXiv preprint arXiv: 1603.04467</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref67">
        <mixed-citation>
          72.
          <string-name>
            <given-names>D.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Eversole</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Seltzer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kuchaiev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Seide</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. H.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Guenter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. M.</given-names>
            <surname>Wang</surname>
          </string-name>
          , et al.,
          <article-title>An introduction to computational networks and the computational network toolkit</article-title>
          ,
          <source>Technical report, Tech. Rep. MSR-TR-2014-112</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref68">
        <mixed-citation>
          73.
          <string-name>
            <given-names>T. Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. T.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , and
          <string-name>
            <surname>Z. Zhang,</surname>
          </string-name>
          <article-title>MXNet: A flexible and efficient machine learning library for heterogeneous distributed systems</article-title>
          ,
          <source>arXiv preprint arXiv: 1512.01274</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref69">
        <mixed-citation>
          74.
          <string-name>
            <given-names>S.</given-names>
            <surname>Tokui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Oono</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hido</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Clayton</surname>
          </string-name>
          ,
          <article-title>Chainer: A next-generation open source framework for deep learning</article-title>
          ,
          <source>in Proc. Workshop on Machine Learning Systems (LearningSys) in the Twenty-Ninth Annual Conf. Neural Information Processing Systems (NIPS)</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref70">
        <mixed-citation>
          75.
          <article-title>Deeplearning4j Development Team, Deeplearning4j: Open-source distributed deep learning for the JVM</article-title>
          ,
          <source>Apache Software Foundation License 2</source>
          .0, http://deeplearning4j.org,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref71">
        <mixed-citation>
          76.
          <string-name>
            <given-names>B. C.</given-names>
            <surname>Ooi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. L.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. C.</given-names>
            <surname>Cai</surname>
          </string-name>
          , G. Chen,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. J.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. K. H. Tung</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          , et al.,
          <article-title>SINGA: A distributed deep learning platform</article-title>
          ,
          <source>in Proc. 23rd ACM Int. Conf. Multimedia</source>
          , Brisbane, Australia,
          <year>2015</year>
          , pp.
          <fpage>685</fpage>
          -
          <lpage>688</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref72">
        <mixed-citation>
          77.
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Lenc</surname>
          </string-name>
          ,
          <article-title>MatConvNet: Convolutional neural networks for MATLAB</article-title>
          ,
          <source>in Proc. 23rd ACM Int. Conf. Multimedia</source>
          , Brisbane, Australia,
          <year>2015</year>
          , pp.
          <fpage>689</fpage>
          -
          <lpage>692</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref73">
        <mixed-citation>
          78. A. Lavin,
          <string-name>
            <surname>MaxDNN:</surname>
          </string-name>
          <article-title>An efficient convolution kernel for deep learning with maxwell GPUs</article-title>
          ,
          <source>arXiv preprint arXiv: 1501.06633</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref74">
        <mixed-citation>
          79. Domingos P.
          <article-title>Plenary panel: is deep learning the new 42? https</article-title>
          ://youtu.be/furfdqtdAvc?t=21m35s.
          <source>Published Septem- ber 1</source>
          ,
          <year>2016</year>
          . Accessed March 27,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref75">
        <mixed-citation>
          80.
          <string-name>
            <surname>Bossuyt</surname>
            <given-names>PM</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Irwig</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Craig</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glasziou</surname>
            <given-names>P</given-names>
          </string-name>
          .
          <article-title>Comparative accuracy: assessing new tests against existing diagnostic pathways</article-title>
          .
          <source>BMJ</source>
          <year>2006</year>
          ;
          <volume>332</volume>
          (
          <issue>7549</issue>
          ):
          <fpage>1089</fpage>
          -
          <lpage>1092</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref76">
        <mixed-citation>
          81.
          <string-name>
            <surname>Summers</surname>
            <given-names>RM</given-names>
          </string-name>
          .
          <article-title>Progress in fully automated abdominal CT interpretation</article-title>
          .
          <source>AJR Am J Roentgenol</source>
          <year>2016</year>
          ;
          <volume>207</volume>
          (
          <issue>1</issue>
          ):
          <fpage>67</fpage>
          -
          <lpage>79</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref77">
        <mixed-citation>
          82.
          <string-name>
            <surname>Vinyals</surname>
            <given-names>O</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toshev</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erhan</surname>
            <given-names>D</given-names>
          </string-name>
          .
          <article-title>Show and tell: a neural image caption generator</article-title>
          .
          <source>arXiv:14114555v1</source>
          . https:// arxiv.org/abs/1411.4555. Published November 17,
          <year>2014</year>
          .
          <source>Accessed October 2</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref78">
        <mixed-citation>
          83.
          <string-name>
            <surname>Christ</surname>
            <given-names>PF</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ettlinger</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grün</surname>
            <given-names>F</given-names>
          </string-name>
          , et al.
          <article-title>Automatic liver and tumor segmentation of CT and MRI volumes using cas- caded fully convolutional neural networks</article-title>
          .
          <source>arXiv preprint arXiv:1702</source>
          .05970. https://arxiv.org/abs/1702.05970. Pub- lished
          <source>February 20</source>
          ,
          <year>2017</year>
          .
          <source>Accessed October 2</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>