Login
Remember
Register
Ask a Question
Graph used to represent semantic network is _____________
0
votes
asked
Oct 23, 2021
in
Artificial Intelligence
by
DavidAnderson
Graph used to represent semantic network is _____________
(a) Undirected graph
(b) Directed graph
(c) Directed Acyclic graph (DAG)
(d) Directed complete graph
This question was posed to me in semester exam.
I need to ask this question from Semantic Net in portion Knowledge and Reasoning of Artificial Intelligence
Select the correct answer from above options
Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 23, 2021
by
DavidAnderson
The correct option is (b) Directed graph
For explanation: Semantic Network is a directed graph consisting of vertices, which represent concepts and edges, which represent semantic relations between the concepts.
...