:: wikimiki.org ::
| Markov Random Field |
Markov random fieldA Markov network, also called a Markov random field, is represented by:
- an undirected graph , where each vertex represents a random variable and each edge represents a dependency between random variables and ,
- a set of potential functions , where each represents a clique in , and is the set of all possible assignments to the random variables represented by . In other words, each clique has associated with it a function from possible assignments to all nodes to the nonnegative real numbers.
The potential functions used in a Markov network do not necessarily have a probabilistic interpretation by themselves, but a higher value indicates a more probable assignment to the variables in a clique. The network is used to represent the joint distribution over all variables represented by nodes in the graph. The probability of an assignment to all nodes in the network is given by , where is a normalizing constant summing over all possible assignments to all nodes in the network.
The Markov blanket of a node in a Markov network is defined to be every node with an edge to , i.e. all such that . Every node in a Markov network is conditionally independent of every other node given the Markov blanket of .
A Markov network is similar to a Bayesian network in its representation of dependencies, but a Markov network can represent dependencies that a Bayesian network can not. A Bayesian network, for instance, can not represent cyclic dependencies, while a Markov network can.
As in a Bayesian network, one may calculate the conditional distribution of a set of nodes given values to another set of nodes in the Markov network by summing over all possible assignments to ; this is called exact inference. However, exact inference is a #P-complete problem, and thus computationally intractable. Approximation techniques such as Markov chain Monte Carlo and belief propagation are more feasible in practice.
Category:Probability theory
Category:Computer science
Category:Artificial intelligence
Undirected graph:This article just presents the basic definitions. For a broader view see graph theory. For another mathematical use of "graph", see graph of a function.
graph of a function
In mathematics and computer science a graph is the basic object of study in graph theory. Informally, a graph is a set of objects called vertices joined by links called edges. Typically, a graph is depicted as a set of dots (vertices, nodes) joined by lines (the edges). Depending on the application some edges can be directed.
Definitions
Definitions in graph theory vary in the literature. Here are the conventions used in this encyclopedia.
Undirected graph
rightAn undirected graph or graph G is an ordered pair G:=(V, E) with
- V, a set of vertices or nodes,
- E, a set of unordered pairs of distinct vertices, called edges or lines. The vertices belonging to an edge are called the ends, endpoints, or end vertices of the edge.
V (and hence E) are usually taken to be finite sets, and many of the well-known results are not true (or are rather different) for infinite graphs because many of the arguments fail in the infinite case.
Directed graph
rightA directed graph or digraph G is an ordered pair G:=(V, A) with
- V, a set of vertices or nodes,
- A, a set of ordered pairs of vertices, called directed edges, arcs, or arrows. An edge e = (x, y) is considered to be directed from x to y; y is called the head and x is called the tail of the edge.
A variation on this definition is the oriented graph, which is a graph (or multigraph; see below) with an orientation or direction assigned to each of its edges. A distinction between a directed graph and an oriented simple graph is that if x and y are vertices, a directed graph allows both (x, y) and (y, x) as edges, while only one is permitted in an oriented graph. A more fundamental difference is that, in a directed graph (or multigraph), the directions are fixed, but in an oriented graph (or multigraph), only the underlying graph is fixed, while the orientation may vary.
A directed graph may or may not be allowed to have loops, that is, edges where the start and end vertices are the same. By definition, this is forbidden in an oriented simple graph.
A directed acyclic graph, also called a dag or DAG, is a directed graph with no directed cycles.
A quiver is sometimes said to be simply a directed graph, but in practice it is a directed graph with vector spaces attached to the vertices and linear transformations attached to the arcs.
Mixed graph
A mixed graph G is an ordered triple G := (V,E,A) with V, E and A defined as above.
Variations in the definitions
As defined above, edges of undirected graphs have distinct ends, and E and A are sets (with distinct elements, like all sets). Many applications require more general possibilities, but terminology varies.
A loop is an edge (directed or undirected) with both ends the same; these may be permitted or not permitted according to the application. In this context, an edge with two different ends is called a link.
Sometimes E and A are allowed to be multisets, so that there can be more than one edge between the same two vertices. Another way to allow multiple edges is to make E a set, independent of V, and to specify the endpoints of an edge by an incidence relation between V and E. The same applies to a directed edge set A, except that there must be two incidence relations, one for the head and one for the tail of each edge.
The unqualified word "graph" might allow or disallow loops or multiple edges in the literature, according to the preferences of the author and the requirements of the particular topic. If it is intended to exclude multiple edges (and, in the undirected case, to exclude loops), the graph can be called simple. On the other hand, if it is intended to allow multiple edges (and sometimes loops), the graph can be called a multigraph. Sometimes the word pseudograph is used to indicate that both multiple edges and loops are allowed. In exceptional situations it is even necessary to have edges with only one end, called halfedges, or no ends (loose edges); see for example signed graphs.
Further definitions
:For more definitions see Glossary of graph theory.
Two edges of a graph are called adjacent (sometimes coincident) if they share a common vertex. Similarly, two vertices are called adjacent if they share a common edge, that is they are joined by an edge. An edge and a vertex on that edge are called incident.
The graph with only one vertex and no edges is called the trivial graph. A graph with only vertices and no edges is known as an edgeless graph, empty graph, or null graph (there is no consistency in the literature). The graph with no vertices and no edges is sometimes called the null graph or empty graph, but not all mathematicians allow this object.
In a weighted graph or digraph, each edge is associated with some value, variously called its cost, weight, length or other term depending on the application; such graphs arise in many contexts, for example in optimal route problems such as the traveling salesman problem.
Normally, the vertices of a graph, by their nature as elements of a set, are distinguishable. This kind of graph may be called vertex-labeled. However, for many questions it is better to treat vertices as indistinguishable; then the graph may be called unlabeled. (Of course, the vertices may be still distinguishable by the properties of the graph itself, e.g., by the numbers of incident edges). If vertices are indistinguishable they may be distinguished by giving each vertex a label, hence the name vertex-labeled graph. The same remarks apply to edges, so that graphs which have labeled edges are called edge-labeled graphs. Graphs with labels attached to edges or vertices are more generally designated as labeled. Consequently, graphs in which vertices are indistinguishable and edges are indistinguishable are called unlabelled. (Note that in the literature the term labeled may apply to other kinds of labeling, besides that which serves only to distinguish different vertices or edges.)
Examples
Image:6n-graf.png
The picture is a graphic representation of the following graph
- V:=
- E:=
The fact that vertex 1 is adjacent to vertex 2 is sometimes denoted by 1 ~ 2.
- In category theory a category can be considered a directed multigraph with the objects as vertices and the morphisms as directed edges. The functors between categories are then some, but not necessarily all, of the digraph morphisms.
- In computer science directed graphs are used to represent finite state machines and many other discrete structures.
- A binary relation R on a set X is a simple directed graph. Two edges x,y of X are connected by an arrow if xRy.
Important graphs
- In a complete graph each pair of vertices is joined by an edge, that is, the graph contains all possible edges.
- A planar graph can be drawn in a plane (embedded in a plane) with no crossing edges.
- A tree is a connected graph with no cycles.
- Bipartite graphs
- Perfect graphs
- Cographs
- Cayley graphs
- The Petersen graph and its generalizations
Operations on graphs
There are several operations that produce new graphs
from old ones.
Unary operations
- Line graph
- Dual graph
- Complement graph
Binary operations
- Cartesian product of graphs
- Tensor product of graphs
- Strong product of graphs
- Lexicographic product of graphs
Generalizations
In a hypergraph, an edge can join more than two vertices.
An undirected graph can be seen as a simplicial complex consisting of 1-simplices (the edges) and 0-simplices (the vertices). As such, complexes are generalizations of graphs since they allow for higher-dimensional simplices.
Every graph gives rise to a matroid, but in general the graph cannot be recovered from its matroid, so matroids are not truly generalizations of graphs.
In model theory, a graph is just a structure. But in that case, there is no limitation on the number of edges: it can be any cardinal number.
See also
- Polygon
- Tiling
- Glossary of graph theory
- List of graph theory topics
- Graph (data structure)
- Graph drawing
- Important publications in graph theory
- Dual graph
External links
- [http://www.math.uni-hamburg.de/home/diestel/books/graph.theory/ Graph Theory online textbook]
- [http://www.utm.edu/departments/math/graph/ Graph theory tutorial]
- [http://www.cs.wpi.edu/~dobrush/cs507/presentation/2001/Project10/ppframe.htm Graph theory]
- [http://students.ceid.upatras.gr/~papagel/project/contents.htm Some graph theory algorithm animations]
- Step through the algorithm to understand it.
- [http://www2.hig.no/~algmet/animate.html The compendium of algorithm visualisation sites]
- [http://www.spectster.com/ A search site for finding algorithm implementations, explanations and animations]
- [http://www.nlsde.buaa.edu.cn/~kexu/benchmarks/graph-benchmarks.htm Challenging Benchmarks for Maximum Clique, Maximum Independent Set, Minimum Vertex Cover and Vertex Coloring]
- [http://www.nd.edu/~networks/gallery.htm Image gallery no.1: Some real-life networks]
- [http://www.aisee.com/graphs/ Image gallery no.2: More real-life graphs]
- [http://people.freenet.de/Emden-Weinert/graphs.html Graph links collection]
- [http://ttt.upv.es/~arodrigu/grafos/index.htm Grafos spanish copyleft software]
- [http://www.ffconsultancy.com/products/ocaml_for_scientists/complete/ Source code for computing neighbor shells in particle systems under periodic boundary conditions]
- [http://jgaa.info/accepted/2004/BoyerMyrvold2004.8.3.pdf Edge Addition Planarity Algorithm] — Online version of a paper that describes the Boyer-Myrvold planarity algorithm.
- [http://jgaa.info/accepted/2004/BoyerMyrvold2004.8.3/planarity.zip Edge Addition Planarity Algorithm Source Code] — Free C source code for reference implementation of Boyer-Myrvold planarity algorithm, which provides both a combinatorial planar embedder and Kuratowski subgraph isolator.
Category:Discrete mathematics
Category:Graph theory
Category:Algebraic graph theory
Category:Topological graph theory
ko:그래프
th:กราฟ (คณิตศาสตร์)
Clique (graph theory)
In graph theory, a clique in an undirected graph G, is a set of vertices V such that for every two vertices in V, there exists an edge connecting the two. This is equivalent to saying that the subgraph induced by V is a complete graph. The size of a clique is the number of vertices it contains.
Unfortunately finding cliques within a graph can be a hard problem. Finding the largest clique in any graph (the clique problem) for example, is NP-complete.
The opposite of a clique is an independent set, in the sense that every clique corresponds to an independent set in the complement graph.
Category:Graph theory
NonnegativeA negative number is a number that is less than zero, such as −3. A positive number is a number that is greater than zero, such as 3. Zero itself is neither negative nor positive, though in computing zero is sometimes treated as though it were a positive number. The non-negative numbers are the real numbers that are not negative (positive or zero). The non-positive numbers are the real numbers that are not positive (negative or zero).
In the context of complex numbers positive implies real, but for clarity one may say "positive real number".
Negative numbers
Negative integers can be regarded as an extension of the natural numbers, such that the equation x − y = z has a meaningful solution for all values of x and y. The other sets of numbers are then derived as progressively more elaborate extensions and generalizations from the integers.
Negative numbers are useful to describe values on a scale that goes below zero, such as temperature, and also in bookkeeping where they can be used to represent debts. In bookkeeping, debts are often represented by red numbers, or a number in parentheses.
Non-negative numbers
A number is nonnegative if and only if it is greater than or equal to zero, i.e. positive or zero. Thus the nonnegative integers are all the integers from zero on upwards, and the nonnegative reals are all the real numbers from zero on upwards.
A real matrix A is called nonnegative if every entry of A is nonnegative.
A real matrix A is called totally nonnegative by matrix theorists or totally positive by computer scientists if the determinant of every square submatrix of A is nonnegative.
Sign function
It is possible to define a function sgn(x) on the real numbers which is 1 for positive numbers, −1 for negative numbers and 0 for zero (sometimes called the signum function):
: |
|
|
| :: RELATED NEWS :: |
Medicit
Medici-suku oli firenzeläinen mahtisuku 1200-luvulta 1600-luvulle. Suku tuotti mm. kolme paavia, lukuisia Firenzen hallitsijoita, ja myöhemmin Ranskan kuningashuoneen jäseniä. Suku oli lähtöisin vaatimattomista oloista. Nimen Medici alkuperä ei ole varma, mutta se saattaa viitata apteekkialaan. Erään tarinan mu
|
Kierteissumu
Spiraaligalaksi on eräs Hubblen luokittelun mukainen galaksityyppi, jonka silmiinpistävin ominaisuus on spiraalimainen rakenne. Spiraaligalakseja arvellaan olevan noin 30 % kaikista galakseista. Kotigalaksimme Linnunrata on spiraaligalaksi.
Rakenne
Linnunrata
Valtaosa spiraaligalaksin tähdistä kiertää galaksin keskusta sama
|
Sauvaspiraaligalaksi
Sauvaspiraaligalaksi eli tyypin SB galaksi on
galaksi, jossa havaitaan spiraalihaarojen eli kierteishaarojen lisäksi sauvoja. Linnunradan uskotaan nykyisin olevan sauvaspiraaligalaksi tyyppiä SBbc. Esim NGC 1300 on litistyneen S:n muotoinen sauvaspiraaligalaksi. Sauvamainen rakenne ympäröi sauvaspiraaligalaksin elliptistä ydintä.
sauvaspiraalit luokitellaan laajuutensa mukaan alaluokkiin SBa, SBb ja SBc. SBa on suppein, SBc on laajin.
SBm-galaksit ovat kääpiösauvaspiraaligalakseja. Linnunrataa
|
Tykistöohjus
Tykistöohjus on epäsuoraa tulta ampuva tykistöase. Se on taktinen ohjus, jonka kantama on muutamia satoja kilometrejä (165–300 km). Tykistöohjuksen tyypillisiä maaleja ovat tavanomaisen tykistön kantaman ulkopuolelle jäävät vihollisen ryhmitysalueet, kauaskantoinen tykistö, sekä muut tärkeät maalit.
Tykistöohjus eroaa tykistöraketista kahdella tapaa. Ensinnäkin, ohjuksen mootto
|
Blasaarit
Blasaari on kvasaaria muistuttava aktiivinen galaksi. Näissä galaksista lähtevä suihku suuntautuu meitä kohti tai lähes meitä kohti.
Blasaarit jaetaan optisesti voimakkaasti muuttuviin (OVV) tyypin kvasaareihin ja BL Lacertae-kohteisiin.
On myös löydetty mutamia kohteita, joiden ominaisuudet ovat näiden väliltä. blasaarien erikoispiirteitä ovat suuret kirkkaudet, ylivalonnopeudet, hyvin nopeat valonvaihtelut, suuri valon polarisaatio tavallisiin kvasaareihin verrattuna.
Blasaareja
|
Epäsäännöllinen galaksi
Epäsäännöllinen galaksi (tyypin I ja Irr galaksi) on galaksi, jonka muoto on epämääräinen.
Epäsäännöllinen galaksi ei ole spiraaligalaksi, sauvaspiraaligalaksi, elliptinen galaksi tai linssimäinen galaksi eli mikään
|
Sininen jättiläinen
Sininen jättiläinen on kuuma, sininen tai sinivalkoinen, nuori massiivinen tähti. Sinisen jättiläisen massa on yli 18 aurinkoa. Spektriluokka on O tai B. Absoluuttinen kirkkaus -5 tai -6 tai yli. Pintalämpötila yli 20.000
astetta tuottaa suuren osan säteilystä Linnunradassa oleva kuuman kaasun alue, jollaisia on galaksimme kiekossa kylmemmän tähtienvälisen kaasun sisässä. Kuplien kaasu on hiukkasten liikkeestä päätellen hyvin kuumaa mutta niin harvaa, ettei se käytännössä lämmitä. Aurinko sijaitsee paikallisessa kuumassa kuplassa eli Silmukka I:ssa.
Kuumat kuplat syntyvät tähtien räjähtäessä supernovina sekä myös nuorten tähti
|
Silmukka I
Paikallinen kuuma kupla tai Paikallinen kuuma savupiippu on kuumaa kaasua sisältävä supernovajäännös, jonka sisällä Aurinkokin on. Kupla on syntynyt tähden räjähtäessä ja myös
suurten tähtien tähtituulten vaikutuksista. Molemmat sinkoavat kaasuhiukkasia suurella nopeudella
|
|