IlCodeLover / Convolutional-Neural-Networks

Convolutional Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolutional Neural Networks

About this Course This course will teach you how to build convolutional neural networks and apply it to image data. Thanks to deep learning, computer vision is working far better than just two years ago, and this is enabling numerous exciting applications ranging from safe autonomous driving, to accurate face recognition, to automatic reading of radiology images.

You will:

  • Understand how to build a convolutional neural network, including recent variations such as residual networks.
  • Know how to apply convolutional networks to visual detection and recognition tasks.
  • Know to use neural style transfer to generate art.
  • Be able to apply these algorithms to a variety of image, video, and other 2D or 3D data.

This is the fourth course of the Deep Learning Specialization.

WEEK 1

Foundations of Convolutional Neural Networks

Learn to implement the foundational layers of CNNs (pooling, convolutions) and to stack them properly in a deep network to solve multi-class image classification problems. 11 videos

Graded: The basics of ConvNets
Graded: Convolutional Model: step by step
Graded: Convolutional model: application

WEEK 2

Deep convolutional models: case studies

Learn about the practical tricks and methods used in deep CNNs straight from the research papers. 11 videos

Graded: Deep convolutional models
Graded: Residual Networks

WEEK 3

Object detection

Learn how to apply your knowledge of CNNs to one of the toughest but hottest field of computer vision: Object detection. 10 videos

Graded: Detection algorithms
Graded: Car detection with YOLOv2

WEEK 4

Special applications: Face recognition & Neural style transfer

Discover how CNNs can be applied to multiple fields, including art generation and face recognition. Implement your own algorithm to generate art and recognize faces! 11 videos

Graded: Special applications: Face recognition & Neural style transfer
Graded: Art generation with Neural Style Transfer
Graded: Face Recognition for the Happy House

deeplearning.ai

About

Convolutional Neural Networks


Languages

Language:Jupyter Notebook 97.1%Language:Python 2.9%