This repo is a python package for managing array data. It facilitates storing and accessing large amounts of array data, and also provides a generator for many types of data (unlike PyTorch).
- Numpy symantics to data
- Scales beyond memory limits
- Generators for more data types
- and more...
python3 setup.py install
(coming soon)
See notebooks for examples
Developing intelligent systems often designing algorithms that depend on correlations between heterogeneous and over long context windows. This project is an attempt to address that with a convenient interface.
Mkdocs