SSQ / Coursera-Ng-Convolutional-Neural-Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolutional Neural Networks

Course can be found in Coursera

Quiz and answers are collected for quick search in my blog SSQ

  • Week 1 Foundations of Convolutional Neural Networks

  • Week 2 Deep convolutional models: case studies

    • Understand multiple foundational papers of convolutional neural networks
    • Analyze the dimensionality reduction of a volume in a very deep network
    • Understand and Implement a Residual network
    • Build a deep neural network using Keras
    • Implement a skip-connection in your network
    • Clone a repository from github and use transfer learning
    • Keras - Tutorial - Happy House v2
    • Residual Networks - v2
  • Week 3 Object detection

    • Understand the challenges of Object Localization, Object Detection and Landmark Finding
    • Understand and implement non-max suppression
    • Understand and implement intersection over union
    • Understand how we label a dataset for an object detection application
    • Remember the vocabulary of object detection (landmark, anchor, bounding box, grid, ...)
    • Car detection with YOLOv2
  • Week 4 Special applications: Face recognition & Neural style transfer