๐/Coursera_DL
WEEK5 : Machine Learning Strategy
nueoyhk
2020. 12. 20. 00:39
<content>
- ML ์ ๋ต
- training loss
- validation loss
- test loss
- real word loss
- ML ๋ชจ๋ธ์ ๋ชฉํ๋ฅผ ์ค์ ํ๊ธฐ ์ํ ๋ฐฉ๋ฒ
- avoidable bias / variance์ ๋น๊ต๋ฅผ ํตํ ์ ๋ต ์ธ์ฐ๊ธฐ
Introuduction to ML strategy
โญ ํ์ฌ ์ํฉ์ ํ์ ํ๊ณ , ๊ทธ์ ๋ง๊ฒ ๋์ฒํ๋ ๊ฒ์ด ์ค์ํ๋ค.
- 1. fit training set well on cost function
- bigger network
- Adam optimizer ์ฌ์ฉ
- more epoch
- 2. fit dev set well on cost function
- regularization
- more training data
- 3. fit test set well on cost function
- bigger dev set
- 4. perform well in real word
- change dev set
- change cost function