A framework for high performance data analytics and machine learning.
Project description
HeAT - Helmholtz Analytics Toolkit
HeAT is a distributed tensor framework for high performance data analytics.
Project Status
Goals
HeAT is a flexible and seamless open-source software for high performance data analytics and machine learning. It provides highly optimized algorithms and data structures for tensor computations using CPUs, GPUs and distributed cluster systems on top of MPI. The goal of HeAT is to fill the gap between data analytics and machine learning libraries with a strong focus on on single-node performance, and traditional high-performance computing (HPC). HeAT's generic Python-first programming interface integrates seamlessly with the existing data science ecosystem and makes it as effortless as using numpy to write scalable scientific and data science applications.
HeAT allows you to tackle your actual Big Data challenges that go beyond the computational and memory needs of your laptop and desktop.
Features
- High-performance n-dimensional tensors
- CPU, GPU and distributed computation using MPI
- Powerful data analytics and machine learning methods
- Abstracted communication via split tensors
- Python API
Getting Started
Check out our Jupyter Notebook tutorial right here on Github or in the /scripts directory.
The complete documentation of the latest version is always deployed on Read the Docs.
Requirements
HeAT is based on PyTorch. Specifially, we are exploiting PyTorch's support for GPUs and MPI parallelism. For MPI support we utilize mpi4py. Both packages can be installed via pip or automatically using the setup.py.
Installation
Tagged releases are made available on the Python Package Index (PyPI). You can typically install the latest version with
$ pip install heat[hdf5, netcdf]
where the part in brackets is a list of optional dependencies. You can omit it, if you do not need HDF5 or NetCDF support.
Hacking
If you want to work with the development version, you can checkout the sources using
$ git clone https://github.com/helmholtz-analytics/heat.git
The installation can then be done from the checked out sources with
$ pip install .[hdf5, netcdf, dev]
The extra dev
dependency pulls in additional tools to support the enforcement
of coding conventions (Black) and to support a
pre-commit hook to do the same. In order to fully use this framework, please
also install the pre-commit hook with
$ pre-commit install
In order to check compliance of your changes before even trying to commit anything, you can run
$ pre-commit run --all-files
License
HeAT is distributed under the MIT license, see our LICENSE file.
Acknowledgements
This work is supported by the Helmholtz Association Initiative and Networking Fund under project number ZT-I-0003.
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
File details
Details for the file heat-0.2.1.tar.gz
.
File metadata
- Download URL: heat-0.2.1.tar.gz
- Upload date:
- Size: 114.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c8589fd2b2d7efc62996eb6759be83d7b081dc01a48244b20e8bd51637d0f7 |
|
MD5 | dfe37ea6358174017c4df44489dde213 |
|
BLAKE2b-256 | 7018a84ede68156d09167100fc08d6fcfdd6d7614278bbd00bd7a8cded1522b4 |