Notes-Unit-1-Introduciton To Artificial Intelligence
Notes-Unit-1-Introduciton To Artificial Intelligence
Benefit Description/Example
Automation Reduces manual effort in repetitive tasks (e.g., robots in factories)
Accuracy & Precision Minimizes human error, especially in healthcare and engineering
24/7 Availability AI systems work continuously without fatigue (e.g., virtual assistants)
Processes large data quickly and makes smart decisions (e.g., fraud
Data Analysis
detection)
Personalization Tailors recommendations based on user behavior (e.g., Netflix, Amazon)
Faster Decision-Making Speeds up processes in critical areas like finance and logistics
Supports Human
Assists in surgeries, education, and research by enhancing human efforts
Capabilities
Limitation Description/Example
Lack of Common Sense AI can’t reason like humans or understand context deeply
High Cost Developing and maintaining AI systems is expensive
Job Displacement Automation can reduce the need for human workers in some sectors
Bias in Data AI may produce unfair results if trained on biased data
No Emotions or Empathy AI cannot truly understand human feelings
Security Risks Can be misused for deepfakes, hacking, or misinformation
Dependency Over-reliance on AI can reduce human thinking and creativity
Ans: It refers to the field of computer science and AI that focuses on teaching machines to understand and
process languages in both written and spoken form, just like humans do.
Example:
When you ask Google Assistant or Siri:
“What’s the weather today?”
NLP helps the system understand your question, process it, and give you a spoken or written answer like:
“It’s sunny and 30°C today.”
12. Define Machine learning. Also give 2 applications of Machine Learning in our daily lives.
Ans: Machine learning is a subset of Artificial intelligence that enables machine to improve at tasks with
experience (data). The goal of machine learning is to enable machines to learn by themselves using the
provided data and make accurate prediction/decisions.
Machine learning is used in Snapchat filters, NetFlix recommendation system.
13. Differentiate between Artificial intelligence, Machine Learning and Deep Learning.
Ans:
Artificial Intelligence Machine Learning Deep Learning
The goal of AI is to enable The goal of ML is to The goal of deep learning
the machine to think enable the machine to learn is to solve complex
without any human from past experiences. problems as the human
intervention. brain does using various
algorithms.
It requires a huge amount It can work with less data It requires a huge amount
of data to work. compared to deep learning of data compared to ML.
and AI.
14. Difference between supervised and unsupervised learning. Also, name one algorithm and one
application of each learning.
Ans:
Supervised Learning Unsupervised Learning
Supervised Learning algorithm are trained Unsupervised Learning Algorithm are trained
using labelled data. using unlabeled data.
Input data is provided to the model along with Only input data is provided to the model.
the output.
Algorithm – Regression Algorithm - Clustering
Application – Fraud detection Application- customer segmentation
15. The goal of reinforcement machine learning is to maximize rewards. Explain the statement.
Ans: In reinforcement learning, the AI model faces a game like situation. The machine uses trial and error
to come up with a solution to the problem. The machine gets either rewards or penalties for the actions it
performs.
It’s up to the model to figure out how to perform the task to maximize the reward, starting from totally
random trials and finishing with sophisticated tactics and human like skills.