BOARDKEY24AI[1]
BOARDKEY24AI[1]
SECTION B
6. Doing yoga, meditation and deep breathing exercises help in proper blood circulation
and relaxes the body. Even taking a walk or playing in the park will help you get a lot of fresh
oxygen, which will help you become more active. (any one point)
you are too close to the exams but feel unprepared. • you are experiencing a loss of
someone close in the family. • you are worried about what people would think of you if you
don’t dress well or cannot speak confidently. • you are stressed due to lack of sleep, etc
7. Any 2 methods for effective communication used by a team leader to communicate with
team members:
Fulfill customer needs, Use local materials, Help society, Create jobs, Sharing of wealth,
Lower price of products
9.Two measures individual should follow to take care of digital devices: (any 2)
clean a keyboard with a soft brush, You can wipe the screen with a soft cloth to remove any
finger mark, Avoid eating and keeping glasses of water or cups of coffee near a computer,
Handle devices carefully, Keep the computer cool, Do not overcharge your battery, Always
plug in devices carefully, Do not run too many programs at a time.
i)Water: The rivers and ponds are getting polluted. This way after several years, we will have
no clean water for our use.
ii)Fuel: We are using a lot of wood from trees as fuels and for construction of homes and
furniture. As more and more trees are being cut, it is affecting the climate of the place.
11.
CV NLP
domain of AI that depicts the capability of a deals with the interaction between
machine to get and analyse visual computers and humans using the natural
information and afterwards predict some language
2|Page
To get a sense of the trends, relationships and patterns contained within the data / to help in
data visualization
ii)Data Features:
16.False Positive:
When AI model detects a fraudulent financial transaction risk but in reality it is not a
fraudulent transaction risk.
False Negative:
When AI model does not detect a fraudulent financial transaction risk but in reality it is a
fraudulent transaction risk.
17.AI BIAS:
We cannot expect a machine to have any biases of its own. Any bias can transfer from
i)All the virtual assistants have a female voice. It is only now that some companies have
understood this bias and have started giving options for male voices but since the virtual
assistants came into practice, female voices are always preferred for them over any other
voice.
ii) If you search on Google for salons, the first few searches are mostly for female salons. This
is based on the assumption that if a person is searching fora salon, in all probability it would
be a female.
AI ACCESS:
The people who can afford AI enabled devices make the most of it while others who cannot
are left behind. Because of this, a gap has emerged between these two classes of people and
it gets widened with the rapid advancement of technology.
Example:
18.
The Problem Statement Template helps us to summarise all the key points into one single
Template so that in future, whenever there is need to look back at the basis of the problem,
we can take a look at the Problem Statement Template and understand the key elements of
it.
19.
4|Page
The first layer of a Neural Network is known as the input layer. The job of an input layer is to
acquire data and feed it to the Neural Network. No processing occurs at the input layer.
Next to it, are the hidden layers. Hidden layers are the layers in which the whole processing
occurs. Their name essentially means that these layers are hidden and are not visible to the
user. Each node of these hidden layers has its own machine learning algorithm which it
executes on the data received from the input layer. The processed output is then fed to the
subsequent hidden layer of the network
The last hidden layer passes the final processed data to the output layer which then gives it
to the user as the final output. Similar to the input layer, output layer too does not process
the data which it acquires. It is meant for user-interface.
20.Bag of Words
Document1:[nlp,is,a,domain,of,ai]
Document2:[nlp,stands,for,natural,language,processing]
Step2:Create dictionary
nlp is a domain of ai
n
stands for natural language processing
1 1 1 1 1 1 0 0 0 0 0
1 0 0 0 0 0 1 1 1 1 1
5|Page
21.
B)
Precision
Precision= 110/(110+60)
=0.647
Recall
Recall=110/(110+50)
=0.687
F1 score
= 2 x (0.43 / 1.32)
= 2 x 0.32
=0.65