crayflow

Yet another neural network toolkit - dataflow module


Keywords
dataflow
License
MIT
Install
pip install crayflow==0.4.1

Documentation

crayflow

import crayflow as flow

data_train, labels_train, data_test, labels_test = flow.dataflow(
  flow.instances.download_mnist('MNIST/'),
  flow.instances.read_mnist() @ flow.pickled('MNIST/mnist.pickled')
)('/data/directory/')