|
|
|
|
|
by PaulHoule
1243 days ago
|
|
I don't see a discontinuity. There are problems where classical ML works fine and if it works, why change it? In text classification it depends on the problem but often the old methods work very well and there is not a lot of room for neural methods to do better. For images or audio however I think a deep network would almost always be in the picture. Often people use a pretrained neural network to make an embedding and then use classical ML methods to make a classifier that works on that embedding. The data prep and evaluation process is very much the same no matter what kind of model you are using. |
|
This couldnt be further from the truth. NLP/text algorithms have seen model improvements from NNs more than any other field.