[go: up one dir, main page]

0% found this document useful (0 votes)
86 views3 pages

X AI Assignment Unit 2

Uploaded by

anshikajaisingh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views3 pages

X AI Assignment Unit 2

Uploaded by

anshikajaisingh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Unit 2 - Assignment

Choose the most appropriate answer for each question.


1. In which type of machine learning is the data labeled with the desired output?
a) Supervised Learning b) Unsupervised Learning c) Reinforcement Learning d) Deep Learning

2. An email spam filter that learns to identify spam emails based on labeled examples is an application of:
a) Supervised Learning b) Unsupervised Learning c) Reinforcement Learning d) Transfer Learning

3. A machine learning algorithm that groups similar customer purchases into clusters for recommendation
systems uses :
a) Supervised Learning b) Unsupervised Learning c) Reinforcement Learning d) Neural Networks

4. An AI agent playing a game and learning from its rewards and penalties is an example of:
a) Supervised Learning b) Unsupervised Learning c) Reinforcement Learning d) Evolutionary Learning

5. Which of the following statements is NOT true about supervised learning?


a) Requires labeled data for training. b) Used for classification and regression tasks.
c) Can be less efficient for large datasets. d) Often used in image recognition applications.

6. In an unsupervised learning scenario, the goal is to:


a) Predict a specific output based on labeled data. b) Identify patterns and relationships within unlabeled data.
c) Train an AI agent through rewards and penalties. d) Develop complex neural network architectures.

7. Clustering algorithms are commonly used in unsupervised learning for:


a) Spam filtering b) Image classification c) Stock price prediction d) Grouping similar data points

8. Reinforcement learning is particularly useful for scenarios where:


a) Large amounts of labeled data are available.
b) The desired outcome is clear, but the path to achieve it is unknown.
c) The data is structured and easily categorized.
d) The task requires reasoning and logical deduction.

9. Imagine an AI playing a game and learning to win by trial and error. This is an example of:
a) Supervised Learning b) Unsupervised Learning c) Reinforcement Learning d) Natural Language Processing

10. Artificial neural networks are inspired by the structure and function of:
a) The human brain b) Quantum computers c) Complex mathematical models d) High-speed processors

11. The process of adjusting the weights in a neural network to improve performance is called:
a) Activation b) Learning c) Optimization d) Training

12. A neural network with multiple layers of interconnected neurons is called a :


a) Single-layer network b) Deep Neural Network c) Linear network d) Perceptron
13. Neural networks are particularly well-suited for tasks involving:
a) Simple calculations and mathematical operations b)Recognizing patterns in complex data like images and text
c) Performing logical deductions and reasoning tasks d) Storing and retrieving large amounts of information

14. Training a neural network often requires:


a) A small set of labeled data samples b) A significant amount of data and computational resources
c) A specific set of programming instructions d) A human expert to guide the learning process

Assertion and reasoning-based questions:


Options: (a) Both A and R are true and R is the correct explanation for A
(b) Both A and R are true and R is not the correct explanation for A
(c) A is True but R is False
(d) A is false but R is True
Q1. Assertion(A) : Unsupervised Learning is a type of learning without any guidance.
Reasoning(R) : Unsupervised learning models work on unlabeled datasets, where the data fed into the
machine is random and the person training the model may not have any prior information about it.
Q2. Assertion (A): Information processing in a neural network relies on weights and biases assigned to nodes.
Reasoning (R): These weights and biases determine how strongly a node is influenced by its inputs and its
overall contribution to the next layer.

Answer the following questions:


Q1. Give a difference between rule based and learning based AI models.
Q2. What is supervised, unsupervised and reinforcement learning? Explain with examples.
Q3. What is clustering and how is it different from classification?
Q4. Explain neural networks. Also give functions of three layers of neural networks.
Q5. Differentiate between classification and regression model.
Q6. What is neural network? Give the functioning of its three layers?
Q7. Identify the type of learning (supervised, unsupervised, reinforcement learning) are the following case
studies most likely based on?
a) Case Study 1: A company wants to predict customer churn based on past purchasing behavior,
demographics, and customer interactions. They have a dataset with labeled examples of customers who churned
and those who did not.
b) Case Study 2: A social media platform wants to group users based on their interests and behavior to
recommend relevant content. They have a large dataset of user interactions but no predefined categories.
Which type of learning is this case study most likely based on?
c) Case Study 3: An autonomous vehicle is learning to navigate through a city environment. It receives
feedback in the form of rewards for reaching its destination safely and penalties for traffic violations.
Which type of learning is this case study most likely based on?
d) Case Study 4: A healthcare provider wants to identify patterns in patient data to personalize treatment plans.
They have a dataset with various patient attributes but no predefined labels indicating specific treatment plans.
Which type of learning is this case study most likely based on?
e) Case Study 5: A manufacturing company wants to optimize its production process by detecting anomalies in
sensor data from machinery. They have a dataset with examples of normal and anomalous behavior.
Which type of learning is this case study most likely based on?
Q8. Identify the type of model (classification, regression, clustering, association model) are the following
case studies most likely based on?
a) A bank wants to predict whether a loan applicant will "default" or "non-default" on their loan payments. They
have a dataset containing information such as income, credit score, loan amount, and employment status.

b) A real estate agency wants to predict the selling price of houses based on various features such as size,
location, number of bedrooms, and bathrooms. They have a dataset containing historical sales data.

c) A marketing company wants to segment its customer base into distinct groups based on purchasing behavior
for targeted marketing campaigns. They have a dataset containing information such as purchase history,
frequency of purchases, and amount spent.

d) A grocery store wants to identify associations between different products purchased by customers to
understand which products are commonly bought together. They have a transaction dataset containing records
of items purchased together during each transaction.

Q9. A healthcare provider wants to improve patient care by predicting the length of hospital stays for different
medical conditions. They have a dataset containing patient demographics, medical history, and treatment
details. The task involves:
a) To predict whether a patient will have a short or long hospital stay.
b) To predict the number of days a patient will stay in the hospital.
c) To segment patients into groups with similar characteristics for personalized treatment plans.
d) To identify patterns in patient treatments and outcomes.
Identify the type of model (classification, regression, clustering, and association model) in the above tasks.

Q10. Convert the following scenarios to perceptron :


a) Context : A manager is deciding whether to approve a work-from-home request from an employee.
Factors : - Does the employee perform well when working remotely?
- Are there any upcoming team meetings or collaborative projects?
- Does the company's policy support remote work?
- Is it beneficial for both the employee and the company?

b) Context: A homeowner is deciding whether to invest in solar panels for their house.
Factors : - Do I have a sufficient average amount of sunlight in my area?
- Are there any available incentives or rebates for installing solar panels?
- Does installing solar panels impact the value of my home?
- Does solar energy lead to environmental benefits?

You might also like