Coursera Deep Learning Course 1 Week 1 notes: Introduction to deep learning
2017-10-10Introduction to Deep Learning
What is a neural network?
In the context of artificial neural network, ReLU function (Rectified Linear Unit) is an activation function defined as:
The input layer and hidden layer are density connected, because every input feature is connected to every hidden layer feature.
Supervised Learning with Neural Networks
Some applications:
Input(x) | Output(y) | Application |
---|---|---|
Home features | Price | Real Estate |
Ad, user info | Click on ad? (0/1) | Online Advertising |
Image | Object(1,..,1000) | Photo tagging |
Audio | Text transcript | Speech recognition |
English | Chinese | Machine translation |
Image, Radar info | Position of other cars | Autonomous driving |
Neural Networks have transformed supervised learning and are creating tremendous economic value.