getElementsByName / tmp-doc

0 stars 0 forks source link

deeplearning - 3/w2 #3

Open getElementsByName opened 4 years ago

getElementsByName commented 4 years ago

Structuring Machine Learning Projects - Week 2. ML strategy (2)

주요 개념

Error Analysis

Carrying out error analysis

예시 ![image](https://user-images.githubusercontent.com/21363169/86311831-3b87f380-bc5c-11ea-86f3-e43c3807ca83.png)

image

Cleaning up incorrectly labeled data

training set

development set

test set

error analysis에 'incorrectly labeled' 고려하는 경우 ![image](https://user-images.githubusercontent.com/21363169/86311903-62462a00-bc5c-11ea-943c-aaa1fbe570dc.png)

Build your first system quickly, then iterate

Guideline: Build your first system quickly, then iterate ![image](https://user-images.githubusercontent.com/21363169/86312161-0f20a700-bc5d-11ea-8b63-391663095081.png)'

Mismatched training and dev/test set

Training and testing on different distributions

image

Speech recognition example ![image](https://user-images.githubusercontent.com/21363169/86312388-8bb38580-bc5d-11ea-8eb6-8013da1c0b84.png)

Bias and Variance with mismatched data distributions

image image image

Addressing data mismatch

quiz

10) If the synthesized images look realistic, then the model will just see them as if you had added useful data to identify road signs and traffic signals in a foggy weather. I will very likely help. ![Screenshot from 2020-06-30 21-28-31](https://user-images.githubusercontent.com/21363169/86126079-adefbb00-bb18-11ea-8807-d0680a81f934.png)

image image

Learning from multiple tasks

Transfer learning

image image

참고자료

Feature Extraction -> Fine Tuning

Multi-task learning

image image

End-to-end deep learning

What is end-to-end deep learning?

image image image

Whether to use end-to-end deep learning

image image

getElementsByName commented 4 years ago

Transfer Learning

Feature Extraction -> Fine Tuning

getElementsByName commented 4 years ago

quiz

10) If the synthesized images look realistic, then the model will just see them as if you had added useful data to identify road signs and traffic signals in a foggy weather. I will very likely help. ![Screenshot from 2020-06-30 21-28-31](https://user-images.githubusercontent.com/21363169/86126079-adefbb00-bb18-11ea-8807-d0680a81f934.png)
getElementsByName commented 4 years ago