I want to discuss this point. As we can see the image’s red line shows the traditional algorithm’s performance and the green line shows the Large NN model.
As we can see the question statement amount of data is not mentioned.
red line (traditional algorithms) is below the green line (Large NN model) even if the amount is data is low.
so I selected the answer true because of the above reason and my answer is marked wrong.
Yes, in week 1 Prof Ng has talked about simple learning with smaller set of models. But from week 2 onward, he has tried to explain the techniques that can be used with large data size to train the larger neural network models.
When dealing with a rather limited data amount and structured data, classic machine learning comes in handy as it allows valuable domain knowledge to be built into the model as handcrafted features, which can be helpful:
not only with respect to interpretability and explainability of the predictions
On the other hand: If you know that you will work with Big Data & highly unstructured and high dimensional data in e.g. computer vision (videos, images) or large language models: Deep Learning seems to be an effective tool to solve your challenges, see also this thread.