Hacker News new | ask | show | jobs
by Houshalter 4221 days ago
They are closely related but entirely different approaches. Most machine learning is relatively simple statistical models. Deep learning means ridiculously large models. Sometimes they have millions of parameters and require rooms full of GPUs running for weeks to train. But the capacity means they can learn far more complicated functions (like machine vision or language.)
1 comments

Machine learning isn't an approach, its an entire discipline. Deep learning is just a specific category of implementation of a subset (neural nets) of machine learning.

They aren't entirely different approaches, considering deep learning is a form of machine learning...