The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "AI"

AI::CBR - Framework for Case-Based Reasoning River stage zero No dependents

Framework for Case-Based Reasoning in Perl. For an overview, please see my slides from YAPC::EU 2009. In brief, you need to specifiy an AI::CBR::Case with the help of similarity functions from AI::CBR::Sim. Then you can find similar cases from a case...

OBRADOVIC/AI-CBR-0.02 - 31 Jul 2009 09:07:03 UTC - Search in distribution

AI::PSO - Module for running the Particle Swarm Optimization algorithm River stage zero No dependents

OF ALGORITHM Particle Swarm Optimization is an optimization algorithm designed by Russell Eberhart and James Kennedy from Purdue University. The algorithm itself is based off of the emergent behavior among societal groups ranging from marching of ant...

KYLESCH/AI-PSO-0.86 - 25 Nov 2006 03:49:50 UTC - Search in distribution

AI::Chat - Interact with AI Chat APIs River stage zero No dependents

This module provides a simple interface for interacting with AI Chat APIs, currently supporting OpenAI. The AI chat agent can be given a *role* and then passed *prompts*. It will reply to the prompts in natural language. Being AI, the responses are n...

BOD/AI-Chat-0.2 - 03 Mar 2024 21:14:58 UTC - Search in distribution

AI::FANN - Perl wrapper for the Fast Artificial Neural Network library River stage one • 1 direct dependent • 1 total dependent

WARNING: THIS IS A VERY EARLY RELEASE, MAY CONTAIN CRITICAL BUGS!!! AI::FANN is a Perl wrapper for the Fast Artificial Neural Network (FANN) Library available from <http://fann.sourceforge.net>: Fast Artificial Neural Network Library is a free open s...

SALVA/AI-FANN-0.10 - 10 Mar 2009 17:31:26 UTC - Search in distribution

TAEB::AI - how TAEB tactically extracts its amulets River stage zero No dependents

SARTAK/TAEB-0.03 - 14 Mar 2009 15:25:11 UTC - Search in distribution

AI::Image - Generate images using OpenAI's DALL-E River stage zero No dependents

This module provides a simple interface to generate images using OpenAI's DALL-E API....

BOD/AI-Image-0.1 - 06 Mar 2024 23:01:10 UTC - Search in distribution

AI::MXNet - Perl interface to MXNet machine learning library River stage one • 2 direct dependents • 2 total dependents

Perl interface to MXNet machine learning library. MXNet supports the Perl programming language. The MXNet Perl package brings flexible and efficient GPU computing and state-of-art deep learning to Perl. It enables you to write seamless tensor/matrix ...

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC - Search in distribution

AI::CRM114 - Wrapper for the statistical data classifier CRM114 River stage zero No dependents

The CRM114 Discriminator, is a collection of tools to classify data, e.g. for use in spam filters. This module is a simple wrapper around the command line executable. Feedback is very welcome, the interface is unstable. Use with caution....

BJOERN/AI-CRM114-0.01 - 04 Dec 2009 05:57:34 UTC - Search in distribution

AI::NNEasy - Define, learn and use easy Neural Networks of different types using a portable code in Perl and XS. River stage zero No dependents

The main purpose of this module is to create easy Neural Networks with Perl. The module was designed to can be extended to multiple network types, learning algorithms and activation functions. This architecture was 1st based in the module AI::NNFlex,...

GMPASSOS/AI-NNEasy-0.06 - 17 Jan 2005 02:25:07 UTC - Search in distribution

AI::NNFlex - A base class for implementing neural networks River stage zero No dependents

AI::NNFlex is a base class for constructing your own neural network modules. To implement a neural network, start with the documentation for AI::NNFlex::Backprop, included in this distribution...

CCOLBOURN/AI-NNFlex-0.24 - 17 Jun 2005 10:12:25 UTC - Search in distribution

AI::Prolog - Perl extension for logic programming. River stage one • 3 direct dependents • 3 total dependents

"AI::Prolog" is a pure Perl predicate logic engine. In predicate logic, instead of telling the computer how to do something, you tell the computer what something is and let it figure out how to do it. Conceptually this is similar to regular expressio...

DOUGW/AI-Prolog-0.741 - 26 Mar 2011 19:56:21 UTC - Search in distribution

AI::General - A general-purpose artificial intelligence River stage zero No dependents

This module is a general purpose artificial intelligence. It consists of one method, dwim ('Do what I mean'), which can take any number of arguments....

MCEGLOWS/AI-General-0.01 - 15 Feb 2004 18:50:16 UTC - Search in distribution

AI::Genetic - A pure Perl genetic algorithm implementation. River stage zero No dependents

This module implements a Genetic Algorithm (GA) in pure Perl. Other Perl modules that achieve the same thing (perhaps better, perhaps worse) do exist. Please check CPAN. I mainly wrote this module to satisfy my own needs, and to learn something about...

AQUMSIEH/AI-Genetic-0.05 - 11 May 2007 17:51:29 UTC - Search in distribution

AI::MegaHAL - Perl interface to the MegaHAL natural language conversation simulator. River stage one • 2 direct dependents • 4 total dependents

Conversation simulators are computer programs which give the appearance of conversing with a user in natural language. Such programs are effective because they exploit the fact that human beings tend to read much more meaning into what is said than i...

CHORNY/AI-MegaHAL-0.08 - 12 Apr 2015 11:26:44 UTC - Search in distribution

AI::XGBoost - Perl wrapper for XGBoost library https://github.com/dmlc/xgboost River stage zero No dependents

Perl wrapper for XGBoost library. The easiest way to use the wrapper is using "train", but beforehand you need the data to be used contained in a "DMatrix" object This is a work in progress, feedback, comments, issues, suggestion and pull requests ar...

PABLROD/AI-XGBoost-0.11 - 20 Aug 2017 20:56:55 UTC - Search in distribution

AI::NNVMCAPI - Swig interface to nnvm c api River stage one • 1 direct dependent • 3 total dependents

This module provides interface to nnvm via its api....

SKOLYCHEV/AI-NNVMCAPI-1.4 - 19 Feb 2020 20:31:19 UTC - Search in distribution

AI::Termites - Artificial termites simulation River stage zero No dependents

This module simulates a termites world based on the ideas described on the book "Adventures in Modeling" by Vanessa Stevens Colella, Eric Klopfer and Mitchel Resnick (<http://education.mit.edu/starlogo/adventures/>). In this version, termites can mov...

SALVA/AI-Termites-0.02 - 30 Jun 2011 08:18:31 UTC - Search in distribution

AI::subclust - A module to implement substractive clustering algorithm. River stage zero No dependents

This module implements a substractive clustering algorithm....

SIMATIKA/subclustv1_0 - 05 May 2004 02:21:18 UTC - Search in distribution

AI::Calibrate - Perl module for producing probabilities from classifier scores River stage zero No dependents

Classifiers usually return some sort of an instance score with their classifications. These scores can be used as probabilities in various calculations, but first they need to be *calibrated*. Naive Bayes, for example, is a very useful classifier, bu...

TOMFA/AI-Calibrate-1.5 - 03 Aug 2012 15:15:16 UTC - Search in distribution

AI::Embedding - Perl module for working with text embeddings using various APIs River stage zero No dependents

The AI::Embedding module provides an interface for working with text embeddings using various APIs. It currently supports the OpenAI <https://www.openai.com> Embeddings API <https://platform.openai.com/docs/guides/embeddings/what-are-embeddings> . Th...

BOD/AI-Embedding-1.11 - 20 Dec 2023 12:55:51 UTC - Search in distribution
216 results (0.147 seconds)