Building, visualizing and executing deep learning models as dataflow graphs

Gabor Kruppai, Péter Lehotay-Kéry, Attila Kiss

Building, visualizing and executing deep learning models as dataflow graphs

Číslo: 2/2020
Periodikum: Acta Electrotechnica et Informatica
DOI: 10.15546/aeei-2020-0010

Klíčová slova: artificial neural networks, dataflow, deep learning, graphs, visualization

Pro získání musíte mít účet v Citace PRO.

Přečíst po přihlášení

Anotace: In recent years many frameworks have appeared, which enable users to easily build, visualize and execute deep learning networks on graphical interfaces. However, they do not always provide enough opporunities to automate this process. Generally, data processing programs can be organized into dataflow graphs that define the operations to be performed sequentially on the data. The operation of deep learning neural networks can also be interpreted in a similar way, in which the input data to be processed is a specific data set and the operations to be performed on the data are the layers of the net. Due to architectural reasons, the entire deep learning neural network graph must be built before actual running, thus it is necessary to change topological execution of dataflows to evaluation preceding graph building since knowing the layers separately is not enough to operate the nets. As a solution for displaying editable program graphs, we created a framework in which data processing related to Python packages can be described and the programs built from them can be visualized and executed (mostly) automatically.