Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/alexjc/public_www/articles/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/alexjc/public_www/articles/wp-includes/query.php on line 15

Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/alexjc/public_www/articles/wp-includes/theme.php on line 505

Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/alexjc/public_www/articles/wp-content/plugins/simple-tagging/simpletagging.php on line 47
2003 April - AI Depot

Archive for April, 2003

Natural Language Semantics

Tuesday, April 29th, 2003

Dealing with natural language and parsing sentences to extract meaning can be tricky. This tutorial explains one way of dealing with the problem using lambda calculus. There are many possible applications of such techniques, including bots that can understand orders.
Written by Max Dennis Luesebrink.

Solving Travelling Salesman Problems Using Genetic Algorithms

Wednesday, April 9th, 2003

An evolutionary approach is applied to one of the most challenging combinatorial problems. The step by step application of the GA to the TSP is discussed in a practical fashion, with code provided.
Written by Eric Martel.

Economics and Artificial Intelligence

Tuesday, April 1st, 2003

Theories in economy are fundamentally based on assumptions. This article proposes using simulation to verify them, using computer controlled agents that model human behaviours according economists - experimentally validating or contradicting the theories.
Written by James Kingsbery.