课程: Deep Learning: Getting Started
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Measuring accuracy and error
- [Instructor] Accuracy and Error are alternating terms that can be used to represent the gap between the predicted values and the actual values of the target variables. As we go through forward propagation, we end up with a set of y-hat values that need to be then compared with the actual values of y to compute the error. For computing error, we use two functions, namely, the loss function and the cost function. A loss function measures the prediction error for a single sample, a cost function measures the error across a set of samples. The cost function provides an averaging effect over all the errors found on the training dataset. The terms loss function and cost function are used almost interchangeably and are used to measure the average error over a set of samples. There are a number of popular costs functions available, and they are implemented in all popular Deep Learning Libraries. The Mean Square Error or MSE measures errors in case of regression problems. It computes the…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
Setup and initialization2 分钟 43 秒
-
(已锁定)
Forward propagation1 分钟 14 秒
-
(已锁定)
Measuring accuracy and error2 分钟 12 秒
-
(已锁定)
Back propagation2 分钟 8 秒
-
(已锁定)
Gradient descent1 分钟 21 秒
-
(已锁定)
Batches and epochs2 分钟 22 秒
-
(已锁定)
Validation and testing1 分钟 28 秒
-
(已锁定)
An ANN model1 分钟 39 秒
-
(已锁定)
Reusing existing network architectures2 分钟 33 秒
-
(已锁定)
Using available open-source models2 分钟 27 秒
-
-
-
-
-