Achieving Fast and Robust ImageNet Classification with Deep CNNs

imagenet classification with deep convolutional n.w
1 / 10
Embed
Share

"Explore the architecture, activation functions, GPU utilization, and conclusion of a deep convolutional neural network designed for ImageNet classification. Discover the importance of specific layers, ReLUs, GPUs, dataset size, and more in optimizing performance and accuracy."

  • ImageNet
  • CNN
  • Deep Learning
  • Convolutional Neural Networks
  • Optimization

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. ImageNet Classification with Deep Convolutional Neural Networks By Patrapee Pongtana

  2. The Architecture Eight learned layers Five convolutional Three fully-connected Goal Accomplish the training the dataset as fast as possible while maintaining the robust of the model

  3. Rectified Linear Units (ReLUs) Standard model without ReLUs is The model with ReLUs activation function is By using ReLUs and trained on four-layer convolutional network, the result is shown below

  4. Traditional Activation Functions Sigmoid Function: tanh Function:

  5. Not Fast Enough? Add more GPUs! GPU has a big role in term of computation speed Some GPUs, such as GTX 580, is capable of cross-GPU paralleization It can read and write memory without a delay from host memory Cross-validation should be considered

  6. Overall Architecture

  7. Filtering

  8. Max Pooling

  9. ReLUs Activation

  10. Conclusion If one convolutional layer is removed, then the performance massively decreased. Thus, this specific architecture will be strictly tie to this accuracy The longer and larger dataset we can obtain, the better performance we will get

Related


More Related Content