Assignment 3 Q2
Assignment 3 Q2
ANSWER:
Artificial intelligence is a technology which enables Machine learning is a subset of AI which allows a machine to
a machine to simulate human behavior. automatically learn from past data without programming
explicitly.
The goal of AI is to make a smart computer system The goal of ML is to allow machines to learn from data so that
like humans to solve complex problems. they can give accurate output.
In AI, we make intelligent systems to perform any In ML, we teach machines with data to perform a particular task
task like a human. and give an accurate result.
Machine learning and deep learning are the two Deep learning is a main subset of machine learning.
main subsets of AI.
AI has a very wide range of scope. Machine learning has a limited scope.
AI is working to create an intelligent system which Machine learning is working to create machines that can
can perform various complex tasks. perform only those specific tasks for which they are trained.
AI system is concerned about maximizing the Machine learning is mainly concerned about accuracy and
chances of success. patterns.
The main applications of AI are Siri, customer The main applications of machine learning are Online
support using catboats, Expert System, Online recommender system, Google search algorithms, Facebook
game playing, intelligent humanoid robot, etc. auto friend tagging suggestions, etc.
On the basis of capabilities, AI can be divided into Machine learning can also be divided into mainly three types
three types, which are, Weak AI, General AI, that are Supervised learning, Unsupervised learning,
and Strong AI. and Reinforcement learning.
It includes learning, reasoning, and self-correction. It includes learning and self-correction when introduced with
new data.
AI completely deals with Structured, semi- Machine learning deals with Structured and semi-structured
structured, and unstructured data. data.