Skip to main content

Flow-based data pre-processing for Machine Learning

Project description

Flow-based data pre-processing for (GPU/deep) machine learning.

nuts-ml is data pre-processing library for for (GPU/deep) machine learning that provides common pre-processing functions as independent units, so called ‘nuts’. Nuts can be freely arranged to build complex data flows based on chained iterators that are efficient, easy to read and easy to modify.

The following example gives a taste of a nuts-ml data-flow that trains a network on image data and prints training loss and accuracy

(train_samples >> Stratify(1) >> read_image >> transform >> augment >>
   Shuffle(100) >> build_batch >> network.train() >>
   Print('train loss:{} acc:{}') >> Consume())

nuts-ml is based on nuts-flow and reading its documentation is recommended.

Installation guide, API documentation and tutorials can be found here

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

nutsml-1.0.7.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

nutsml-1.0.7-py2-none-any.whl (1.0 MB view hashes)

Uploaded Python 2

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