paper-with-me

Papers

Comparing neural network training performance between Elixir and Python

2022-10-25 · Lucas C. Tavano, Lucas K. Amin, Adolfo Gustavo Serra-Seca-Neto

With a wide range of libraries focused on the machine learning market, such as TensorFlow, NumPy, Pandas, Keras, and others, Python has made a name for itself as one of the main programming languages. In February 2021, Jos\'e Valim and Sean Moriarity published the first version of the Numerical Elixir (Nx) library, a library for tensor operations written in Elixir. Nx aims to allow the language be a good choice for GPU-intensive operations. This work aims to compare the results of Python and Elixir on training convolutional neural networks (CNN) using MNIST and CIFAR-10 datasets, concluding that Python achieved overall better results, and that Elixir is already a viable alternative.

📄 PDF Abstract BibTeX arXiv:2210.13945

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Evaluating ChatGPT-3.5 Efficiency in Solving Coding Problems of Different Complexity Levels: An Empirical Analysis

2024-11-12 · Minda Li, Bhaskar Krishnamachari

ChatGPT and other large language models (LLMs) promise to revolutionize software development by automatically generating code from program specifications. We assess the performance of ChatGPT's GPT-3.5-turbo model on Lee…

Prompt Engineering

Elixir: Train a Large Language Model on a Small GPU Cluster

2022-12-10 · Haichen Huang, Jiarui Fang, Hongxin Liu, Shenggui Li 외

In recent years, large language models have achieved great success due to their unprecedented size. However, training these models poses a challenge for most researchers as it requires a substantial number of GPUs. To re…

CPUGPULanguage ModelingLanguage Modelling+1

Elixir: A system to enhance data quality for multiple analytics on a video stream

2022-12-08 · Sibendu Paul, Kunal Rao, Giuseppe Coviello, Murugan Sankaradas 외

IoT sensors, especially video cameras, are ubiquitously deployed around the world to perform a variety of computer vision tasks in several verticals including retail, healthcare, safety and security, transportation, manu…

Multi-Objective Reinforcement Learning

DataElixir: Purifying Poisoned Dataset to Mitigate Backdoor Attacks via Diffusion Models

2023-12-18 · Jiachen Zhou, Peizhuo Lv, Yibing Lan, Guozhu Meng 외

Dataset sanitization is a widely adopted proactive defense against poisoning-based backdoor attacks, aimed at filtering out and removing poisoned samples from training datasets. However, existing methods have shown limit…

ELIXIR: Efficient and LIghtweight model for eXplaIning Recommendations

2025-08-27 · Ben Kabongo, Vincent Guigue, Pirmin Lemberger arxiv

Collaborative filtering drives many successful recommender systems but struggles with fine-grained user-item interactions and explainability. As users increasingly seek transparent recommendations, generating textual exp…

Collaborative FilteringText Generation