11. With the above information provided, draw a graph for the data provided. Indicate the  weights on them.  12. Produce the adjacency matrix for your graph drawn  13. Find the shortest path in your graph and show the vertices and edges

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

An aircraft company has their flight data as shown in the table below, where a forward flight 

from A to B will take 4 miles and a return B to A will take 3 miles. 

A B C D 

A 4 3 1 

B 3 3 

C 3 3 3 

D 2 5 2 

11. With the above information provided, draw a graph for the data provided. Indicate the 

weights on them. 

12. Produce the adjacency matrix for your graph drawn 

13. Find the shortest path in your graph and show the vertices and edges 

SECTION C 

An artificial intelligence system was design to forecastthe financial trading market and predict 

change based on observed variables from the business environment. The variables to be observed 

are 

i. Population(A) 

ii. Poverty rate(B) 

iii. Inflation (C) 

iv. Available resources(D) 

Theses variables can affect each other or impact upon one another. 

Below is a table of the variables with their effect on each other. 

A B C C 

A 0.1 0.3 0.3 0.3 

B 0.2 0.2 0.2 0.4 

C 0.2 0.5 0.1 0.2 

D 0.1 0.2 0.2 0.5 

14. Draw the Markov chain state diagram for the table above.

15. If interventions by government will yield the transition state matrix below, predict the future of 

the economic state in the financial market. 

A B C D

A 0.1 0.3 0.1 0.5 

B 0.1 0.2 0.1 0.6 

C 0.2 0.4 0.1 0.3 

D 0.4 0.2 0.1 0.3

SECTION C
An artificial intelligence system was design to forecast the financial trading market and predict
change based on observed variables from the business environment. The variables to be observed
are
i. Population(A) ii. Poverty
rate(B) iii. Inflation (C) iv.
Available resources(D)
Theses variables can affect each other or impact upon one another. Below
is a table of the variables with their effect on each other.
A
B
0.1
0.3
0.3
0.3
0.2
0.2
0.2
0.4
C
0.2
0,5
0.1
0.2
D
0.1
0.2
0.2
0.5
14. Draw the Markov chain state diagram for the table above.
15. If interventions by government will yield the transition state matrix below, predict the future of
the economic state in the financial market.
A
B
C
A
0.1
0.3
0.1
0.5
B
0.1
0.2
0.1
0,6
0.2
0.4
0.1
0.3
D
0.4
0.2
0.1
0.3
Examiner's Name: Dr Quist-Aphetsi Kester
-.2/3
16. Draw the state diagram for the results obtained from question 15.
SECTION B
An artificial intelligence neural system has two inputs at the entrance layer and 5 output nodes as
a result of an implementation of a fuzzy classifier. What is the fuzzy set for the 5 output values?
Zym
y(1)
R,
y(2)
T(°C)
+ Rah
y(3)
Iph
G (W/m)
y(4)
+ I,
y(5)
Entrance layer
Hidden layer
Output layer
Transcribed Image Text:SECTION C An artificial intelligence system was design to forecast the financial trading market and predict change based on observed variables from the business environment. The variables to be observed are i. Population(A) ii. Poverty rate(B) iii. Inflation (C) iv. Available resources(D) Theses variables can affect each other or impact upon one another. Below is a table of the variables with their effect on each other. A B 0.1 0.3 0.3 0.3 0.2 0.2 0.2 0.4 C 0.2 0,5 0.1 0.2 D 0.1 0.2 0.2 0.5 14. Draw the Markov chain state diagram for the table above. 15. If interventions by government will yield the transition state matrix below, predict the future of the economic state in the financial market. A B C A 0.1 0.3 0.1 0.5 B 0.1 0.2 0.1 0,6 0.2 0.4 0.1 0.3 D 0.4 0.2 0.1 0.3 Examiner's Name: Dr Quist-Aphetsi Kester -.2/3 16. Draw the state diagram for the results obtained from question 15. SECTION B An artificial intelligence neural system has two inputs at the entrance layer and 5 output nodes as a result of an implementation of a fuzzy classifier. What is the fuzzy set for the 5 output values? Zym y(1) R, y(2) T(°C) + Rah y(3) Iph G (W/m) y(4) + I, y(5) Entrance layer Hidden layer Output layer
SECTION A
Arobotic machine's software uses Bayesian filter to measure its intelligence in processing legal
cases to determine whether a judgement made by judges are fair or not. A set of cases were fed into
the memory of the robot for processing in determining fairness. Let P (J) =0.25 be the probability
of cases brought to the courts with judgement made. Let P(E/J) =0.33 be the probability that a case
that was judged was based on evidences presented before the court. Let P (E/J') =0.87 be the
probability that some evidences were not used in the judgement even though they were resented
before the court.
Assuming you are part of the research team that induces the intelligence into the machine, solve
the following questions below.
1. Draw the Bayesian Network diagram in a form of a tree diagram to form the basis of
reasoning for the machine for the above situation.
2. Calculate for the probability for the cases for which judgement has not been passed P (J').
3. What is the probability for the cases for which judgement has not been passed and has no
considerable number of evidences P(E'/J')?
4. What is the probability for the cases for which judgement were made on but did not account
for the evidences filed against the accused. P (E'/J)?
5. What will be the total probability of evidence of presented cases in the courteven if they
are considerable but were not considered and also not considerable but were considered.
P(E)?
6. What will be the total probability of evidence not presented in all casesP(E')?
7. What will be the total probability of P(J'/E)?
8. What will be the total probability of P(J/E)?
9. What will be the total probability of P(J'/E')?
10. What will be the total probability of P(J/E')?
Examiner 's Name: Dr Quist-Aphetsi Kester
-.1/3
SECTION B
An aircraft company has their flight data as shown in the table below, where a forward flight from
A to B will take 4 miles and a return B to A will take 3 miles.
A
В
D
A
4
3
1
3
3
3
3
D
2
11. With the above information provided, draw a graph for the data provided. Indicate the
weights on them.
12. Produce the adjacency matrix for your graph drawn
13. Find the shortest path in your graph and show the vertices and edges
SECTION C
An artificial intelligence system was design to forecast the financial trading market and predict
change based on observed variables from the business environment. The variables to be observed
are
i. Population(A) ii. Poverty
rate(B) iii. hflation (C) iv.
Available resources(D)
Theses variables can affect each other or impact upon one another. Below
is a table of the variables with their effect on each other.
Transcribed Image Text:SECTION A Arobotic machine's software uses Bayesian filter to measure its intelligence in processing legal cases to determine whether a judgement made by judges are fair or not. A set of cases were fed into the memory of the robot for processing in determining fairness. Let P (J) =0.25 be the probability of cases brought to the courts with judgement made. Let P(E/J) =0.33 be the probability that a case that was judged was based on evidences presented before the court. Let P (E/J') =0.87 be the probability that some evidences were not used in the judgement even though they were resented before the court. Assuming you are part of the research team that induces the intelligence into the machine, solve the following questions below. 1. Draw the Bayesian Network diagram in a form of a tree diagram to form the basis of reasoning for the machine for the above situation. 2. Calculate for the probability for the cases for which judgement has not been passed P (J'). 3. What is the probability for the cases for which judgement has not been passed and has no considerable number of evidences P(E'/J')? 4. What is the probability for the cases for which judgement were made on but did not account for the evidences filed against the accused. P (E'/J)? 5. What will be the total probability of evidence of presented cases in the courteven if they are considerable but were not considered and also not considerable but were considered. P(E)? 6. What will be the total probability of evidence not presented in all casesP(E')? 7. What will be the total probability of P(J'/E)? 8. What will be the total probability of P(J/E)? 9. What will be the total probability of P(J'/E')? 10. What will be the total probability of P(J/E')? Examiner 's Name: Dr Quist-Aphetsi Kester -.1/3 SECTION B An aircraft company has their flight data as shown in the table below, where a forward flight from A to B will take 4 miles and a return B to A will take 3 miles. A В D A 4 3 1 3 3 3 3 D 2 11. With the above information provided, draw a graph for the data provided. Indicate the weights on them. 12. Produce the adjacency matrix for your graph drawn 13. Find the shortest path in your graph and show the vertices and edges SECTION C An artificial intelligence system was design to forecast the financial trading market and predict change based on observed variables from the business environment. The variables to be observed are i. Population(A) ii. Poverty rate(B) iii. hflation (C) iv. Available resources(D) Theses variables can affect each other or impact upon one another. Below is a table of the variables with their effect on each other.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Single source shortest path
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education