
Sequential Estimation of Feed Forward Networks for Small Embedded Hardware
Author(s) -
Rajarajan G*,
Manav R. Bhatnagar,
S. Chowdhury
Publication year - 2019
Publication title -
international journal of recent technology and engineering
Language(s) - English
Resource type - Journals
ISSN - 2277-3878
DOI - 10.35940/ijrte.d4263.118419
Subject(s) - correctness , computer science , compiler , automaton , artificial neural network , feed forward , layer (electronics) , finite state machine , algorithm , theoretical computer science , artificial intelligence , programming language , chemistry , organic chemistry , control engineering , engineering
Deterministic Finite Automata (DFA) and Non-Deterministic Automata (NFA) Systems require an input and lead to an output after stage traversals and based on the pathway so chosen leads to the either the acceptance or rejection of a language. Considering compilers, the compiler works first to understand the lexical correctness of the input and to do so follows steps to check for the validity of the same. If the input is of a valid form then the input is accepted else a suitable corresponding error is thrown. When considering a feed forward neural network, we see a pattern of an input being taken and passed to a hidden layer, which further may either pass to another hidden layer (making it a deep network) or lead it to an output layer. Neural networks find application in classification problems, regression analysis and recognition paradigms. On naïve speculation, a correlation can be made on similarities between finite automata and feed forward networks.