PulseAugur
EN
LIVE 08:44:04

CodeJeNN generates C++ code from Keras models for physics applications

Researchers have developed CodeJeNN, a tool that automatically generates C++ code from Keras models for physics applications. This approach aims to overcome performance bottlenecks caused by integrating Python-based machine learning libraries into high-performance C++ solvers. CodeJeNN produces self-contained C++ code, removing external dependencies and enabling seamless integration into existing frameworks, as demonstrated by benchmarks and a computational fluid dynamics test case. AI

IMPACT Enables faster integration of ML models into high-performance scientific computing, potentially accelerating research in fields like computational physics.

RANK_REASON The item describes a new method for generating code from ML models for specific scientific applications, published as a research paper on arXiv. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

CodeJeNN generates C++ code from Keras models for physics applications

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Jay Arcities, Pavel Popov, Eric J Ching, Kamal Viswanath, Ryan F Johnson ·

    CodeJeNN: A simple C++ neural network generator for physics applications

    arXiv:2607.02746v1 Announce Type: cross Abstract: Machine learning has shown speedups for numerical methods in physics applications, but integrating Python-based libraries into high-performance C++ solvers creates performance bottlenecks. We present CodeJeNN, which bridges this g…