Page 202 - AI Ver 3.0 class 10_Flipbook
P. 202
How does AI make a Decision?
A perceptron is a basic unit of an Artificial Neural Network that mimics a biological neuron. It takes multiple
inputs, applies weights, sums them, and passes the result through an activation function to produce an output.
It serves as a fundamental building block of neural networks, enabling AI to classify and distinguish between
different inputs based on learned patterns.
For example, let's say you want to go for a picnic to the park today. What would be your thought process? What
would you consider?
On a sunny day, many of us would love to play and enjoy good food in the park. These factors can influence your
decision about whether to go for a picnic or not. For example, you might ask yourself:
• “Should I bring a cricket kit?” • “Should I bring a Tambola game to play?”
• "Will there be a big playground to play Cricket?" • “Will there be food outlets nearby?”
These questions help you plan your picnic and make the most of your day out.
12 I N G O
B B I N G O
B I N G O
8
8
2
12 12 8 60 28 28 15 28 15 2 15
60 67 39 26
60 67 39 67 39 26 9 26 9 9
24
FLAT
FLAT
BACKGROUND 47 63
FLAT
24 24 1 11 11 11 BACKGROUND47 63 1
BINGO
BINGO
BINGO
BACKGROUND 47
48
38 22 5
1 48 38 22 62
1 26 48 38 22 5 5
54
13 77
26 54
26 54 62 62 62 13 13 77
www.bingobackground.com
www.bingobackground.com 77
www.bingobackground.com
Should I bring a cricket kit? Should I bring a Tambola game to play?
Will there be a big playground Will there be food outlets nearby?
to play Cricket?
Now, you have the factors that will guide your decision on what to do during the picnic. But take note, not all
factors are equal. Some factors are more important, while some are not. Let's see which one is more important.
Let us rank them from the most important to the least important. For me, “Will there be big playground to play
cricket?” is more important than “Will there be food outlets nearby?”. And “Should I bring a cricket kit?” is more
important than “Should I bring a Tambola game to play?”. We can put the ranking for this example.
Now let us convert this to perceptron.
In the above example, we have four factors as four inputs. So, let’s draw the perceptron with four inputs (from X1
to X4). Next, we have their weights (from W1 to W4). Then, we also have the bias B, with weight W . Then, we sum
B
all up as weighted sum (Σ). Then, the weighted sum is passed through an activation function (∫). The activation
function is a rule that helps a neuron decide whether to pass its signal forward, allowing the model to handle
complex problems. Finaly, the output is generated.
200 Touchpad Artificial Intelligence (Ver. 3.0)-X

