RSS 342 projects tagged "Artificial Intelligence"

Download Website Updated 11 Mar 2008 PyCLIPS

Screenshot
Pop 54.92
Vit 5.54

PyCLIPS is an extension module that aims to embed full CLIPS functionality in Python applications, providing Python with a strong, reliable, widely used, and well-documented inference engine.

Download Website Updated 09 May 2008 CILib

Screenshot
Pop 71.24
Vit 5.39

CILib (Computational Intelligence Library) is a collaborative research framework for developing Computational Intelligence algorithms in the fields of swarm intelligence, evolutionary computing, neural networks, artificial immune systems, and fuzzy logic.

No download Website Updated 21 Dec 2006 Generic Game-Tree Library

Screenshot
Pop 103.82
Vit 5.33

GGTL is a library designed to make it easier to program games in C. It provides an AI that is able to play most 2 player strategic games. Nim, Tic-Tac-Toe, Reversi (aka Othello), Connect-4, and Chess are all examples of games that can all be implemented using GGTL.

Download Website Updated 18 Aug 2004 Evolvica

Screenshot
Pop 91.91
Vit 5.15

Evolvica is an evolutionary computation framework written in Java. The aim of the project is to provide a toolkit that enables developers to create genetic/evolutionary algorithms with minimal programming effort. The toolkit has a modular architecture and is highly extensible. It includes a visual algorithm editor, a source code editor, and a debugger.

Download Website Updated 25 Feb 2008 the breve simulation environment

Screenshot
Pop 101.02
Vit 5.10

breve is a 3D simulation environment designed for the simulation of decentralized systems and artificial life. While the concept is similar to existing packages such as Swarm and StarLogo, the implementation, which simulates both continuous time and continuous 3D space, is quite different. It also includes an experimental physics engine, allowing the user to implement real-time physical simulations. Simulations are written in a simple object-oriented language called "steve". Users define an agent's behavior by specifying how the agent interacts with the world at each timestep and how the agent interacts when it collides with other agents. The ultimate goal of the system is to allow decentralized simulations to be implemented quickly and easily while providing a sophisticated set of object classes and libraries to facilitate the construction of advanced artificial life simulations.

Download Website Updated 07 Jun 2008 Neural Network Framework

Screenshot
Pop 91.39
Vit 5.07

Neural Network Framework is a C++ framework to develop, simulate, and analyze arbitrary complex neural networks. The programmer can use the classes provided to create neural networks with arbitrary topology and mixed type of neurons. It's very easy to add customized neurons and layers.

No download Website Updated 16 Sep 2007 RebeccaAIML

Screenshot
Pop 57.71
Vit 5.04

RebeccaAIML is an enterprise cross platform AIML development platform. RebeccaAIML supports C++, Java, C#, Python, and many other programming languages. It allows AIML development out of the box. RebeccaAIML also comes with an array of AIML administration tools, great documentation, and an Eclipse AIML editor plugin.

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 18 Jan 2005 Kandid

Screenshot
Pop 131.62
Vit 4.99

Kandid is a system to evolve graphics. Graphics, in Kandid, are not drawn by hand. Instead, new forms can be found using genetic algorithms. To achieve this aim Kandid simulates evolution using sexual reproduction and mutation. But there is no fitness function inside the program. Only the user can decide what images are interesting. Populations and genes can be stored in XML format. Image calculation is based on Lisp-like expressions, Lindenmayer Systems, Iterated Function Systems, Linear Cellular Automata, Voroni diagrams, and layered textures or isosurfaces rendered by the Persistence of Vision raytracer.

No download Website Updated 14 Dec 2005 Koalog Constraint Solver

Screenshot
Pop 102.18
Vit 4.70

Koalog Constraint Solver is a powerful constraint solver written in Java. It provides cutting-edge technology for solving satisfaction and optimization problems, including scheduling, time-tabling, resource-allocation, puzzles (sudoku.koalog.com is powered by Koalog Constraint Solver), and configuration (Koalog Configurator is powered by Koalog Constraint Solver).

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.

Screenshot

Project Spotlight

SpaceZero

A 2D space combat game for two players over a network.