You are on page 1of 5

Problem 1.

The three No, they are not the same


terms are
the same?
Distinguis Artificial Intelligence is the concept of creating smart intelligent machines.
h
the terms
Machine Learning is a subset of artificial intelligence that helps you build AI-
driven applications.

Deep Learning is a subset of machine learning that uses vast volumes of data and
complex algorithms to train a model.

Venn
Diagram

Problem 2.
• Product 01: Face ID for authentication in recent smartphone, i.e., iPhone12.
• Product 02: Body temperature measurement camera at the university gate.
• Product 03: Bluezone application detects nearby users.
Product Level of intelligence Reason
Product 01 height Face ID is the facial recognition system that has
neural network using machine learning
algorithms that handle hundreds of operations
per second and can therefore be used for real-
time Face ID recognition, the Face ID can
recognize people wearing mask, hat, etc,..
Product 02 mid The body temperature measure camera uses
thermographic cameras that created an image
using radiation and it analyse data called
thermography using computer vision technology
Product 03 low The bluezone uses Bluetooth low-energy
technology to detect nearby user and mark down
the people using same app to track the case of
touching the Covid patient

Problem 3.

Computer Vision Facebook face detection/recognition,Vehicle counting using


traffic surveillance cameras

Natural Language Processing Google translate,Siri/Alexa/Google Assistant

Game Informatics Machine algorithms for automatic heroes in Dota2,AlphaGo


Zero

Problem 4.

Agent student
learning, attending class
Performance measure
zoom,table,notebook,pens
Environment

Actuators computer screen,mic, headphones,

Sensors eyes, ears, laptop, calculator


Problem 5.
Property Explanation
The set of all 2 cards are dealt to the player The environment models this by sending
possible player the agent an initial state (player hand value+dealer-up cards), player can
hands choose to hit or stand due to the result of 2 cards and depending on the policy
dealer up- 2 cards are dealt to the dealer, the dealer show one card to the player, the player
cards can guess the dealer result to choose hit or stand
player actions The player has 2 actions:hit or stand, depend on the rule: if the player has less
(hit or stand) than 21, they can choose to “hit” and receive a random card from the deck.
They can also choose to “stand” and keep the cards they have. If the player
exceeds 21, they “bust” and automatically lose the round. If the player has
exactly 21, they automatically win.
results
(win/lose/tie)
The environment internally processes the agent’s action given the state. It deals
any new cards for “hit”. It calculates who won the round if appropriate (player
stands, Blackjack!, or bust). If the round is now over, the environment sends
the agent a new state representing the next round of Blackjack, along with the
rewards of the previous round. The agent uses this result to update its policy. If
there are more actions for the agent to do in the current round, the environment
sends the agent a state with updated player hand values and a reward of +$0
since the round is not over yet.

Problem 6.
Problem 7
Problem 8
Question Answer
1. What is a state? The state is the action that calculate new g value of neighbor points
that the Pac-man did not travel yet , and calculate every sums of g
and h(f), and put it to the priority queue, finally we pop the graph
that has the minimum value of f and choose it for the Pac-man
2. How to obtain a next The obtaining a next state is the action that after calculating all the
state? (action) state, we compare those actions and check that graphs having the
action is eligible( in the priority queue 0 or not
3. The heuristic function is Yes, it is admissible because in definition, Euclid distance is the
admissible? length of line segment between two points, and the Euclid distance
is always shorter than the practical distance that the Pac-man has to
travel, and no road that is shorter than the straight road

You might also like