|
|
|
|
|
by HarHarVeryFunny
1273 days ago
|
|
AI and ML are two different things. AI can either be considered as a research area or simply end goal/result. AI doesn't itself refer to any set of techniques - it's the goal, not the means to the goal. You can consider GOFAI as non-ML, although perhaps it's more correct to regard it as older symbolic approaches (rule-based systems, etc) vs modern connectionist/ANN ones. Machine Learning (ML) is a catch-all term (not in of itself a technology) for any approach where systems are designed to learn from data. This includes techniques such as random forests and SVMs, as well as neural nets. There's really no fundamental relationship between AI and ML. Neither one is a subset of the other as this is an apples and oranges comparison - one is a goal, and the other is an approach). That said, all recent progress towards AI has been achieved by using ML, although not all uses of ML can really be regarded as AI. Hope that helps define terms. |
|
Further, the canonical Russell and Norvig AI textbook [2] only mentions machine learning briefly, as one of several skills that a computer would need in order to pass the Turing Test:
> machine learning to adapt to new circumstances and to draw new conclusions
And the Wikipedia page (which also contains a similar nested diagram) describes ML as a “part of” artificial intelligence.
So it is pretty clear to me that ML is treated as a sub-field of AI. However I still believe the AI field dances around the definition of Intelligence, preferring a practical task-oriented definition instead.
[1] https://www.edureka.co/blog/ai-vs-machine-learning-vs-deep-l...
[2] https://www.amazon.com/Artificial-Intelligence-Approach-Stua...
[3] https://en.wikipedia.org/wiki/Machine_learning