paper-with-me

홈 › Papers

Julia Language in Machine Learning: Algorithms, Applications, and Open Issues

2020-03-23 · Kaifeng Gao, Gang Mei, Francesco Piccialli, Salvatore Cuomo, Jingzhi Tu, Zenan Huo

Machine learning is driving development across many fields in science and engineering. A simple and efficient programming language could accelerate applications of machine learning in various fields. Currently, the programming languages most commonly used to develop machine learning algorithms include Python, MATLAB, and C/C ++. However, none of these languages well balance both efficiency and simplicity. The Julia language is a fast, easy-to-use, and open-source programming language that was originally designed for high-performance computing, which can well balance the efficiency and simplicity. This paper summarizes the related research work and developments in the application of the Julia language in machine learning. It first surveys the popular machine learning algorithms that are developed in the Julia language. Then, it investigates applications of the machine learning algorithms implemented with the Julia language. Finally, it discusses the open issues and the potential future directions that arise in the use of the Julia language in machine learning.

📄 PDF Abstract BibTeX arXiv:2003.10146

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

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

OutlierDetection.jl: A modular outlier detection ecosystem for the Julia programming language

2022-11-08 · David Muhr, Michael Affenzeller, Anthony D. Blaom

OutlierDetection.jl is an open-source ecosystem for outlier detection in Julia. It provides a range of high-performance outlier detection algorithms implemented directly in Julia. In contrast to previous packages, our ec…

Outlier Detection

The State of Julia for Scientific Machine Learning

2024-10-14 · Edward Berman, Jacob Ginesin

Julia has been heralded as a potential successor to Python for scientific machine learning and numerical computing, boasting ergonomic and performance improvements. Since Julia's inception in 2012 and declaration of lang…

Accelerated Convolutions for Efficient Multi-Scale Time to Contact Computation in Julia

2016-12-28 · Alexander Amini, Berthold Horn, Alan Edelman

Convolutions have long been regarded as fundamental to applied mathematics, physics and engineering. Their mathematical elegance allows for common tasks such as numerical differentiation to be computed efficiently on lar…

NoLimits.jl: Flexible and Composable Nonlinear Mixed-Effects Modeling in Julia

2026-06-23 · Manuel Huth, Jonas Arruda, Nina Schmid, Roy Gusinow 외 arxiv

Nonlinear mixed-effects models are widely used to analyze longitudinal data, but existing open-source software often supports only a limited subset of the model structures, inference methods, machine-learning components,…