Flow-based data pre-processing for Machine Learning
Project description
nuts-ml is a data pre-processing library for GPU based deep learning that provides common pre-processing functions as independent, reusable units. These so called ‘nuts’ can be freely arranged to build data flows that are efficient, easy to read and 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, which is described here.
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
nutsml-1.0.24.tar.gz
(1.1 MB
view hashes)
Built Distribution
Close
Hashes for nutsml-1.0.24-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b8f1f2e80fc47a18d9b157089a8f17736def449265345e87c55e8263dee07b2 |
|
MD5 | 06ad87227a86bcec0b48b22a1bd00758 |
|
BLAKE2b-256 | 21c012a979c0c4a2451a61664887c287fc68316d77cbced684aab0b7085e12b2 |