A self-driving car company is trying to detect and classify objects around the car in real-time. The team is considering using a neural network architecture that can capture local patterns and hierarchies in images. Which type of neural network should they primarily focus on?

  • Recurrent Neural Network (RNN)
  • Convolutional Neural Network (CNN)
  • Long Short-Term Memory (LSTM) Network
  • Gated Recurrent Unit (GRU) Network
When detecting and classifying objects in images, especially in real-time for self-driving cars, Convolutional Neural Networks (CNNs) should be the primary choice. CNNs excel at capturing local patterns and hierarchies in images, making them ideal for tasks like object detection in computer vision, which is essential for self-driving cars to understand their environment.
Add your answer
Loading...

Leave a comment

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