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
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file mlutils-0.2.0b.tar.gz
.
File metadata
- Download URL: mlutils-0.2.0b.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
54bef4051088c2a9f2677dfe1a549becde2e1abb491f445f5419ee2cd82b181a
|
|
MD5 |
a5f5392a7d61c6283f17bdf578717a89
|
|
BLAKE2b-256 |
608b95bfd70a0165fa71ad7c3ce14d1b040bc7c04ad9553d5a5b1f1f9b6c8005
|