Draft:Returning Finite Automaton
![]() | Draft article not currently submitted for review.
This is a draft Articles for creation (AfC) submission. It is not currently pending review. While there are no deadlines, abandoned drafts may be deleted after six months. To edit the draft click on the "Edit" tab at the top of the window. To be accepted, a draft should:
It is strongly discouraged to write about yourself, your business or employer. If you do so, you must declare it. Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Last edited by AnomieBOT (talk | contribs) 0 seconds ago. (Update) |
In the theory of computation, a branch of theoretical computer science, a returning finite automaton (RFA) — is a picture automaton that accepts or rejects a two-dimenstional string, called apicture, by running through a state sequence uniquely determined by the string. It was introduced by ...
Formal definition
[edit]A returning finite automaton M is a 6-tuple, (Q, Σ, δ, q0, F), consisting of
- a finite set of states Q
- a finite set of input symbols called the alphabet Σ
- a transition function δ : Q × Σ → Q
- an initial (or start) state
- a set of accepting (or final) states
- a special symbol # not in Σ
Example
[edit]Applications
[edit]Learning picture automata [1] ...