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
-- 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
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
mlutils-0.2.0b.tar.gz (10.2 kB) Copy SHA256 hash SHA256 | Source | None | Aug 22, 2016 |