What is the difference between, Ai, machine learning and deep learning?
✅ 1
v
victorious-lawyer-58417
12/15/2022, 12:14 AM
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
victorious-lawyer-58417
12/15/2022, 12:16 AM
out of all ML techniques, DNNs get a lot of publicity these days so correspondingly many people equate AI and deep learning
h
handsome-xylophone-36716
12/15/2022, 1:44 AM
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.
handsome-xylophone-36716
12/15/2022, 1:46 AM
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.