... the origin of the next generation. In computing genetic algorithms can be used to optimize solutions for problems like job scheduling, artificial intelligence for computer operated game characters, compact file storage, etc.. This class can be used as a framework to implement PHP applications that can ...
PHP Language Detector Support forum php-lang-detector Detect the idiom of a text automatically This package can detect the idiom of a text automatically. It can take files with text in a given idiom and train the engine to recognize combinations of letters to be typical of those idioms. The class ...
Talking Machine Support forum tm Learn an idiom and generate words in that idiom This class can be used to generate a text with words in a given idiom by using machine learning techniques to make the class learn that idiom. It can be trained to learn an idiom using files with text written in that ...
Fuzzy logic Support forum fuzzy-logic-class Simulate controllers that work by fuzzy logic This class can simulate controllers that work based on fuzzy logic. It can define the inputs, outputs and rules by which a controller operates. The class can process the inputs of the controller by the defined ...
HAAR PHP Support forum haar-php Detect features on images such as faces or mouths This class can detect features on images such as faces or mouths. In can load the definition of classifiers using a OpenCV HAAR cascade (Viola-Jones object detection framework) to detect certain types of features in ...
This class can simulate a combat between attacker and defender troops. It takes as input the number of troops of an attacker and a defender in terms of men with hands, switchblades and guns. The class simulates a battle by determine which army has more points assuming the loser army will have no survivors ...
Digital Human Support forum digital-human Simulate human body parts behavior This package can simulate human body parts behavior. It consists of several classes that implement the behavior of different body by using the Observer design pattern to listen to events that occur in the body surrounding ...
This class can extract proper nouns from texts. It takes a text string and can detect which words may be proper nouns of people, entities, etc.. It uses some heuristics like the capitalization of the first word letter, the presence of people title preceeding the nouns, etc.. The class may consider ...
Evolutionary Programming Support forum ep Evolutionary programming algorithm implementation This class implements an evolutionary programming algorithm to simulate the evolution of population generation after generation. It takes several parameters like an expression to evaluate the fitness of population ...
... a computer based player. The challenge of implementing games that need to have computer based players is that they usually need to emulate human
intelligence to make human-computer games almost as interesting as human-human games. This class implements an educative example of the use of artificially
...