What is the difference between, Ai, machine learni...
# ask-metaflow
c
What is the difference between, Ai, machine learning and deep learning?
1
v
fun question! I would love to hear what other people think 🤗 I'd say that deep learning is a particular technique of machine learning and ML is a particular technique of AI, so
DNN < ML < AI
out of all ML techniques, DNNs get a lot of publicity these days so correspondingly many people equate AI and deep learning
h
Deep Learnjng is a specific technique. AI vs ML is marketing mostly, but really ML are the tools you use to solve problems in AI. When I here ML I assume specific algorithms for solving explicit tasks, such as decision trees, decision trees or neural networks, etc. When I hear AI, i assume higher level displays of intelligence, that leverage ML to solve them.
So, you would have a system that can recognize cats and dogs (AI), that is built using mixture of ML methods (neural networks). Or you have an AI question and answering system, that is built out of mixture of ML tasks, such as embeddings, decision trees and deep learning models.