A framework for high performance data analytics and machine learning.
Project description
![HeAT Logo](doc/images/logo_HeAT.png)
HeAT is a distributed tensor framework for high performance data analytics.
Project Status
[![Build Status](https://travis-ci.com/helmholtz-analytics/heat.svg?branch=master)](https://travis-ci.com/helmholtz-analytics/heat) [![Documentation Status](https://readthedocs.org/projects/heat/badge/?version=latest)](https://heat.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/helmholtz-analytics/heat/branch/master/graph/badge.svg)](https://codecov.io/gh/helmholtz-analytics/heat)
Goals
HeAT is a flexible and seamless open-source software for high performance data analytics and machine learnings. 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 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](https://github.com/helmholtz-analytics/heat/blob/master/scripts/tutorial.ipynb) right here on Github or in the /scripts directory.
Requirements
HeAT is based on [PyTorch](https://pytorch.org/). Specifially, we are exploiting PyTorch’s support for GPUs and MPI parallelism. For MPI support we utilize [mpi4py](https://mpi4py.readthedocs.io). 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)](https://pypi.org/project/heat/). You can typically install the latest version with
> $ pip install heat
If you want to work with the development version, you can checkout the sources using
> $ git clone https://github.com/helmholtz-analytics/heat.git
License
HeAT is distributed under the MIT license, see our [LICENSE](LICENSE) file.
Acknowledgements
This work is supported by the [Helmholtz Association Initiative and Networking](https://www.helmholtz.de/en/about_us/the_association/initiating_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.1.0.tar.gz
.
File metadata
- Download URL: heat-0.1.0.tar.gz
- Upload date:
- Size: 53.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e3f63a3673aba54df3f96f6afe0e46d91c89a164ddd857c70bbf78481356ce1 |
|
MD5 | f62baee0f55e2bade4ac7b3d6bfea9e7 |
|
BLAKE2b-256 | 300d82a37b29b01782a22a512469362f2ea53673bd156f4d74c3fc0de9f2bf8c |