You're working with a large dataset of facial images. You want to reduce the dimensionality of the images while preserving their primary features for facial recognition. Which neural network structure would you employ?

  • Autoencoder
  • Convolutional Neural Network
  • Recurrent Neural Network
  • Generative Adversarial Network
Autoencoders are used to reduce the dimensionality of data while preserving essential features. They are commonly employed in facial recognition for feature extraction.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *