Home  :  Advanced Search  :  Toolbox  :  Forum  
    AI-Tools.org The Open-Source Artificial Intelligence community    
 Welcome to AI-Tools.org
 Friday, November 21 2008 @ 07:29 PM GMT-5
Toolbox: There are 25 files in our database
  Neural networks 7 (1)
  Genetic Algorithms 2 
  Search / Path finding 3 
  Fuzzy Logic 1 
  Natural Language Processing 4 
  Data Mining 5 
  Miscellaneous 1 
  Machine Learning 2 
Latest Listing:
Category: Search / Path finding Submitted by: Hax
  OpenSkyNet Pathfinding    Popular
OpenSkyNet - Moving towards a comprehensive artificial intelligence solution for game developers under the LGPL. The goals are to implement action selection solvers, robust steering behaviors (including pathfinding algorithms), and machine learning.

more ...

  Ver:  0.41  Date: Feb.19.07   License:  LGPL     695.85 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Search / Path finding Submitted by: Sam Fentress
  ABKit    Popular
ABKit is a C++ library intented to accelerate the development of boardgames by providing the Alpha-Beta algorithm in a generic way.

more ...

  Ver:  0.1.1  Date: Jan.04.07   License:  LGPL     71.16 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Genetic Algorithms Submitted by: Hax
  gaLibrary    Popular
A genetic algorithm (GA) is a form of guessing machine. As an A.I. tool it can be seen as a creative function because it fuses together possible solutions in the search for an answer and also depends on a high degree of randomness. The GeneticAlgorithm class is an abstract class that must be extended in order for the library to be used, this is because the "fitness" of its components, the Chromosomes, is different for every task the GeneticAlgorithm is applied to. That is why the user of the library must extend GeneticAlgorithm and override the scoreFitness(Chromosome o) method. The Chromosomes can be used also to experiment with breeding automata, but they require the GA to supply most of the constants used in its operations, so yet again the GA class must be extended. Use of this library also requires knowledge of how to use Java's Vector class, which is a dynamic array for storing objects.

more ...

  Ver:  1.0  Date: Jan.03.07   License:  LGPL     5.04 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Search / Path finding Submitted by: Hax
  AStar Navigator    Popular
The AStar algorithm finds the shortest route through a series of nodes. It does this by combining a calculation of the cost to reach the target and the distance to the target. By accident the author has incoporated the Best First Search (BFS) algorithm which is inaccurate but offers a massive speed increase over AStar. This is an optional extra.

more ...

  Ver:  1.0  Date: Jan.02.07   License:  LGPL     6.28 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Neural networks Submitted by: Sam Fentress
  Amygdala    Popular
Amygdala is open-source software for simulating spiking neural networks (SNNs). Spiking neural networks are a very specific sort of "artificial brain" which has shown particular promise in recent scientific research. SNNs have very useful applications in artificial intelligence (AI) and pattern recognition.

more ...

  Ver:  0.4  Date: Dec.31.06   License:  GPL     447.81 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Natural Language Processing Submitted by: Turing Machine
  C++ POS tagger and categorization    Popular
This is C code, compiled as C++. Part of speech tagger and categorization (categories can not be changed).

more ...

  Ver:  1.0  Date: Dec.29.06   License:  GPL     480.44 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Natural Language Processing Submitted by: Turing Machine
  Ruby Tagger    Popular
A basic POS tagger written in Ruby. Very lightweight.
  Ver:  0.1  Date: Dec.27.06   License:  GPL     366.33 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Data Mining Submitted by: Hax
  BLOG    Popular
Bayesian logic (BLOG) Interface Engine is a first-order probabilistic modeling language under development at UC Berkeley. It is designed for making inferences about real-world objects that underlie some observed data: for instance, tracking multiple people in a video sequence, or identifying repeated mentions of people and organizations in a set of text documents. BLOG makes it (relatively) easy to represent uncertainty about the number of underlying objects and the mapping between objects and observations.

more ...

  Ver:  0.1.5  Date: Dec.17.06   License:  BSD open source     696.66 KB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Machine Learning Submitted by: Sam Fentress
  Statistical Pattern Recognition Toolbox    Popular
This toolbox implements a selection of statistical pattern recognition methods described in the monograph M.I. Schlesinger, V. Hlavac: Ten lectures on the statistical and structural pattern recognition, Kluwer Academic Publishers, 2002 , rather it implements the first part of the monograph which deals with feature based statistical pattern recognition methods. The toolbox is still being developed and new implemented methods (see implemeted methods) go beyond the contents of the monograph.

more ...

  Ver:  2.06  Date: Dec.05.06   License:  General Open source     4.29 MB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 
Category: Machine Learning Submitted by: Sam Fentress
  PyML    Popular
PyML is an interactive object oriented framework for machine learning in Python.
PyML has been tested on Linux and Mac OS X. Some components are in C++ so it's not automatically portable.

more ...

  Ver:  0.6.10  Date: Dec.02.06   License:  General open source     1.34 MB  
Create first comment |  Download |  File Link |  Rate this File |  Report Broken File  | 


Creative Commons LicenseExcept where otherwise noted, content on this site
is licensed under a Creative Commons BY-SA License.
Powered By Geeklog