40,99 €
inkl. MwSt.
Versandkostenfrei*
Versandfertig in 6-10 Tagen
payback
20 °P sammeln
  • Broschiertes Buch

Prolog (Programming in Logic) is a high-level declarative language rooted in formal logic. Unlike imperative languages, Prolog programs are composed of facts and rules, with computation achieved through logical inference, primarily using unification and backtracking based on first-order logic. Prolog excels in domains requiring reasoning, pattern matching, and symbolic processing, and is widely applied in artificial intelligence, expert systems, knowledge representation, constraint logic programming, theorem proving, natural language processing, and machine learning.This book offers a…mehr

Produktbeschreibung
Prolog (Programming in Logic) is a high-level declarative language rooted in formal logic. Unlike imperative languages, Prolog programs are composed of facts and rules, with computation achieved through logical inference, primarily using unification and backtracking based on first-order logic. Prolog excels in domains requiring reasoning, pattern matching, and symbolic processing, and is widely applied in artificial intelligence, expert systems, knowledge representation, constraint logic programming, theorem proving, natural language processing, and machine learning.This book offers a comprehensive introduction to Prolog, covering its syntax, semantics, and logic programming principles. It begins with a historical and conceptual overview, then uses practical examples to guide readers from basic elements to building and executing full programs, effectively bridging theory and practice to support deep learning of logic programming.
Autorenporträt
Boutkhil Sidaoui holds a Ph.D. in Computer Science from Mohamed Boudiaf University in Oran, Algeria. He is a lecturer in the Department of Computer Science at the University Center SALHI Ahmed in Naâma, Algeria. His research interests include machine learning, image processing, and computational intelligence.