<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0"><channel><title>The Common Lisp Directory/Artificial Intelligence</title><link>http://www.cl-user.net/asp/tags/ai</link><description>The last modified items of the Common Lisp Directory for the tag: Artificial Intelligence</description><language>en-US</language><pubDate>Wed, 10 Mar 2010 11:29:09 GMT</pubDate><lastBuildDate>Wed, 10 Mar 2010 11:29:09 GMT</lastBuildDate><generator>Fractal Concept Web Application Framework</generator><item><title>KMgen (Modified)</title><link>http://www.cl-user.net/asp/libs/kmgen</link><guid isPermaLink="false">11633</guid><pubDate>Sat, 11 Jul 2009 22:49:04 GMT</pubDate><description>KMgen is an ontology editor for the KM language (Knowledge Machine), written with Lispworks, Foil (a Foreign Object Interface for Lisp) and SWT (Java Standard Widget Toolkit).
Free to use.</description></item><item><title>EMA-XPS (Modified)</title><link>http://www.cl-user.net/asp/libs/ema-xps</link><guid isPermaLink="false">12935</guid><pubDate>Tue, 27 Jan 2009 20:30:13 GMT</pubDate><description>A graphical shell for the hybrid expert system development environment BABYLON. EMA-XPS was created at the University of Wuppertal, Germany. It provides a number of tools such as a task processor, knowledge editors, a tracer, an explanation facility, and more.</description></item><item><title>SWCLOS: A Semantic Web Processor on Common Lisp Object System (Annotated)</title><link>http://www.cl-user.net/asp/web-sites/SWCLOS</link><guid isPermaLink="false">13981</guid><pubDate>Tue, 16 Dec 2008 03:24:25 GMT</pubDate><description>SWCLOS is a Semantic Web processor that is built on top of Common Lisp Object System (CLOS). Every resources in RDF and RDFS, e.g. rdfs:Class, rdfs:Resource, rdf:Property, and resource instances and properties are realized as CLOS objects with straightforward-mapping RDF/S classes to CLOS classes and RDF/S instances to CLOS instances. Axioms and entailment rules in RDF/S are embodied in the system so that a lisp programmer can codify ontology in RDF/S and use the ontology within the semantics specified by RDF/S documents. SWCLOS can read and write RDF/XML and N-triples format files as well as S-expression files. Thus, lisp programmers with SWCLOS can enjoy RDF/S programming in S-expression from the beginning to the end in their work without touching XML in communication with other people. In this paper, some examples same as on the Jena tutorial are demonstrated for the introduction of SWCLOS programming in comparison with Java, and a demonstration with the wine ontology explains the domain and range constraint functionality in SWCLOS. SWCLOS is opened to the public in the BSD-like Open Source principle. Contact the web page or the above email address.</description></item><item><title>Screamer (Annotated)</title><link>http://www.cl-user.net/asp/libs/screamer</link><guid isPermaLink="false">11156</guid><pubDate>Wed, 10 Dec 2008 15:46:17 GMT</pubDate><description>Screamer is an extension of Common Lisp that adds support for nondeterministic programming. Screamer consists of two levels. The basic nondeterministic level adds support for backtracking and undoable side effects. On top of this nondeterministic substrate, Screamer provides a comprehensive constraint programming language in which one can formulate and solve mixed systems of numeric and symbolic constraints. Together, these two levels augment Common Lisp with practically all of the functionality of both Prolog and constraint logic programming languages such as CHiP and CLP(R). Furthermore, Screamer is fully integrated with Common Lisp. Screamer programs can coexist and interoperate with other extensions to Common Lisp such as CLOS, CLIM and Iterate.</description></item><item><title>CL-EARLEY-PARSER (Added)</title><link>http://www.cl-user.net/asp/libs/16366</link><guid isPermaLink="false">16366</guid><pubDate>Thu, 10 Jul 2008 09:43:53 GMT</pubDate><description>Syntax anayzer (parser) for any context free grammar.</description></item><item><title>Common Lisp Reasoner (Modified)</title><link>http://www.cl-user.net/asp/libs/reasoner</link><guid isPermaLink="false">16234</guid><pubDate>Tue, 22 Apr 2008 10:28:03 GMT</pubDate><description>Provides tightly-integrated knowledge representation, reasoning and search capabilities, built around a portable extension of CLOS.
</description></item><item><title>Jerry Boetje (Modified)</title><link>http://www.cl-user.net/asp/persons/16175</link><guid isPermaLink="false">16175</guid><pubDate>Sat, 15 Mar 2008 17:08:26 GMT</pubDate><description>CS instructor at the College of Charleston in Charleston, SC. Long-time Lisp user and developer. Architect and manager of the CLforJava project at the College of Charleston.</description></item><item><title>RavenPack (Modified)</title><link>http://www.cl-user.net/asp/objects/ravenpack</link><guid isPermaLink="false">11662</guid><pubDate>Tue, 24 Jul 2007 16:46:46 GMT</pubDate><description>RavenPack provides corporate and government clients with global consulting services and analytical solutions. Through a methodology integrating powerful mathematical and artificial intelligence technologies, RavenPack produces accurate, comprehensive and real-time solutions to customers' problems. RavenPack delivers intelligence and analytical services in the areas of finance and investment, business and research, and risk management.</description></item><item><title>GBBopen (Modified)</title><link>http://www.cl-user.net/asp/libs/GBBopen</link><guid isPermaLink="false">11624</guid><pubDate>Fri, 15 Dec 2006 16:53:32 GMT</pubDate><description>High-performance, open source AI blackboard-system framework based on the concepts that were explored and refined in the UMass Generic Blackboard system and the commercial GBB product.</description></item><item><title>SISCOG - Sistemas Cognitivos Lta (Added)</title><link>http://www.cl-user.net/asp/objects/SISCOG</link><guid isPermaLink="false">14782</guid><pubDate>Sat, 25 Nov 2006 13:36:51 GMT</pubDate><description>SISCOG is a software company that provides decision-support systems for resource planning and management in transportation companies, especially in the field of railways. Lately other domains of application have been covered, keeping the focus on the resource planning and management, although diversifying for companies that have people working based on duties and rosters.</description></item><item><title>Planet of the Feebs (Added)</title><link>http://www.cl-user.net/asp/libs/planet-of-feebs</link><guid isPermaLink="false">14663</guid><pubDate>Tue, 14 Nov 2006 14:10:21 GMT</pubDate><description>A simulation game loosely based on the Xerox PARC &quot;Maze War&quot; game. It generates graphics output via CLX.</description></item><item><title>Common LISPcraft Code (Added)</title><link>http://www.cl-user.net/asp/libs/lispcraft-code</link><guid isPermaLink="false">14574</guid><pubDate>Fri, 03 Nov 2006 13:47:55 GMT</pubDate><description>The source code for the book &quot;Common LISPcraft&quot; by Robert Wilensky, W. W. Norton &amp; Company; 2nd edition (June 1986). It mostly  includes AI and parsing code.</description></item><item><title>ACL2 (Added)</title><link>http://www.cl-user.net/asp/libs/acl2</link><guid isPermaLink="false">14448</guid><pubDate>Sat, 14 Oct 2006 09:28:36 GMT</pubDate><description>ACL2 (A Computational Logic for Applicative Common Lisp) is a programming language for modeling computer systems and a tool for proving properties of those models. It was developed at the University of Texas at Austin.</description></item><item><title>Algorithme - Information Technology services (Modified)</title><link>http://www.cl-user.net/asp/objects/algorithme</link><guid isPermaLink="false">14073</guid><pubDate>Wed, 04 Oct 2006 13:16:25 GMT</pubDate><description>A company that offers custom software, knowledge-based systems and rapid application development services, also with the use of CLOS.</description></item><item><title>Genetic Goban (Added)</title><link>http://www.cl-user.net/asp/libs/genetic-goban</link><guid isPermaLink="false">14334</guid><pubDate>Fri, 22 Sep 2006 07:51:21 GMT</pubDate><description>A GO game playing program based on genetic algorithms.</description></item><item><title>Sakala (Added)</title><link>http://www.cl-user.net/asp/libs/sakala</link><guid isPermaLink="false">14307</guid><pubDate>Tue, 12 Sep 2006 11:24:44 GMT</pubDate><description>A scriptable multiplayer game engine.</description></item><item><title>Lisa (Modified)</title><link>http://www.cl-user.net/asp/libs/lisa</link><guid isPermaLink="false">11055</guid><pubDate>Thu, 13 Jul 2006 11:37:52 GMT</pubDate><description>Lisp-based Intelligent Software Agents. A production-rule language for building expert systems. It is influenced by, and similar to, CLIPS and JESS.</description></item><item><title>XI (Added)</title><link>http://www.cl-user.net/asp/libs/xi</link><guid isPermaLink="false">13922</guid><pubDate>Thu, 06 Jul 2006 10:51:14 GMT</pubDate><description>&quot;XI is a hybrid of programming language and metaframe database&quot;.</description></item><item><title>compo (Modified)</title><link>http://www.cl-user.net/asp/libs/compo</link><guid isPermaLink="false">13465</guid><pubDate>Sat, 20 May 2006 13:23:58 GMT</pubDate><description>A musical composition tool with a Common Lisp based language. It allows the construction and management of musical structures.</description></item><item><title>Wilbur Semantic Web Toolkit for CLOS (Modified)</title><link>http://www.cl-user.net/asp/libs/wilbur-rdf</link><guid isPermaLink="false">13599</guid><pubDate>Sat, 20 May 2006 13:04:07 GMT</pubDate><description>A CLOS toolkit for programming Semantic Web applications that use RDF, XML and/or DAML+OIL. It was developed by the Agent Technology group of Nokia Research Center. Wilbur provides parsers for RDF, DAML and XML, an API for managing &quot;RDF data&quot;, a simple HTTP client, and a simple frame system built on top of RDF and DAML.</description></item><item><title>Com-lisp-utils (Modified)</title><link>http://www.cl-user.net/asp/libs/com-lisp-utils</link><guid isPermaLink="false">11480</guid><pubDate>Sat, 20 May 2006 13:04:02 GMT</pubDate><description>The Common Lisp Utilities project &quot;intends to be a repository for packages that run on any compliant implementation of ANSI Common Lisp&quot;. It contains code for data and control structures, financial functions, AI algorithms, math and cryptography.
</description></item><item><title>KnowOS: A Knowledge Operating System (Added)</title><link>http://www.cl-user.net/asp/web-sites/KnowOS</link><guid isPermaLink="false">13716</guid><pubDate>Mon, 15 May 2006 18:12:01 GMT</pubDate><description>An operating system in which knowledge, rather than files or tables, is the primary representational basis.  Used to implement BioBike.</description></item><item><title>Lisp Style and Efficiency (Added)</title><link>http://www.cl-user.net/asp/web-sites/Lisp%20Style%20and%20Efficiency</link><guid isPermaLink="false">12083</guid><pubDate>Sat, 13 May 2006 02:37:59 GMT</pubDate><description>Introduction to efficient coding style in Common Lisp.</description></item><item><title>Optop (Added)</title><link>http://www.cl-user.net/asp/libs/optop</link><guid isPermaLink="false">13644</guid><pubDate>Sat, 06 May 2006 02:08:36 GMT</pubDate><description>an estimated-regression planner that can reason about autonomous processes</description></item><item><title>cl-semantic (Added)</title><link>http://www.cl-user.net/asp/libs/cl-semantic</link><guid isPermaLink="false">13629</guid><pubDate>Tue, 02 May 2006 13:06:17 GMT</pubDate><description>Cl-semantic (A collection of RDF/OWL extraction and relationship parsing macros) is &quot;a collection of macros for extracting and generating relationships between information using ontologies for the Semantic Web&quot;. </description></item><item><title>Kent Pitman's Publications (Added)</title><link>http://www.cl-user.net/asp/web-sites/kmp-publications</link><guid isPermaLink="false">13481</guid><pubDate>Wed, 19 Apr 2006 10:38:02 GMT</pubDate><description>A collection of research papers, journal articles, essays and other Lisp writings by Kent Pitman. Covered topics include Common Lisp design and standardization,  Artificial Intelligence, software engineering, and more.</description></item><item><title>KM: The Knowledge Machine (Added)</title><link>http://www.cl-user.net/asp/libs/KM</link><guid isPermaLink="false">13521</guid><pubDate>Tue, 18 Apr 2006 15:54:31 GMT</pubDate><description>KM is a powerful, frame-based knowledge representation language with clear first-order logic semantics. It contains sophisticated machinery for reasoning, including selection by description, unification, classification, and reasoning about actions using a situations mechanism. Its origins were the Theo language and the (now obsolete) language KRL.</description></item><item><title>clax (Added)</title><link>http://www.cl-user.net/asp/libs/clax</link><guid isPermaLink="false">13367</guid><pubDate>Mon, 03 Apr 2006 05:16:48 GMT</pubDate><description>Clax is a library for intelligent software agents that exchange messages.</description></item><item><title>GECO - Genetic Evolution through Combination of Objects (Added)</title><link>http://www.cl-user.net/asp/libs/GECO</link><guid isPermaLink="false">13339</guid><pubDate>Sun, 02 Apr 2006 09:56:40 GMT</pubDate><description>A CLOS library for writing genetic algorithms.</description></item><item><title>LispWire News (Added)</title><link>http://www.cl-user.net/asp/web-sites/lispwire</link><guid isPermaLink="false">12934</guid><pubDate>Thu, 23 Feb 2006 17:32:28 GMT</pubDate><description>A repository for interesting Common Lisp software, with the goals of sharing the tools developed over decades of research in advanced fields such as Artificial Intelligence, and demostrating the power of Lisp for solving complex problems. The site is supported and hosted by vendor Franz, Inc. All the available software runs on their Allegro Common Lisp product.</description></item><item><title>BABYLON (Added)</title><link>http://www.cl-user.net/asp/libs/babylon</link><guid isPermaLink="false">12933</guid><pubDate>Mon, 20 Feb 2006 16:03:03 GMT</pubDate><description>A modular and configurable environment for developing expert systems, which was created at the German National Research Center for Computer Sciences (GMD). It is a forward/backward chaining, hybrid system supporting a number of knowledge representation formalisms: frames, rules, Horn clauses, constraints.</description></item><item><title>Lisp code from Artificial Intelligence, A Modern Approach (Added)</title><link>http://www.cl-user.net/asp/libs/AIMA%20code</link><guid isPermaLink="false">12354</guid><pubDate>Mon, 13 Feb 2006 18:39:20 GMT</pubDate><description>Common Lisp code for solving basic AI problems, from the definitive textbook on intelligent agents by Russell &amp; Norvig.

The website also links implementations in other languages (java, python, c++, prolog), test data, and an index of functions organized by chapter.</description></item><item><title>Artificial Intelligence: A Modern Approach (Added)</title><link>http://www.cl-user.net/asp/web-sites/aima</link><guid isPermaLink="false">12547</guid><pubDate>Sun, 29 Jan 2006 13:26:11 GMT</pubDate><description>Book by Stuart Russell and Peter Norvig. Prentice Hall, 2nd edition, 2002, ISBN 0137903952. A popular AI textbook with an agent-based approach.</description></item><item><title>Paradigms of AI Programming Source Code (Added)</title><link>http://www.cl-user.net/asp/libs/paip-code</link><guid isPermaLink="false">12546</guid><pubDate>Sat, 28 Jan 2006 15:53:31 GMT</pubDate><description>Source code for the book &quot;Paradigms of AI Programming: Case Studies in Common Lisp&quot; by Peter Norvig.</description></item><item><title>Paradigms of Artificial Intelligence Programming (Added)</title><link>http://www.cl-user.net/asp/web-sites/paip</link><guid isPermaLink="false">12146</guid><pubDate>Sun, 15 Jan 2006 00:23:14 GMT</pubDate><description>Starts with an introduction to the language, including an excellent discussion of programming style. Most of the book is a collection of projects covering classic topics in Artificial Intelligence. This book also includes many examples in Prolog.</description></item><item><title>The Rise and Fall of Lisp at the Jet Propulsion Laboratory (Added)</title><link>http://www.cl-user.net/asp/web-sites/Lisp%20at%20JPL</link><guid isPermaLink="false">12114</guid><pubDate>Sat, 14 Jan 2006 01:37:00 GMT</pubDate><description>This is the story of the rise and fall of Lisp at the Jet Propulsion Lab as told from Erann Gat's personal (and highly biased) point of view. He discusses Lisp's contributions to NASA's mission, why it was so suitable for space exploration tasks, and why after more than a decade of high performance it was discarded in favor of C++.</description></item><item><title>UCPOP Planner (Added)</title><link>http://www.cl-user.net/asp/libs/ucpop-planner</link><guid isPermaLink="false">12102</guid><pubDate>Fri, 13 Jan 2006 22:18:54 GMT</pubDate><description>Planner developed at the University of Washington that operates &quot;with actions that have conditional effects and universally quantified preconditions and effects. It accepts universally quantified goals&quot;. UCPOP Planner features a plan debugger with a CLIM GUI.
It has been superseded by the Sensory Graphplan planner.</description></item><item><title>Sensory Graphplan (Added)</title><link>http://www.cl-user.net/asp/libs/sgp</link><guid isPermaLink="false">12096</guid><pubDate>Fri, 13 Jan 2006 22:04:29 GMT</pubDate><description>Complete, general purpose planner developed at the University of Washington. It is based on the Graphplan planner and extends it to handle uncertainty and sensory actions. Graphplan is based on ideas from graph algorithms.</description></item><item><title>TMYCIN (Added)</title><link>http://www.cl-user.net/asp/libs/tmycin</link><guid isPermaLink="false">12053</guid><pubDate>Thu, 12 Jan 2006 14:46:58 GMT</pubDate><description>Simple backward-chaining expert system shell based on MYCIN. Although it was created for educational purposes at the University of Texas at Austin, it was also used for developing some real expert systems.</description></item><item><title>LKB (Added)</title><link>http://www.cl-user.net/asp/libs/lkb</link><guid isPermaLink="false">11930</guid><pubDate>Wed, 11 Jan 2006 17:33:29 GMT</pubDate><description>Grammar and lexicon development environment for unification-based linguistic formalisms. It implements the DELPH-IN reference formalism of typed feature structures, and has a CLIM GUI.</description></item><item><title>Gary King (Added)</title><link>http://www.cl-user.net/asp/persons/unCLog</link><guid isPermaLink="false">11742</guid><pubDate>Mon, 09 Jan 2006 14:42:00 GMT</pubDate><description>unClog is Gary King's technical weblog. </description></item><item><title>CL-Reversi (Added)</title><link>http://www.cl-user.net/asp/libs/cl-reversi</link><guid isPermaLink="false">11619</guid><pubDate>Sun, 08 Jan 2006 15:29:55 GMT</pubDate><description>Implementation of the game of Reversi. A text-mode interface that should work on any implementation and a CLIM GUI are available. The code is based on that of the program Otello(R) in the book &quot;Paradigms of Artificial Intelligence Programming&quot; by Peter Norvig.</description></item><item><title>Simulation of KYTRONs on the Moon (Added)</title><link>http://www.cl-user.net/asp/libs/kytron2</link><guid isPermaLink="false">11608</guid><pubDate>Sun, 08 Jan 2006 15:11:20 GMT</pubDate><description>Simulation program for KYTRONs in a lunar-like environment. It has a CLIM GUI, and is a CLIM primer and a tutorial on how to write portable applications with a GUI.
KYTRONs are small autonomous vehicles that are able to find a light source for recharging their batteries with solar panels. The devices were built by Rudolf Mittelman from 1974 to 1980.
</description></item><item><title>Connect 4 (Added)</title><link>http://www.cl-user.net/asp/libs/connect4</link><guid isPermaLink="false">11607</guid><pubDate>Sun, 08 Jan 2006 14:55:35 GMT</pubDate><description>Program that plays the Connect 4 game against the user. It has a CLIM GUI.</description></item><item><title>Loom (Added)</title><link>http://www.cl-user.net/asp/libs/loom</link><guid isPermaLink="false">11333</guid><pubDate>Thu, 05 Jan 2006 20:32:47 GMT</pubDate><description>Loom is a &quot;language and environment for constructing intelligent applications&quot;. It features a knowledge representation system, a deductive engine, and a logic-based pattern matcher.</description></item></channel></rss>