A perl script using the Naive Bayes classifier for text files.
Perl source code and an online demo for a recurrent neural network - bidirectional associative memory.
This program solves quadratic equations. Type in the coefficients for x^2 and x and the constant to get your quadratic equation and you will then be given the roots of the equation. If "b2 - 4ac" is negative, you'll be given the results in terms of the imaginary number i.
This script is for a K-means clustering algorithm.
Genetic agorithms are used in optimization and search problems. This resource provides Perl with an implementation of a genetic algorithm for optimization.