Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Weighted automaton
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Weighted_automaton
http://dbpedia.org/ontology/abstract In theoretical computer science and formalIn theoretical computer science and formal language theory, a weighted automaton or weighted finite-state machine is a generalization of a finite-state machine in which the edges have weights, for example real numbers or integers. Finite-state machines are only capable of answering decision problems; they take as input a string and produce a Boolean output, i.e. either "accept" or "reject". In contrast, weighted automata produce a quantitative output, for example a count of how many answers are possible on a given input string, or a probability of how likely the input string is according to a probability distribution. They are one of the simplest studied models of quantitative automata. The definition of a weighted automaton is generally given over an arbitrary semiring , an abstract set with an addition operation and a multiplication operation . The automaton consists of a finite set of states, a finite input alphabet of characters and edges which are labeled with both a character in and a weight in . The weight of any path in the automaton is defined to be the product of weights along the path, and the weight of a string is the sum of the weights of all paths which are labeled with that string. The weighted automaton thus defines a function from to . Weighted automata generalize deterministic finite automata (DFAs) and nondeterministic finite automata (NFAs), which correspond to weighted automata over the Boolean semiring, where addition is logical disjunction and multiplication is logical conjunction. In the DFA case, there is only one accepting path for any input string, so disjunction is not applied. When the weights are real numbers and the outgoing weights for each state add to one, weighted automata can be considered a probabilistic model and are also known as probabilistic automata. These machines define a probability distribution over all strings, and are related to other probabilistic models such as Markov decision processes and Markov chains. Weighted automata have applications in natural language processing where they are used to assign weights to words and sentences, as well as in image compression. They were first introduced by Marcel-Paul Schützenberger in his 1961 paper On the definition of a family of automata. Since their introduction, many extensions have been proposed, for example nested weighted automata, cost register automata, and weighted finite-state transducers. Researchers have studied weighted automata from the perspective of learning a machine from its input-output behavior (see computational learning theory) and studying decidability questions.eory) and studying decidability questions.
http://dbpedia.org/ontology/thumbnail http://commons.wikimedia.org/wiki/Special:FilePath/Quantitative_automata.svg?width=300 +
http://dbpedia.org/ontology/wikiPageID 43590026
http://dbpedia.org/ontology/wikiPageLength 13019
http://dbpedia.org/ontology/wikiPageRevisionID 1096488516
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Natural_language_processing + , http://dbpedia.org/resource/Glossary_of_graph_theory + , http://dbpedia.org/resource/Character_%28computing%29 + , http://dbpedia.org/resource/Abstract_algebra + , http://dbpedia.org/resource/Theoretical_computer_science + , http://dbpedia.org/resource/Unambiguous_finite_automaton + , http://dbpedia.org/resource/Logical_conjunction + , http://dbpedia.org/resource/Semiring + , http://dbpedia.org/resource/Probability + , http://dbpedia.org/resource/Markov_decision_process + , http://dbpedia.org/resource/Absorbing_element + , http://dbpedia.org/resource/Timed_automaton + , http://dbpedia.org/resource/File:Quantitative_automata.svg + , http://dbpedia.org/resource/Machine_learning + , http://dbpedia.org/resource/Associative_property + , http://dbpedia.org/resource/Identity_element + , http://dbpedia.org/resource/String_%28computer_science%29 + , http://dbpedia.org/resource/Image_compression + , http://dbpedia.org/resource/Probability_distribution + , http://dbpedia.org/resource/Markov_chain + , http://dbpedia.org/resource/Partial_function + , http://dbpedia.org/resource/Probabilistic_automaton + , http://dbpedia.org/resource/Category:Finite_automata + , http://dbpedia.org/resource/Rational_series + , http://dbpedia.org/resource/Statistical_model + , http://dbpedia.org/resource/Real_number + , http://dbpedia.org/resource/Decision_problem + , http://dbpedia.org/resource/Logical_disjunction + , http://dbpedia.org/resource/Finite-state_machine + , http://dbpedia.org/resource/Matrix_ring + , http://dbpedia.org/resource/Epsilon_transition + , http://dbpedia.org/resource/Commutative_property + , http://dbpedia.org/resource/Integer + , http://dbpedia.org/resource/Boolean_data_type + , http://dbpedia.org/resource/Nondeterministic_finite_automaton + , http://dbpedia.org/resource/Cycle_%28graph_theory%29 + , http://dbpedia.org/resource/Formal_language + , http://dbpedia.org/resource/Deterministic_finite_automaton + , http://dbpedia.org/resource/Fuzzy_logic + , http://dbpedia.org/resource/Distributive_property + , http://dbpedia.org/resource/Marcel-Paul_Sch%C3%BCtzenberger + , http://dbpedia.org/resource/Path_%28graph_theory%29 + , http://dbpedia.org/resource/Generalization + , http://dbpedia.org/resource/Finite-state_transducer + , http://dbpedia.org/resource/Function_%28mathematics%29 + , http://dbpedia.org/resource/Computational_learning_theory + , http://dbpedia.org/resource/Quantification_%28science%29 +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Clear + , http://dbpedia.org/resource/Template:Rp + , http://dbpedia.org/resource/Template:Columns-list + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Short_description +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Finite_automata +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Weighted_automaton?oldid=1096488516&ns=0 +
http://xmlns.com/foaf/0.1/depiction http://commons.wikimedia.org/wiki/Special:FilePath/Quantitative_automata.svg +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Weighted_automaton +
owl:sameAs http://dbpedia.org/resource/Weighted_automaton + , http://www.wikidata.org/entity/Q109535851 + , https://global.dbpedia.org/id/G8dC3 +
rdfs:comment In theoretical computer science and formalIn theoretical computer science and formal language theory, a weighted automaton or weighted finite-state machine is a generalization of a finite-state machine in which the edges have weights, for example real numbers or integers. Finite-state machines are only capable of answering decision problems; they take as input a string and produce a Boolean output, i.e. either "accept" or "reject". In contrast, weighted automata produce a quantitative output, for example a count of how many answers are possible on a given input string, or a probability of how likely the input string is according to a probability distribution. They are one of the simplest studied models of quantitative automata.t studied models of quantitative automata.
rdfs:label Weighted automaton
hide properties that link here 
http://dbpedia.org/resource/Marcel-Paul_Sch%C3%BCtzenberger + http://dbpedia.org/ontology/knownFor
http://dbpedia.org/resource/Weighted_automata + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Rational_series + , http://dbpedia.org/resource/Constant-recursive_sequence + , http://dbpedia.org/resource/Automata_theory + , http://dbpedia.org/resource/Marcel-Paul_Sch%C3%BCtzenberger + , http://dbpedia.org/resource/Weighted_automata + , http://dbpedia.org/resource/Deterministic_finite_automaton + , http://dbpedia.org/resource/Weighted_finite-state_machine + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Weighted_automaton + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Weighted_automaton + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.