EMERGING TRENDS IN COMPUTING
ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Artificial Neural Network
|
|
A* Algorithm
|
|
Graph
|
|
Machine Learning
|
Detailed explanation-1: -In mathematics, graph theory is the study of graphs, which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of vertices (also called nodes or points) which are connected by edges (also called links or lines).
Detailed explanation-2: -A graph can be represented using 3 data structures-adjacency matrix, adjacency list and adjacency set. An adjacency matrix can be thought of as a table with rows and columns. The row labels and column labels represent the nodes of a graph.
Detailed explanation-3: -A graph model describes the structure of a graph database, and is comprised of two core components-nodes and edges. An edge connect two nodes together by describing their relationship to one another. With many nodes connected by many edges, a spider-web of interconnected points emerges. This is a graph.