1 / 10

ECE 599/692 – Deep Learning Lecture 3 – Convolutional Neural Network (CNN)

ECE 599/692 – Deep Learning Lecture 3 – Convolutional Neural Network (CNN). Hairong Qi, Gonzalez Family Professor Electrical Engineering and Computer Science University of Tennessee, Knoxville http://www.eecs.utk.edu/faculty/qi Email: hqi@utk.edu. Outline. Lecture 3: Core ideas of CNN

alicea
Download Presentation

ECE 599/692 – Deep Learning Lecture 3 – Convolutional Neural Network (CNN)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ECE 599/692 – Deep LearningLecture 3 – Convolutional Neural Network (CNN) Hairong Qi, Gonzalez Family Professor Electrical Engineering and Computer Science University of Tennessee, Knoxville http://www.eecs.utk.edu/faculty/qi Email: hqi@utk.edu

  2. Outline • Lecture 3: Core ideas of CNN • Receptive field • Pooling • Shared weight • Derivation of BP in CNN • Lecture 4: Practical issues • Normalized input and initialization of hyperparameters • Cross validation • Momentum • Learning rate • Activation functions • Pooling strategies • Regularization • Lecture 5: Variants of CNN • From LeNet to AlexNet to GoogleNet to VGG to ResNet • Lecture 6: Implementation • Lecture 7: Applications of CNN – Binary hashing • Lecture 8: Applications of CNN – Person re-identification

  3. From NN to deep NN

  4. Receptive field (RF) and shared weight

  5. Feature maps

  6. Max pooling

  7. Output of max pooling invariant to shifts in the inputs Not very clear (from Le) Translational invariant systems Major source of distortions in natural data is typically translation

  8. A simple CNN framework

  9. A more practical framework

  10. Acknowledgement All figures except the last one are from [Nielsen]

More Related