Setting up your Maching Learning Application
Train / Dev / Test sets
Applied ML: highly iterative process. idea-code-exp loop
splitting data
splitting data in order to speed up the idea-code-exp loop:
*training set / dev(hold-out/cross-validataion) set / test set *
split ratio:
- with 100~10000 examples: 70/30 or 60/20/20
- with …




