paper-with-me

Papers

The JuliaConnectoR: a functionally oriented interface for integrating Julia in R

2020-05-13 · Stefan Lenz, Maren Hackenberg, Harald Binder

Like many groups considering the new programming language Julia, we faced the challenge of accessing the algorithms that we develop in Julia from R. Therefore, we developed the R package JuliaConnectoR, available from the CRAN repository and GitHub (https://github.com/stefan-m-lenz/JuliaConnectoR), in particular for making advanced deep learning tools available. For maintainability and stability, we decided to base communication between R and Julia on TCP, using an optimized binary format for exchanging data. Our package also specifically contains features that allow for a convenient interactive use in R. This makes it easy to develop R extensions with Julia or to simply call functionality from Julia packages in R. Interacting with Julia objects and calling Julia functions becomes user-friendly, as Julia functions and variables are made directly available as objects in the R workspace. We illustrate the further features of our package with code examples, and also discuss advantages over the two alternative packages JuliaCall and XRJulia. Finally, we demonstrate the usage of the package with a more extensive example for employing neural ordinary differential equations, a recent deep learning technique that has received much attention. This example also provides more general guidance for integrating deep learning techniques from Julia into R.

📄 PDF Abstract BibTeX arXiv:2005.06334

Code (1)

stefan-m-lenz/JuliaConnectoR 공식 구현

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

JLIR: A Julia-Native MLIR-Inspired Intermediate Representation with Automatic JACC Kernel Extraction

2026-09-04 · Narasinga Rao Miniskar, Seyong Lee, Keita Teranishi, Jeffrey S Vetter arxiv

The Multi-Level Intermediate Representation (MLIR) has made reusable compiler infrastructure practical for domain-specific computation. However, MLIR's strong compile-time type requirements and low-level (C++) extension …

MLJ: A Julia package for composable machine learning

2020-07-23 · Anthony D. Blaom, Franz Kiraly, Thibaut Lienart, Yiannis Simillides 외

MLJ (Machine Learing in Julia) is an open source software package providing a common interface for interacting with machine learning models written in Julia and other languages. It provides tools and meta-algorithms for …

BIG-bench Machine Learning

SBML2Julia: interfacing SBML with efficient nonlinear Julia modelling and solution tools for parameter optimization

2020-11-05 · Paul F. Lang, Sungho Shin, Victor M. Zavala

Motivation: Estimating model parameters from experimental observations is one of the key challenges in systems biology and can be computationally very expensive. While the Julia programming language was recently develope…

Scorio.jl: A Julia package for ranking stochastic responses

2026-03-14 · Mohsen Hariri, Michael Hinczewski, Vipin Chaudhary arxiv

Scorio.jl is a Julia package for evaluating and ranking systems from repeated responses to shared tasks. It provides a common tensor-based interface for direct score-based, pairwise, psychometric, voting, graph, and list…

A User Manual for cuHALLaR: A GPU Accelerated Low-Rank Semidefinite Programming Solver

2025-08-21 · Jacob Aguirre, Diego Cifuentes, Vincent Guigues, Renato D. C. Monteiro 외 arxiv

We present a Julia-based interface to the precompiled HALLaR and cuHALLaR binaries for large-scale semidefinite programs (SDPs). Both solvers are established as fast and numerically stable, and accept problem data in for…