RSS 342 projects tagged "Artificial Intelligence"

No download Website Updated 23 Apr 2002 ailib

Screenshot
Pop 30.59
Vit 1.41

ailib is a set of libraries and tools related to the Artificial Intelligence field.

Download Website Updated 16 Mar 2003 annie

Screenshot
Pop 40.60
Vit 1.77

annie is a C++ API (library) for neural network training and execution. It can be linked to both Windows and Linux applications. Support for multi-layer perceptron networks, radial-basis networks, and Hopfield Networks is present. It can also be interfaced with Matlab's Neural Network toolbox.

Download Website Updated 20 Apr 2006 backprop1

Screenshot
Pop 11.14
Vit 50.90

backprop1 provides support for a simple three layer backpropagation neural network in Java.

Download No website Updated 28 Mar 2011 ca-ga

Screenshot
Pop 30.69
Vit 28.09

ca-ga is a toy artificial life simulation that uses genetic algorithms on large cellular automata. It uses simple but easily extended DNA that is 8k long by default, though you can take the size out to anything you have time to evolve. It sits under each cell of a 128x128 board and orders operations to transfer energy in the hopes of achieving a kill and breed. The simulation features a mutating fitness function, emergent sex, and a proof of concept real world fitness function. After enough generations, the cells or genes could achieve collectivism and organismhood, coordinating the values of the hotspots that determine board temperature in order to maintain a desired equilibrium. But maybe not. If you work in a fitness function, an optimizing problem solver results.

No download Website Updated 29 Jul 2009 clipsmm

Screenshot
Pop 80.80
Vit 3.79

clipsmm is a C++ library that provides an interface to the CLIPS library. CLIPS provides a C environment for the construction of rule- and/or object-based expert systems used by NASA, branches of the military, numerous federal bureaus, government contractors, universities, and many companies. Several areas in which clipsmm extends the CLIPS interface are templated function callbacks using sigc++ slots, and encapsulated CLIPS execution environments.

Download Website Updated 17 Oct 2002 constraint

Screenshot
Pop 52.86
Vit 2.03

The constraint package is a constraint satisfaction problem (CSP) solver written in Python using constraint propagation algorithms. So far, classes are provided to work on finite set domains.

Download Website Updated 07 Jun 2001 ctf

Screenshot
Pop 20.20
Vit 1.00

ctf is a multi-agent capture-the-flag package designed for teaching artificial intelligence concepts.

Download Website Updated 26 Mar 2006 dbacl

Screenshot
Pop 178.90
Vit 5.01

dbacl is a digramic Bayesian text classifier. Given some text, it calculates the posterior probabilities that the input resembles one of any number of previously learned document collections. It can be used to sort incoming email into arbitrary categories such as spam, work, and play, or simply to distinguish an English text from a French text. It fully supports international character sets, and uses sophisticated statistical models based on the Maximum Entropy Principle.

Download Website Updated 17 Jan 2007 ddc-concordance

Screenshot
Pop 36.55
Vit 2.31

ddc-concordance is a search engine for linguists. It lets you search for words or sequences of words together with morphological patterns. It was created to help linguists find a particular collocation or word in a given context.

No download Website Updated 15 Jul 2003 dione

Screenshot
Pop 11.40
Vit 1.00

dione is a Genetic Programming framework written in Python. It takes advantage of Python's internal compiler to make things simple, and includes basic genetic operations (rank/roulette selection, crossover, mutation, steady state, elitistm, etc.).

Screenshot

Project Spotlight

FVWM-Crystal

A powerful and pretty desktop environment for Linux and Unix-like systems.

Screenshot

Project Spotlight

EventedObject

A Perl base class that allows you attach event callbacks to an object.