<!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>Autoencoders as an alternative approach to Principal Component Analysis for dimensionality reduction. An application on simulated data from psychometric models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Monica Casella</string-name>
          <email>mo.casella@studenti.unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pasquale Dolce</string-name>
          <email>pasquale.dolce@unina.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michela Ponticorvo</string-name>
          <email>michela.ponticorvo@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davide Marocco</string-name>
          <email>davide.marocco@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Naples Federico II, Department of Humanistic Studies</institution>
          ,
          <addr-line>Naples</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Naples Federico II, Department of Public Health</institution>
          ,
          <addr-line>Naples</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Dimensionality reduction is defined as the search for a low-dimensional space that captures the “essence” of the original high-dimensional data. Principal Component Analysis (PCA) is one of the most used dimensionality reduction technique in psychology and behavioral sciences for data analysis and measure development. However, PCA can capture linear correlations between variables, but fails when this assumption is violated. In recent years, a variety of nonlinear dimensionality reduction techniques have been proposed in other research fields to overcome this limitation. In this paper, we focus on non-linear autoencoder, a multi-layer perceptron, with as many inputs as outputs and a smaller number of hidden nodes. We investigate the relation between the intrinsic dimensionality of data and the autoencoder's internal nodes in a simulation study, comparing autoencoders and PCA performances in term of reconstruction error. The evidence from this study suggests that autoencoder's ability in dimensionality reduction is very similar to PCA, and that there is a relation between internal nodes and data dimensionality.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Dimensionality reduction</kwd>
        <kwd>Principal Component Analysis (PCA)</kwd>
        <kwd>Autoencoder</kwd>
        <kwd>Artificial Neural Networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The transformation of data from high-dimensional space into a meaningful low-dimensional space,
which ideally corresponds to the intrinsic dimensionality of the original data, is referred as
“dimensionality reduction”. This transformation is important in several domains because it mitigates
undesired properties of high-dimensional spaces such as the curse of dimensionality [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        However, determining the number of dimensions of a data set requires researchers to take several
important decisions: in particular, the choice of extraction method and the decision about how many
components to retain are considered among the most critical in psychological scale development [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Intrinsic dimensionality, as an important intrinsic characteristic of high-dimensional data, can be
defined as the minimum number of coordinates which are necessary to describe data points without
significant information loss: because the process of dimensionality reduction inevitably leads to
information loss, it is very important to preserve the main and important characteristics of the original
data as much as possible. So, dimensionality reduction is not only related to data compression, but also
to feature extraction [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Traditionally, dimensionality reduction is performed using linear techniques such as Principal
Components Analysis (PCA), which is one of the most used statistical techniques in behavioral sciences
and is a standard part of measure development [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        PCA was first introduced by Pearson in 1901 and developed by Hotelling in 1933 [
        <xref ref-type="bibr" rid="ref5 ref6">5,6</xref>
        ]. The central
idea of PCA is to reduce the dimensionality of a dataset with a large number of interrelated variables
preserving as much variability as possible. This reduction is achieved by finding new variables, the
principal components, which are linear functions of the original variables, which are uncorrelated and
sorted so that the first few retain most of the variation present in all the original variables [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. However,
assumptions required for PCA are not always satisfied in psychology and behavioral sciences. In fact,
PCA assumes that the relationships between variables are linear, and all variables should be assessed
on an interval or ratio level of measurement. Therefore, PCA may not always be the most appropriate
method of analysis [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>In contrast to the traditional linear techniques for dimensionality reduction, machine learning
techniques can deal with complex nonlinear data, and they represent a valuable alternative to classical
methods. In this context, a considerable amount of work has been done on non-linear extensions of
PCA and a variety of approaches has been proposed. Among others, Autoencoders seem a valuable
alternative to PCA for dimensionality reduction.</p>
      <p>
        Autoencoder, also called auto-associative neural network or bottleneck network, is a multi-layer
perceptron with as many inputs as outputs and a smaller number of hidden feature units. During training,
the targets for the output units are set to be equal to the inputs. The weights in the network are then
trained to minimize the square error of the reconstruction [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Because of this learning strategy, it can
be shown that the linear autoencoder, with n features, converges to the n-th dimensional PCA subspace
[
        <xref ref-type="bibr" rid="ref10 ref11">10,11</xref>
        ]. An extension of the linear autoencoder consists in the introduction of a nonlinear mapping by
adding nonlinear hidden layers. Such a neural network effectively performs a nonlinear principal
component analysis, overcoming limits of linear dimensionality reduction [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Autoencoders are
applied to many problems, from facial recognition to customer segmentation [
        <xref ref-type="bibr" rid="ref13 ref14">13,14</xref>
        ], but they’re absent
in psychometric research. Furthermore, although it is known that autoencoders have good performance
in data compression, little research has been conducted on the relationship between the intrinsic
dimensionality of the data and the number of internal nodes.
      </p>
      <p>In line with these considerations, the aim of this paper is to investigate in a systematic way a possible
relation between the number of hidden layer nodes and the intrinsic dimensionality of data, comparing
PCA and autoencoders reconstruction error on artificial datasets.</p>
      <p>
        Datasets are generated from factor-based population, a choice due to their diffusion in psychometric
research [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>The rest of article is organized as follows: first, methods are briefly described, and the study is
presented in a more detailed way; then, experimental procedures, data analysis and results are showed;
finally, section 4 concludes the paper and discusses several future research directions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methods</title>
      <p>In many areas among the social and life sciences the amount of high-dimensional data has rapidly
increased within the past year: to handle such real-world data adequately, dimensionality needs to be
reduced into meaningfully expression in low-dimensional space.</p>
      <p>In this section two approaches for dimensionality reduction will be described: subsection 2.1 discuss
Principal Component Analysis, the most famous linear dimensionality reduction technique; then, we
describe Autoencoders, an alternative non-linear approach for dimensionality reduction more recently
proposed.
2.1.</p>
    </sec>
    <sec id="sec-3">
      <title>Principal Component Analysis (PCA)</title>
      <p>
        PCA can be defined as the orthogonal projection of data onto a lower dimensional linear space, such
that the variance of the projected data is maximized [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>To derive the form of PC’s, suppose  is a vector of  variables with a covariance matrix  . The first
step is to search for a linear function  1′ of the elements of  having maximum variance:
 1′ =  11 1 +  12 2 + … +  1   =
where  1′ is a vector of  constants  11 1,  12 2 , … ,  1   and ‘ denotes transpose.
The variance of the projected data is given by:
multipliers. It follows that:
and is maximized under the normalization constraints  1′ 1 = 1 using the techinque of Lagrange</p>
      <p>( 1 ) =  1′  1 =  1 the largest eigenvalue.
where λ is the Lagrange multipliers. By setting differentiation with respect  1 equal to zero, the solution
of this problem can be obtained as a unit eigenvector of the covariance matrix S corresponding to the
largest eigenvalue. Thus,  1 is the eigenvector corresponding to the largest eigenvalue of  , and</p>
      <p>In general, the kth PC of  is    and its variance is   , where   is the largest eigenvalue of S and
  is the corresponding eigenvector or, also, the vector of loadings for the kth component. We can
define additional principal components in an incremental fashion by choosing each new direction to be
that which maximizes the projected variance amongst all possible directions orthogonal to those already
considered. To summarize, principal component analysis involves evaluating the covariance matrix 
of the dataset and then finding the k eigenvectors of S corresponding to the k largest eigenvalues.</p>
      <p>PCA can be also viewed as a linear projection of data points into a lower dimensional space such
that the squared reconstruction loss is minimized. In general, a dimension reduction technique provides
an approximation  ̂( ) to  ( ) which is the composition of two functions f and g:</p>
      <p>[ 1′ ] =  1′  1
 1′  1 =  ( 1′ 1 − 1)

∑  1  
 =1
(1)
(2)
(3)
(4)
(5)
(6)
 ( ) =  ̂( ) +  ( ) =  ( ( ( ))) +  ( )</p>
      <p>
        The projection function  ∶   →   projects the original P-dimensional data  ( ) onto a
Zdimensional subspace, while the expansion function  ∶  
→   defines a mapping from the
Zdimensional space back into the original P-dimensional space with  ( ) as the residue. The feature
extraction problem may involve the determination of functions f and g. The mean square error (MSE)
in reconstructing the original data is:

=  [‖ −  ( ( ))‖ ]
2
It can be shown that PCA is the algorithm which obtains the smallest MSE among all techniques with
linear projection and expansion functions f and g [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
2.2.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Autoencoders</title>
      <p>
        Autoencoder, also called auto-associative neural network, is a multi-layer perceptron having the
same number of outputs as inputs, designed to learn an approximation to the identity function, so as the
output is as similar to the input as possible [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. This is achieved by minimizing an error function which
captures the degree of mismatch between the input vectors and their reconstructions, typically a
sumof-squares error of the form:
1
2

linear dimensionality reduction and are minimizing the same sum-of-squares error function.
In 1991, an interesting non-linear generalization was introduced by Kramer [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The network
described by Kramer is again trained by minimization of the error function (6).
      </p>
      <p>We can view this network as two successive functional mappings  and  as indicated in Figure 2.
The first mapping  projects the original  -dimensional data into a Z-dimensional subspace S defined
by the activations of the units in the second hidden layer. Because of the presence of the first hidden
layer of nonlinear units, this mapping is very general, and is not restricted to being linear.
 =1

where   ( ) is the weight between the i-th neuron of layer 
+ 1 and the j-th neuron of layer m, and</p>
      <p>
        Autoencoder has the advantage of not being limited to linear transformations and can learn more
complicated relations between visible and hidden units, although it contains standard principal
component analysis as a special case. However, unlike PCA, the coordinates of the output of the
bottleneck are correlated and are not sorted in descending order of variance. Moreover, computationally
intensive nonlinear optimization techniques must be used, and there is the risk of finding a suboptimal
local minimum of the error function [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. One solution to mitigate this problem was introduced by
Hinton in 2006, who proposed a “layer-wise pretraining” procedure for binary data using restricted
Boltzmann machines [19].
2.3.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Objectives of the work</title>
      <p>Dimensionality reduction implies capturing the "essence" of the data, that is, extracting the most
important information. In PCA, this is achieved by selecting the principal components that explain most
of the relationships among the variables and, so, reflect the intrinsic dimensionality of data, but little
research has been done on autoencoder ability in dimensionality extraction.</p>
      <p>In 2016, Wang et al. [20] investigated a possible relation between the number of hidden layer nodes,
the performance of autoencoder and the intrinsic dimensionality of data. This study was conducted on
MNIST and Olivetti face datasets by recording the change of performance of the classifier when the
dimensionality of the projected representation varies. Results of this study showed a possible relation
between the hidden nodes, the intrinsic dimensionality of MNIST dataset and the autoencoders
accuracy.</p>
      <p>Similarly, in this paper we want to investigate this relation in a more systematic way. The aim is to
compare PCA and autoencoder ability in dimensionality extraction on different factor-based simulated
datasets. Our hypothesis is that autoencoder’s representation of data lying in bottleneck layer captures
the most important data characteristics and is in relation with data intrinsic dimensionality. So, the
performance of autoencoder should be optimal when the number of internal nodes is equal to data
dimensionality. More details and results are showed in the next section.</p>
    </sec>
    <sec id="sec-6">
      <title>3. A simulation study</title>
      <p>In order to investigate the relation between data dimensionality and autoencoder’s internal nodes,
a simulation approach is chosen, because of the possibility to analyze different scenarios by varying
only the selected design-factors. In this section, the simulation study is described in detail, and results
are showed.
3.1.</p>
    </sec>
    <sec id="sec-7">
      <title>Simulation Design and Data Generation</title>
      <p>Analyses were conducted on artificial data generated from different factor-based population, using
the R package Lavaan [21]. Relationships in the model were set assuming the theoretical path model
represented in Figure 4 and then data were simulated considering the given values of the parameters.</p>
      <p>The simulation study considered different scenarios, varying the following design-factors: sample
size, number of components and number of observed variables. The considered levels for each
designfactor are presented in Figure 4. The total number of scenarios obtained from the combination of these
levels of the design-factors was equal to 48 (4 sample sizes × 3 number of components × 4 number of
observed variables). For each considered scenario, we generated one dataset.</p>
      <p>Model used for
generating data:</p>
      <p>n = 200
Generated sample n = 500
size: n = 700
n = 1000</p>
      <p>Number of components:
Loadings:</p>
      <p>All factor loadings are equal
to 0.7</p>
      <p>Number of observed variables</p>
      <p>for each component:</p>
    </sec>
    <sec id="sec-8">
      <title>Data analysis and Results</title>
      <p>Non-linear autoencoders used for dimensionality reduction were implemented in Python using Keras
module [22]; the non-linearity of choice was the hyperbolic tangent activation function (tanh) except
for the bottleneck and the output layers which used a linear activation function.</p>
      <p>All layers but for the bottleneck had the same number of neurons, equal to the number of observed
variables. The bottleneck layer’s nodes varied from one to the number of observed variables. That is,
for a dataset with n observed variables, n autoencoders were trained on the whole dataset, with neurons
in the bottleneck layer varying from 1 to n. MSE was computed for each autoencoder.</p>
      <p>Weights were initialized based on the uniform distribution suggested by Glorot and Bengio [23]
and Adam optimizer was used with 0.0001 learning rate as it offers both fast training and good
generalization performance [24].</p>
      <p>Finally, PCA was performed using Scikit-learn module in Python [25] and MSE was computed for each
possible number of components (from 1 to the number of observed variables).</p>
      <p>Figures 5, 6, and 7 show results for three scenarios:
a) 3 components and 9 observed variables.
b) 5 components and 25 observed variables.
c) 7 components and 63 observed variables.</p>
      <p>These scenarios are, respectively, the smallest, the medium and the largest among those obtained
from all the possible combinations of the chosen design-factors.</p>
      <p>Results show that MSE for both Autoencoders and PCA are very similar and are about the same
when sample size is sufficiently large. Plots always display a downward curve, starting high on the left,
falling rather quickly, and then flattening out at some point: this "elbow" coincides with the intrinsic
data dimensionality. This pattern is always repeated, except in models with many observed variables
and low sample size. In these cases, autoencoders results don’t follow the same trend as PCA and don’t
provide information about the data dimensionality.</p>
      <p>For the maximum number of components, MSE score for PCA is equal to zero, because considering
all components data are perfectly reconstructed, and all the variation is retained. MSE scores for
autoencoder, when the number of nodes is near or equal to the number of observed variables, are low,
but doesn’t display the same pattern as PCA and are not equal to zero.</p>
    </sec>
    <sec id="sec-9">
      <title>4. Discussion and future research</title>
      <p>In this work, we have compared PCA and non-linear autoencoder and we have hypothesized a
relationship between the number of autoencoder’s internal nodes and the intrinsic dimensionality of
data. Results shows that autoencoder can perform dimensionality reduction as well as PCA, with an
adequate sample size. Furthermore, results show that neurons in internal layer have a relation with the
dimensionality of data. In fact, after the “elbow” of the graph, in which the number of neurons coincides
with the dimensionality of data, the decrease in the MSE is slower and thus not sufficient to compensate
for the increase in complexity. Because the choice of number of hidden neurons is a priori choice, it is
useful to know that nodes of the bottleneck layer have a relation with data dimensionality.</p>
      <p>The most important difference between PCA and autoencoders is that autoencoders can utilize
nonlinear activation functions at the different layers of the neural network whereas, in PCA, dimensionality
reduction is done in a linear transformation. The use of non-linear activation functions is what makes
autoencoders a more flexible method for learning patterns in data.</p>
      <p>However, in this work, PCA and Autoencoder seems to have the same behavior in dimensionality
reduction: even if both methods offer information on the intrinsic dimensionality of data, it is important
to consider that relations between simulated variables are linear; therefore, it is likely that a linear
method performs better. However, relations met in real world are not always linear: for this reason, a
future work will evaluate autoencoder performances on simulated data with non-linear relations
between variables. Moreover, future research will also focus on autoencoder performances on real
datasets. This future work will allow deeper understanding of the similarities and differences between
these methods.</p>
      <p>PCA and autoencoders share architectural similarities, but despite this fact, an autoencoder by itself
does not have PCA properties. Incorporating some PCA constraints, autoencoder’s solution would have
the following benefits: a) uniqueness; b) components would be uncorrelated and sorted in descending
order of variance; and c) when reducing the data from dimension  to dimension   , the first   vectors
(  &lt;   ) would be the same as the solution for reduction from dimension  to   [26].</p>
      <p>Despite machine learning methods are increasingly prevalent in several areas of psychology [27,
28], autoencoders are absent in psychometric research. Nevertheless, we believe that autoencoder can
be used where some traditional methods show their limits. For example, in future research, autoencoders
will be applied to the development of short form of psychological test. In fact, despite the potential
benefits of using shorter measures, development of short forms shows several limitations: first,
development of an abbreviated measure can be a relatively laborious process and second, most short
forms of existing measures are not guaranteed to achieve optimality because their developers typically
consider only a small fraction of possible alternate forms. In this context, neural networks can help to
automatize and optimize short-form development process [29]. In particular, an autoencoder trained on
a long-form of a measure, could be useful in selecting the short form that better reconstructs the long
form, among the many possible and alternative short-forms. In this case, keeping the number of hidden
neurons equal to the number of dimensions in the original test could help to choose short-forms that
have the same dimensionality of the original measure.</p>
      <p>In conclusion, despite additional investigations are required, we believe that autoencoders, which
are already widely used in other scientific fields, are an interesting alternative to standard PCA also in
psychometric models.
5. References
[19] Hinton, Geoffrey E., and Ruslan R. Salakhutdinov. "Reducing the dimensionality of data with
neural networks." science 313.5786 (2006): 504-507.
[20] Wang, Yasi, Hongxun Yao, and Sicheng Zhao. "Auto-encoder based dimensionality
reduction." Neurocomputing 184 (2016): 232-242.
[21] Rosseel, Yves. "Lavaan: An R package for structural equation modeling and more. Version 0.5–
12 (BETA)." Journal of statistical software 48.2 (2012): 1-36.
[22] Chollet, François. "keras." (2015).
[23] Glorot, Xavier, and Yoshua Bengio. "Understanding the difficulty of training deep feedforward
neural networks." Proceedings of the thirteenth international conference on artificial intelligence
and statistics. JMLR Workshop and Conference Proceedings, 2010.
[24] Kingma, Diederik P., and Jimmy Ba. "Adam: A method for stochastic optimization." arXiv
preprint arXiv:1412.6980 (2014).
[25] Pedregosa, Fabian, et al. "Scikit-learn: Machine learning in Python." the Journal of machine</p>
      <p>Learning research 12 (2011): 2825-2830.
[26] Plaut, Elad. "From principal subspaces to principal components with linear autoencoders." arXiv
preprint arXiv:1804.10253 (2018).
[27] Dwyer, Dominic B., Peter Falkai, and Nikolaos Koutsouleris. "Machine learning approaches for
clinical psychology and psychiatry." Annual review of clinical psychology 14 (2018): 91-118.
[28] Dolce, Pasquale, Davide Marocco, Mauro N. Maldonato, and Raffaele Sperandeo. "Toward a
Machine Learning Predictive-Oriented Approach to Complement Explanatory Modeling. An
Application for Evaluating Psychopathological Traits Based on Affective Neurosciences and
Phenomenology." Frontiers in psychology 11 (2020): 446.
[29] Gonzalez, Oscar. "Psychometric and machine learning approaches to reduce the length of
scales." Multivariate Behavioral Research (2020): 1-17.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Van</given-names>
            <surname>Der Maaten</surname>
          </string-name>
          , Laurens,
          <string-name>
            <given-names>Eric</given-names>
            <surname>Postma</surname>
          </string-name>
          , and Jaap Van den Herik.
          <article-title>"Dimensionality reduction: a comparative review</article-title>
          .
          <source>" Journal of Machine Learning Research 10. 13</source>
          (
          <year>2009</year>
          ):
          <fpage>66</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Steger</surname>
            ,
            <given-names>Michael F. "</given-names>
          </string-name>
          <article-title>An illustration of issues in factor extraction and identification of dimensionality in psychological assessment data</article-title>
          .
          <source>" Journal of personality Assessment 86.3</source>
          (
          <year>2006</year>
          ):
          <fpage>263</fpage>
          -
          <lpage>272</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Zebari</surname>
          </string-name>
          ,
          <string-name>
            <surname>Rizgar</surname>
          </string-name>
          , et al.
          <article-title>"A comprehensive review of dimensionality reduction techniques for feature selection and feature extraction</article-title>
          .
          <source>" Journal of Applied Science and Technology Trends 1.2</source>
          (
          <year>2020</year>
          ):
          <fpage>56</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Velicer</surname>
            ,
            <given-names>Wayne F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheryl</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Eaton</surname>
            ,
            <given-names>and Joseph L.</given-names>
          </string-name>
          <string-name>
            <surname>Fava</surname>
          </string-name>
          .
          <article-title>"Construct explication through factor or component analysis: A review and evaluation of alternative procedures for determining the number of factors or components." Problems and solutions in human assessment (</article-title>
          <year>2000</year>
          ):
          <fpage>41</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Pearson</surname>
            ,
            <given-names>Karl.</given-names>
          </string-name>
          <article-title>"On lines and planes of closest fit to systems of points in space." The London, Edinburgh, and Dublin philosophical magazine</article-title>
          and
          <source>journal of science 2</source>
          . 11 (
          <year>1901</year>
          ):
          <fpage>559</fpage>
          -
          <lpage>572</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Hotelling</surname>
            ,
            <given-names>Harold.</given-names>
          </string-name>
          <article-title>"Analysis of a complex of statistical variables into principal components</article-title>
          .
          <source>" Journal of educational psychology 24.6</source>
          (
          <year>1933</year>
          ):
          <fpage>417</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Jolliffe</surname>
            ,
            <given-names>Ian.</given-names>
          </string-name>
          <article-title>"Principal component analysis." Encyclopedia of statistics in behavioral science (</article-title>
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Scholz</surname>
            , Matthias, and
            <given-names>Ricardo</given-names>
          </string-name>
          <string-name>
            <surname>Vigário</surname>
          </string-name>
          .
          <article-title>"Nonlinear PCA: a new hierarchical approach."</article-title>
          <source>Esann</source>
          .
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Bourlard</surname>
            , Hervé, and
            <given-names>Yves</given-names>
          </string-name>
          <string-name>
            <surname>Kamp</surname>
          </string-name>
          .
          <article-title>"Auto-association by multilayer perceptrons and singular value decomposition</article-title>
          .
          <source>" Biological cybernetics 59</source>
          .4 (
          <year>1988</year>
          ):
          <fpage>291</fpage>
          -
          <lpage>294</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Baldi</surname>
            , Pierre, and
            <given-names>Kurt</given-names>
          </string-name>
          <string-name>
            <surname>Hornik</surname>
          </string-name>
          .
          <article-title>"Neural networks and principal component analysis: Learning from examples without local minima</article-title>
          .
          <source>" Neural networks 2.1</source>
          (
          <year>1989</year>
          ):
          <fpage>53</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Sanger</surname>
            ,
            <given-names>Terence D.</given-names>
          </string-name>
          <article-title>"Optimal unsupervised learning in a single-layer linear feedforward neural network."</article-title>
          <source>Neural networks 2.6</source>
          (
          <year>1989</year>
          ):
          <fpage>459</fpage>
          -
          <lpage>473</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Kramer</surname>
            ,
            <given-names>Mark A</given-names>
          </string-name>
          .
          <article-title>"Nonlinear principal component analysis using autoassociative neural networks."</article-title>
          <source>AIChE journal 37.2</source>
          (
          <year>1991</year>
          ):
          <fpage>233</fpage>
          -
          <lpage>243</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Siwek</surname>
            , Krzysztof, and
            <given-names>Stanislaw</given-names>
          </string-name>
          <string-name>
            <surname>Osowski</surname>
          </string-name>
          .
          <article-title>"Autoencoder versus PCA in face recognition." 2017 18th International Conference on Computational Problems of Electrical Engineering (CPEE)</article-title>
          . IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Alkhayrat</surname>
            , Maha,
            <given-names>Mohamad</given-names>
          </string-name>
          <string-name>
            <surname>Aljnidi</surname>
            , and
            <given-names>Kadan</given-names>
          </string-name>
          <string-name>
            <surname>Aljoumaa</surname>
          </string-name>
          .
          <article-title>"A comparative dimensionality reduction study in telecom customer segmentation using deep learning</article-title>
          and
          <source>PCA." Journal of Big Data 7.1</source>
          (
          <year>2020</year>
          ):
          <fpage>1</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Henson</surname>
            ,
            <given-names>Robin K.</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>J. Kyle</given-names>
            <surname>Roberts</surname>
          </string-name>
          .
          <article-title>"Use of exploratory factor analysis in published research: Common errors and some comment on improved practice</article-title>
          .
          <source>" Educational and Psychological measurement 66.3</source>
          (
          <year>2006</year>
          ):
          <fpage>393</fpage>
          -
          <lpage>416</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Bishop</surname>
          </string-name>
          , Christopher M.
          <article-title>Pattern Recognition and Machine Learning</article-title>
          . New York: Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <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>in IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          , vol.
          <volume>35</volume>
          , no.
          <issue>8</issue>
          , pp.
          <fpage>1798</fpage>
          -
          <lpage>1828</lpage>
          , Aug.
          <year>2013</year>
          , doi: 10.1109/TPAMI.
          <year>2013</year>
          .
          <volume>50</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Kerschen</surname>
          </string-name>
          , Gaetan, and
          <string-name>
            <surname>Jean-Claude Golinval</surname>
          </string-name>
          .
          <article-title>"Feature extraction using auto-associative neural networks</article-title>
          .
          <source>" Smart Materials and Structures 13.1</source>
          (
          <year>2003</year>
          ):
          <fpage>211</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>