RSS 25 projects tagged "Artificial Intelligence"

Download Website Updated 04 Jun 2013 newLISP

Screenshot
Pop 462.41
Vit 75.90

newLISP is a Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp, but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in.

No download Website Updated 30 Apr 2013 Wandora

Screenshot
Pop 260.82
Vit 31.80

Wandora is a general purpose data extraction, management, and publishing application based on Topic Maps and Java. Wandora has a graphical user interface, layered presentation of knowledge, several data storage options, rich data extraction, import and export capabilities, and an embedded HTTP server that enables dynamic publication of Topic Maps. Wandora is well suited for rapid ontology construction and knowledge mashups.

No download Website Updated 26 Aug 2012 TinyBrain

Screenshot
Pop 119.00
Vit 5.97

Tinybrain is an artificial intelligence module that can be embedded into desktop applications. It observes user-computer interaction, learns, and reasons. Over time, it begins to assist the user by correcting mistakes, offering suggestions, and automating repetitive tasks.

No download Website Updated 30 Dec 2012 MyMediaLite

Screenshot
Pop 85.65
Vit 11.69

MyMediaLite is a lightweight, multi-purpose library of recommender system algorithms. It addresses the two most common scenarios in collaborative filtering: rating prediction (e.g. on a scale of 1 to 5 stars), and item prediction from implicit feedback (e.g. from clicks or purchase actions). It contains dozens of recommender engines, including state-of-the-art matrix factorization methods. It also supports real-time updates to the recommender engines, storing engines to disk and reloading them again, and several evaluation measures to compare the accuracy of different recommender system methods. Three command-line programs that offer most of the functionality contained in the library are included.

No download Website Updated 29 Jul 2009 clipsmm

Screenshot
Pop 80.50
Vit 3.78

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 28 May 2011 METSlib

Screenshot
Pop 60.75
Vit 4.03

METSlib is an object-oriented metaheuristics framework in C++ designed to make implementing or adapting models easy. The model is modular: all the implemented search algorithms can be applied to the same model. METSlib implements the basics of some metaheuristics algorithms, such as Random Restart Local Search, Variable Neighborhood Search, Iterated Local Search, Simulated Annealing, and Tabu Search. For each algorithm, you must implement an objective function, a neighborhood (move manager), and some moves. Tabu Search is one of the fastest ways to generate near-optimal solutions to a wide range of hard combinatorial optimization problems.

No download Website Updated 07 Sep 2011 Aseba

Screenshot
Pop 59.79
Vit 3.07

Aseba is an event-based architecture for distributed control of mobile robots. It targets integrated multi-processor robots or groups of single-processor units, real or simulated. The core of aseba is a lightweight virtual machine tiny enough to run even on microcontrollers. Robots are programmed in a user-friendly scripting language using a cozy integrated development environment.

No download Website Updated 16 Sep 2007 RebeccaAIML

Screenshot
Pop 58.74
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 07 Oct 2011 OpenEphyra

Screenshot
Pop 56.04
Vit 3.07

OpenEphyra is a question answering (QA) system. It retrieves answers to natural language questions from the Web and other sources. OpenEphyra comes with implementations of algorithms that proved effective in Carnegie Mellon's Ephyra system, which participated in the TREC evaluations. It is platform independent and can be set up in just a few minutes. The goal of this project is to give researchers the opportunity to develop new QA techniques without worrying about the end-to-end system.

Download No website Updated 28 Feb 2008 Magic Garden

Screenshot
Pop 51.03
Vit 2.50

Magic Garden is an artificial plants laboratory. You can create L-System plants and modify them in real time. There are plans to add OpenGL support, animations, and some kind of garden editor.

Screenshot

Project Spotlight

ftracer

A function tracer for gcc.

Screenshot

Project Spotlight

The Sound of Sorting

A demo program containing many integer sorting algorithms.