Coursera - Neural Networks and Deep Learning - Week 1 - Section 2 - Introduction to Deep Learning

2025年01月07日


Week 1: Modeling Challenges and Strategies


Section 2: Introduction to Deep Learning


1. What is a Neural Network?


Housing Price Prediction


-

-


True or false? As explained in this lecture, every input layer feature is interconnected with every hidden layer feature.
  1. False
  2. True

2. Supervised Learning with Neural Networks


Supervised Learning



(lucrative 有利可图的)
in the real estate application that we saw in the previous video, we use a universally standard neural network architecture, right? Maybe for real estate and online advertising might be a relatively standard neural network, like the one that we saw.
Play video starting at :3:13 and follow transcript3:13
For image applications we'll often use convolutional neural networks, often abbreviated CNN.
Play video starting at :3:21 and follow transcript3:21
And for sequence data. So for example, audio has a temporal component, right? Audio is played out over time, so audio is most naturally represented as a one-dimensional time series or as a one-dimensional temporal sequence. And so for sequence data, you often use an RNN, a recurrent neural network. Language, English and Chinese, the alphabets or the words come one at a time. So language is also most naturally represented as sequence data. And so more complex versions of RNNs are often used for these applications. And then, for more complex applications, like autonomous driving, where you have an image, that might suggest more of a CNN, convolution neural network, structure and radar info which is something quite different. You might end up with a more custom, or some more complex, hybrid neural network architecture.

Neural Network examples


Standard NN


Convolutional NN


Recurrent NN

Supervised Learning

Structured Data

Unstructured Data

Would structured or unstructured data have features such as pixel values or individual words?
  1. Structured data
  2. Unstructured data

3. Why is Deep Learning taking off?


Scale drives deep learning progress



  • Data
  • Computation
  • Algorithms





What will the variable m denote in this course?

  1. Number of hidden layers
  2. Number of training examples
  3. The expected output
  4. Slope

4. About this Course


-

5. Intake Survey

-
-

6. Reading: [IMPORTANT] Have questions, issues or ideas? Join our Forum!

-
-

7. Reading: Frequently Asked Questions


















-

Category: AI Tags: public

Upvote


Downvote