|
|
|
|
|
by zk00006
3530 days ago
|
|
In fact there is no correct answer to that and it depends on your current state of knowledge and needs for your project. It also changes over time. I would be careful to claim that with theoretical approach you will always get better understanding. |
|
Your examples may work, a couple of testing sets giving you high confidence, and then you attempt to use it in the wild and everything falls apart.
At the same time machine learning is a lot about data cleaning, bootstrapping, picking the right algorithm with mininum iteration, minimizing your iteration cycle as much as possible etc which you don't gain until you actually mess around and get your hands dirty. Plus there are little implementation tidbits specific to each project.