Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Encoding01:19

Encoding

243
Information enters the brain through encoding, which is the input of information into the memory system. Once sensory information is received from the environment, the brain labels or codes it. The information is then organized with similar information and connected to existing concepts. Encoding occurs through automatic processing and effortful processing.
Automatic processing involves the encoding of details like time, space, frequency, and the meaning of words, usually done without conscious...
243
Types Of Transformers01:16

Types Of Transformers

1.0K
Transformers can provide desired voltages to a circuit by modifying the number of turns in the secondary windings.
If the ratio of the number of turns in the secondary winding to that of the primary winding is greater than one, then the transformer is said to be a step-up transformer. In a step-up transformer, the voltage at the secondary winding is greater than the voltage applied at the primary winding.
However, if this ratio is less than one, the transformer is said to be a step-down...
1.0K
Transformers with Off-Nominal Turns Ratios01:25

Transformers with Off-Nominal Turns Ratios

205
In scenarios involving parallel transformers with disparate ratings, developing per-unit models requires accommodating off-nominal turns ratios. This situation arises when the selected base voltages are not proportional to the transformer’s voltage ratings. Consider a transformer where the rated voltages are related by the term a. If the chosen voltage bases satisfy a relationship involving term b, term c is defined as the ratio of these bases. This ratio is then substituted into the...
205
Upsampling01:22

Upsampling

306
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
306
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

147
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
147
Transformers01:26

Transformers

1.2K
A device that transforms voltages from one value to another using induction is called a transformer. A transformer consists of two separate coils, or windings, wrapped around the same soft iron core. However, they are electrically insulated from each other.
The iron core has a substantial relative permeability. Therefore, the magnetic field lines generated due to the current in one winding are almost entirely confined within the core, such that the same magnetic flux permeates each turn of both...
1.2K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Evaluation of formant-like features on an automatic vowel classification task.

The Journal of the Acoustical Society of America·2004
Same journal

Harmonic memory in phasor neural networks.

Biological cybernetics·2026
Same journal

Correction: Decreased spinal inhibition leads to undiversified locomotor patterns.

Biological cybernetics·2026
Same journal

Foundational issues of network models in biology.

Biological cybernetics·2026
Same journal

Dynamical mechanisms for coordinating long-term working memory based on the precision of spike-timing in cortical neurons.

Biological cybernetics·2026
Same journal

Distinct dopaminergic spike-timing-dependent plasticity rules are suited to different functional roles.

Biological cybernetics·2026
Same journal

Fluctuation-response relations for a two-stage population of spiking neurons stimulated by common noise.

Biological cybernetics·2026
See all related articles

Related Experiment Video

Updated: Sep 7, 2025

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

1.2K

Autoencoders reloaded.

Hervé Bourlard1,2, Selen Hande Kabil3,4

  • 1Idiap Research Institute, Martigny, Switzerland.

Biological Cybernetics
|June 21, 2022
PubMed
Summary
This summary is machine-generated.

Autoencoders (AE) with a single hidden layer are theoretically equivalent to Principal Component Analysis (PCA) and Singular Value Decomposition (SVD). While deep autoencoders offer nonlinear feature extraction, they struggle to surpass PCA/SVD for auto-association tasks.

Keywords:
Auto-associative multilayer perceptronsAutoencodersDeep neural networksPrincipal component analysisSingular value decomposition

More Related Videos

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

632
A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
05:41

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis

Published on: February 6, 2020

9.5K

Related Experiment Videos

Last Updated: Sep 7, 2025

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

1.2K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

632
A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
05:41

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis

Published on: February 6, 2020

9.5K

Area of Science:

  • Machine Learning
  • Artificial Intelligence
  • Data Science

Background:

  • Autoencoders (AE) with single hidden layers were theoretically proven to be equivalent to Principal Component Analysis (PCA) and Singular Value Decomposition (SVD) in 1988.
  • This equivalence holds even with nonlinear activation functions in the hidden units, allowing AE to derive eigenvalues representing variance.
  • Deep neural networks (DNNs) have renewed interest in deep autoencoders for nonlinear feature extraction and fusion as alternatives to manifold learning.

Purpose of the Study:

  • To clarify and empirically support the theoretical conclusions of Bourlard and Kamp (1988) regarding single-hidden-layer autoencoders.
  • To investigate the capabilities of modern deep autoencoder models in nonlinear feature extraction and classification tasks.
  • To compare the performance of autoencoders against established PCA/SVD techniques for auto-association.

Main Methods:

  • Recalling and clarifying theoretical proofs on autoencoders and their equivalence to PCA/SVD.
  • Providing extensive empirical evidence to support theoretical claims, overcoming previous dataset and processing limitations.
  • Overviewing and discussing various contemporary autoencoder models, their underlying principles, and applications.

Main Results:

  • Empirical evidence supports the theoretical equivalence of single-hidden-layer autoencoders to PCA/SVD.
  • Despite advancements in deep autoencoders for nonlinear feature extraction, surpassing PCA/SVD for auto-association remains challenging.
  • Various deep autoencoder architectures are effective for dimensionality reduction and feature learning in diverse modeling tasks.

Conclusions:

  • Single-hidden-layer autoencoders fundamentally perform PCA/SVD, extracting principal components and their associated variance.
  • While deep autoencoders excel at nonlinear feature extraction, they do not inherently outperform PCA/SVD for basic auto-association.
  • Understanding the foundational principles of autoencoders is crucial for appreciating their role and limitations in modern machine learning.