Skip to main content

Collection of various utilities for machine learning and AI planning.

Project description

mlutils package is collection of various utilities for machine learning and AI planning.
-- N-Ary tree class supported various search algorithms: pre-order, post-order, breadth-first
heuristic (you should provide heuristic function) and random sampling.
-- State space generation/search.
-- Basic graph class. Implements generic directed graph.
-- Finite automata graph. Implements discrete finite automata state machine on base of BasicGraph class.
-- Processing graph. Implements network of asynchronius processing units, running in separate threads.
Intended to be used as complex pipeline (pipenet) for machne learning or data processing.

Dependency:
Package does not have extra dependencies except python standard library

Installation:
Standard installation for pure python modules

Usage examples:
Each modute has test() function which implement brief self-testing and may serve as usage example

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlutils-0.2.0b.tar.gz (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page