For large-scale image recognition tasks, which type of network, having multiple layers between input and output, is typically used?

  • Convolutional Neural Network (CNN)
  • Recurrent Neural Network (RNN)
  • Long Short-Term Memory (LSTM) Network
  • Gated Recurrent Unit (GRU) Network
Convolutional Neural Networks (CNNs) are commonly used in large-scale image recognition tasks. CNNs have multiple layers that can automatically learn hierarchical features from images, making them well-suited for this purpose.
Add your answer
Loading...

Leave a comment

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