Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Ergebnis 9 von 33283
Open Access
Data Engineering for HPC with Python
2020 IEEE/ACM 9th Workshop on Python for High-Performance and Scientific Computing (PyHPC), 2020, p.13-21
2020

Details

Autor(en) / Beteiligte
Titel
Data Engineering for HPC with Python
Ist Teil von
  • 2020 IEEE/ACM 9th Workshop on Python for High-Performance and Scientific Computing (PyHPC), 2020, p.13-21
Ort / Verlag
IEEE
Erscheinungsjahr
2020
Link zum Volltext
Quelle
IEEE/IET Electronic Library
Beschreibungen/Notizen
  • Data engineering is becoming an increasingly important part of scientific discoveries with the adoption of deep learning and machine learning. Data engineering deals with a variety of data formats, storage, data extraction, transformation, and data movements. One goal of data engineering is to transform data from original data to vector/matrix/tensor formats accepted by deep learning and machine learning applications. There are many structures such as tables, graphs, and trees to represent data in these data engineering phases. Among them, tables are a versatile and commonly used format to load and process data. In this paper, we present a distributed Python API based on table abstraction for representing and processing data. Unlike existing state-of-the-art data engineering tools written purely in Python, our solution adopts high performance compute kernels in C++, with an in-memory table representation with Cython-based Python bindings. In the core system, we use MPI for distributed memory computations with a data-parallel approach for processing large datasets in HPC clusters.

Weiterführende Literatur

Empfehlungen zum selben Thema automatisch vorgeschlagen von bX