343 projects tagged "Artificial Intelligence"
Wiresoft ANA (Automated Network Agent), an Artificial Intelligence-based systems management service, automatically performs over 90% of Linux systems management tasks. It is a self-managing, self-learning system support service that provides constant maintenance and protection for Firegate Servers. ANA services include Software Updating and Integration, Intrusion Detection, Data Back-up and Disaster Recovery, Monitoring, and Alerting.
Turing Machine (C++ Implementation) is a Turing machine simulation that is defined by a series of input files. These include a metafile containing data related to some Turing machine, a states file containing a list of initial, halting, and internal states, an alphabet file of empty, input, and internal symbols, a transition file of transition rules, and input word files, which detail the input given on a tape.
libGMUVision is framework for realtime computer vision applications that is designed to allow easier access to Firewire IIDC digital video cameras. It provides a set of C++ bindings for libdc1394 and Qt widgets for building graphical applications that process video streams in real time. A small sample application (Koriander Lite, based on the Coriander project) is included.
libperceptronnetwork is a library that models a multilayer feedforward perceptron network, a well-known and understood type of neural network. It can be used for a large number of recognition and categorization tasks. Besides providing the standard propagation and backpropagation algorithms, the library also provides variations to the backpropagation algorithm, such as optional weight-decay, momentum-term and optimal-tolerance methods. It comes with a handy programmers reference manual and two examples.
Egg-fu is a simulated Artificial Intelligence IRC script for Eggdrop much like infobot, but with many more options and features, high configurability, automatic learning and interaction, multi-language support, and two main modes: the default SAI mode, and a define-bot mode, as well as any cross-breed thereof via config.
Naiban is a complete standalone Java application and an Avalon/Keel framework classification service. It features Naive-Bayes based algorithms, JDBC backed persistance, and support for text and numerics. Naive Bayes learning classifiers have recently gained popularity in their application to the spam vs. ham problem. Naiban provides a learning classifier service to the Avalon/Keel framework, and comes complete with two text classifiers and a simple numeric classifier. It is easily extendable, and provides two persistance mechanisms for storing trained data.