0% found this document useful (0 votes)
27 views4 pages

AI Ethics and Learning Concepts Quiz

The document contains a sample practice paper with multiple-choice questions and subjective answers related to AI ethics, machine learning, and communication barriers. It includes explanations of key concepts such as non-maleficence, train-test split, and the F1 score, along with project canvases for digital attendance tracking and an AI-powered passenger information system. Additionally, it provides case studies to identify types of learning in machine learning.

Uploaded by

harshbora2010
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)
27 views4 pages

AI Ethics and Learning Concepts Quiz

The document contains a sample practice paper with multiple-choice questions and subjective answers related to AI ethics, machine learning, and communication barriers. It includes explanations of key concepts such as non-maleficence, train-test split, and the F1 score, along with project canvases for digital attendance tracking and an AI-powered passenger information system. Additionally, it provides case studies to identify types of learning in machine learning.

Uploaded by

harshbora2010
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

Sample practice paper

[Link] files from a computer are temporarily stored in:


a) Control Panel b) Recycle Bin c) Search Menu d) Task Manager
[Link] AI ethics, respecting a person’s decision-making ability is called:
a) Justice b) Autonomy c) Beneficence d) Non-maleficence
[Link] frameworks designed for a specific field are called:
a) Value-based b) Sector-based c) Rule-based d) Principle-based
[Link] principle ensures an AI system does no harm?
a) Utility b) Justice c) Non-maleficence d) Autonomy
[Link] launching an AI chatbot in a hospital, the developers ensure it never gives wrong medical
advice. This follows which principle?
a) Non-maleficence b) Autonomy c) Justice d) Utility
[Link] ideal F1 score is:
a) 0 b) 1 c) 100 d) 0.5

Explanation:

• Non-maleficence is a principle in AI ethics and bioethics that means “Do no harm.”


• If an AI system is designed or used in a way that might harm people (physically, mentally,
financially, etc.), it violates this principle.
• Example: An AI medical tool must never suggest harmful treatments or wrong medicines.

Define:-
[Link] in communication.
[Link]-test split in AI.
[Link] a 4W Project Canvas for tracking school attendance digitally.

Subjective Type Answers


1. Barriers in Communication
Barriers in communication are obstacles that prevent messages from being understood as intended.
Examples:

• Language barrier – when sender and receiver don’t share a common language.
• Cultural barrier – differences in customs, values, or behaviour.
• Physical barrier – noise, distance, or poor technology.

2. Train-Test Split in AI
Train-test split is a method in machine learning where a dataset is divided into two parts:

• Training Data – used to teach the AI model patterns.


• Testing Data – used to check how well the model works on new, unseen data.
This helps in measuring the model’s accuracy and performance.
3. 4W Project Canvas – Tracking School Attendance Digitally
WHO • Stakeholders: Teachers, Students, School Management.

WHAT • Problem: Manual attendance is time-consuming and error-prone.


• Goal: Implement a quick, accurate, and secure digital attendance system.

WHERE • Context: Inside classrooms and during school hours.

WHY • Reason: To save teachers’ time, avoid proxy attendance, and maintain accurate
records.
• Impact: Increased efficiency, accurate reports, better monitoring of student
attendance.

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

[Link] 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

[Link] 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

[Link] process of adjusting the weights in a neural network to improve performance is called:
a) Activation
b) Learning
c) Optimization
d) Training
6.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

[Link] 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

CASE STUDY :-Identify the type of learning (supervised, unsupervised, reinforcement learning) are the
following case studies most likely based on?

1.A company wants to predict customer churn based on past purchasing behaviour, demographics, and
customer interactions. They have a dataset with labeled examples of customers who churned and those
who did not.
Ans - Supervised Learning – The dataset has labeled examples (churned / not churned), so the model learns
from known outcomes.

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?
Ans - Unsupervised Learning – There are no predefined categories, and the goal is to group users based on
patterns in the data (clustering).

3. 4W Project Canvas
City Metro Rail Corporation is facing the following challenges:

1. Passengers often miss train updates due to poor announcement systems.


2. Timetable changes are not communicated effectively to daily commuters.
3. Many passengers are unaware of available mobile app features for journey planning.

The corporation plans to implement an AI-powered passenger information system that will send real-
time alerts, delays, and platform changes via a mobile app and station display boards.

Prepare a 4W Project Canvas for this scenario.

Ans

4W Project Canvas – AI-Powered Passenger Information System


WHO
• Stakeholders: City Metro Rail Corporation, daily commuters, train staff, mobile app developers,
and station authorities.

WHAT
• Problem: Passengers miss important train updates due to poor announcements and lack of
timely communication.
• Goal: Implement an AI-powered system that provides real-time alerts on train timings, delays,
and platform changes through a mobile app and station displays.

WHERE
• Context: All metro stations in the city, inside trains, and on passengers’ mobile devices.

WHY
• Reason: To improve passenger convenience, reduce confusion, and ensure timely
communication.
• Impact: Higher passenger satisfaction, fewer missed trains, improved trust in metro services,
and better crowd management.

What is the F1 Score?

The F1 score is a measure used to check how well an AI model is performing, especially when the data
has both Precision and Recall to consider.

• Precision = Out of the predictions the model made as “Positive,” how many were actually
correct?
• Recall = Out of all the actual “Positive” cases, how many did the model correctly identify?

Sometimes, a model can have high Precision but low Recall, or high Recall but low Precision. The
F1 score combines both into one single number.

Why is the Ideal F1 Value “1”?

• F1 score values range from 0 to 1.


• 1 means the model has perfect Precision and perfect Recall — it made no mistakes and found
all the correct cases.
• 0 means the model failed completely.

Common questions

Powered by AI

The F1 score is determined by the balance between precision (correct positive predictions) and recall (correct detection of actual positives). A high F1 score indicates that the model accurately identifies relevant instances without overproducing false positives or missing real positives. This balance is crucial in applications where both false negatives and false positives have significant consequences, like medical diagnoses and fraud detection .

Supervised learning is appropriate for an email spam filter because it utilizes labeled data—emails that are marked as 'spam' or 'not spam'—to teach the model via patterns it should recognize. The model learns to differentiate and classify based on historical data, improving its predictive accuracy on whether new incoming emails are spam based on previously identified traits .

The principle of justice ensures fair treatment and equal access to AI technologies, balancing benefits and burdens across different social groups. It requires developers to avoid biases in algorithms that could lead to systemic discrimination or inequality. Ensuring transparency, accountability, and inclusivity in AI systems aims to foster equitable opportunities and benefits for all societal members, enhancing trust and ethical standards .

Deep neural networks are particularly effective for tasks involving complex data patterns like image and text recognition. They can learn hierarchical feature representations, capturing intricate patterns in large datasets that simpler models might miss. This ability makes them superior in applications where the data's complexity outstrips the capabilities of shallow networks, such as in detecting objects in images or understanding context in language .

Challenges could include ensuring real-time data accuracy and communication latency, which are critical for timely passenger updates. Integrating with existing infrastructure, ensuring security and data privacy, and encouraging user adoption of new technologies also pose significant challenges. Effective training for staff and managing system malfunctions to maintain trust and operational continuity are additional considerations .

Barriers such as language and cultural differences can be mitigated by designing user interfaces that accommodate multiple languages and cultural preferences. Training programs can be adapted for varied learning styles. Engaging diverse user feedback during development and employing inclusive design principles further ensure technology solutions are accessible and efficient across cultural boundaries, minimizing misunderstandings .

The training-testing split ensures that models can generalize to new data. By training on one dataset and testing on another, the model's predictive performance is evaluated on unseen data, reflecting its ability to generalize beyond the training examples. This approach prevents overfitting, where a model might perform well only on the data it knows, by providing a realistic measure of potential real-world performance .

Autonomy refers to respecting individuals' decision-making capabilities, ensuring users can make informed choices about AI interactions. Non-maleficence focuses on ensuring AI systems 'do no harm'. They can complement each other; respecting autonomy often requires minimizing harm by providing transparent choices and robust safeguards. However, there can be tension if respecting a user's decision could have harmful outcomes, requiring a balance between these ethical obligations .

Unsupervised learning does not require labeled data, making it ideal for discovering inherent patterns or groupings in user behavior without pre-existing categories. It allows a platform to dynamically adapt recommendations based on emergent trends in user interactions, personalizing content delivery effectively without manual classification .

The principle of non-maleficence, which means 'do no harm', is crucial in the context of developing an AI chatbot for a hospital setting. It ensures that the chatbot does not provide harmful or incorrect medical advice. The developers must rigorously test and validate the AI system to prevent errors that could lead to negative health outcomes for patients. This prioritizes patient safety and trust in technology .

You might also like