heat icon indicating copy to clipboard operation
heat copied to clipboard

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python

Results 245 heat issues
Sort by recently updated
recently updated
newest added

enhancement
linalg
ESAPCA

A new PyTorch release is out. Action needed: - run CPU tests - run GPU tests - fix bugs - expand tests - release as minor version

enhancement

This solves #1411 by implementing a sketched version of percentile / median and a corresponding option for the RobustScaler in the preprocessing module. All new features integrate into the current...

statistics

The current very elaborate implementation of our random generator and random arrays suffers from two drawbacks: * the maximum number of entries is quite low (~maxint32 / maxint64 for the...

enhancement
random
ESAPCA

enhancement
linalg
ESAPCA

enhancement
linalg
ESAPCA

Allow for inexact, but hopefully much faster percentile computation by using a sketch of the data set Related: #1389 on speeding up the existing implementation for exact computation of percentiles

enhancement
statistics
stale

**Feature functionality** Implement the ASSET analysis method. It is a statistical method for the detection of repeating sequences of synchronous events in peak sequences. **Additional context** Find the reference implementation...

high-level functions
student project

**Related** When specifying an axis for the `unique` function, the array is searched for unique vectors along this axis. However a sorted result is difficult to compute when `split !=...

enhancement
manipulations

## Due Diligence - General: - [x] **title** of the PR is suitable to appear in the [Release Notes](https://github.com/helmholtz-analytics/heat/releases/latest) - Implementation: - [x] unit tests: all split configurations tested -...

signal