D.A.I.L.

Categories

Component ID

805012

Component name

D.A.I.L.

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1002

Component created

Component changed

Component body

A collection of Drupal Artificial Intelligence Libraries. In time, the goal is to collect various classes to help modules easily integrate artificial intelligence algorithms like neural networks, genetic algorithms, and Bayesian logic into their code.

Looking for co-maintainers interested in helping add new libraries, maintaining the existing ones, and porting these libraries to other versions of Drupal.

Current libraries:

  • Bayesian: A simple Bayesian logic class, derived the Spam module's Bayesian filter. No dependencies.
  • Decision Tree: A simple decision tree algorithm class. No dependencies.
  • Genetic: A simple genetic algorithm class. No dependencies.