January 2019
Intermediate to advanced
294 pages
6h 43m
English
This is one of the most important steps of building a model and it can lead to lots of debate regarding whether we really need all three sets (train, dev, and test), and if so, what should be the breakup of those datasets. Let's understand these concepts.
After we have sufficient data to start modelling, the first thing we need to do is partition the data into three segments, that is, Training Set, Development Set, and Test Set:

Let's examine the goal of having these three sets:
Read now
Unlock full access