forked from mbadry1/DeepLearning.ai-Summary
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,16 +183,18 @@ Here are the course summary as its given on the course [link](https://www.course | |
|
||
### Avoidable bias | ||
|
||
- Suppose that the cat classification algorithm gives these percentages: | ||
- Suppose that the cat classification algorithm gives these results: | ||
|
||
| Humans | 1% | 7.5% | | ||
| ------------------ | ---- | ---- | | ||
| **Training error** | 8% | 8% | | ||
| **Dev Error** | 10% | 10% | | ||
|
||
- In the left example, if the human level error is 1% then we have to focus on the **bias**. | ||
- In the right example, if the human level error is 7.5% then we have to focus on the **variance**. | ||
- In the latest examples we have used the human level as a proxy form Bayes optimal error because humans vision is too good. | ||
- In the left example, because the human level error is 1% then we have to focus on the **bias**. | ||
- In the right example, because the human level error is 7.5% then we have to focus on the **variance**. | ||
- The human-level error as a proxy (estimate) for Bayes optimal error. Bayes optimal error is always less (better), but human-level in most cases is not far from it. | ||
- You can't do better then Bayes error unless you are overfitting. | ||
- `Avoidable bias = Training error - Human (Bayes) error` | ||
- `Variance = Dev error - Training error` | ||
|
||
### Understanding human-level performance | ||
|
||
|
@@ -445,4 +447,4 @@ Here are the course summary as its given on the course [link](https://www.course | |
<br><br> | ||
<br><br> | ||
These Notes were made by [Mahmoud Badry](mailto:[email protected]) @2017 | ||
These Notes were made by [Mahmoud Badry](mailto:[email protected]) @2017 |