Neuerscheinungen 2018Stand: 2020-02-01 |
Schnellsuche
ISBN/Stichwort/Autor
|
Herderstraße 10 10625 Berlin Tel.: 030 315 714 16 Fax 030 315 714 14 info@buchspektrum.de |
Wojciech Wieczorek
Grammatical Inference
Algorithms, Routines and Applications
Softcover reprint of the original 1st ed. 2017. 2018. xi, 145 S. 18 SW-Abb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; SPRINGER INTERNATIONAL PUBLISHING 2018
ISBN: 3-319-83589-0 (3319835890)
Neue ISBN: 978-3-319-83589-1 (9783319835891)
Preis und Lieferzeit: Bitte klicken
This book focuses on grammatical inference, presenting classic and modern methods of grammatical inference from the perspective of practitioners. To do so, it employs the Python programming language to present all of the methods discussed.
Grammatical inference is a field that lies at the intersection of multiple disciplines, with contributions from computational linguistics, pattern recognition, machine learning, computational biology, formal learning theory and many others.
Though the book is largely practical, it also includes elements of learning theory, combinatorics on words, the theory of automata and formal languages, plus references to real-world problems. The listings presented here can be directly copied and pasted into other programs, thus making the book a valuable source of ready recipes for students, academic researchers, and programmers alike, as well as an inspiration for their further development.
Introduction.- State Merging Algorithms.- Partition-Based Algorithms.- Substring-Based Algorithms.- Identification Using Mathematical Modeling.- A Decomposition-Based Algorithm.- An Algorithm Based on a Directed Acyclic Word Graph.- Applications of GI Methods in Selected Fields.- A. A Quick Introduction to Python.- B. Python´s Tools for Automata, Networks, Genetic Algorithms, and SAT Solving.- C. OML and its Usage in IronPython.- References