paper-with-me

홈 › Papers

An Empirical Study of Library Usage and Dependency in Deep Learning Frameworks

2022-11-28 · Mohamed Raed El aoun, Lionel Nganyewou Tidjon, Ben Rombaut, Foutse khomh, Ahmed E. Hassan

Recent advances in deep learning (dl) have led to the release of several dl software libraries such as pytorch, Caffe, and TensorFlow, in order to assist machine learning (ml) practitioners in developing and deploying state-of-the-art deep neural networks (DNN), but they are not able to properly cope with limitations in the dl libraries such as testing or data processing. In this paper, we present a qualitative and quantitative analysis of the most frequent dl libraries combination, the distribution of dl library dependencies across the ml workflow, and formulate a set of recommendations to (i) hardware builders for more optimized accelerators and (ii) library builder for more refined future releases. Our study is based on 1,484 open-source dl projects with 46,110 contributors selected based on their reputation. First, we found an increasing trend in the usage of deep learning libraries. Second, we highlight several usage patterns of deep learning libraries. In addition, we identify dependencies between dl libraries and the most frequent combination where we discover that pytorch and Scikit-learn and, Keras and TensorFlow are the most frequent combination in 18% and 14% of the projects. The developer uses two or three dl libraries in the same projects and tends to use different multiple dl libraries in both the same function and the same files. The developer shows patterns in using various deep-learning libraries and prefers simple functions with fewer arguments and straightforward goals. Finally, we present the implications of our findings for researchers, library maintainers, and hardware vendors.

📄 PDF Abstract BibTeX arXiv:2211.15733

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Nerva: a Truly Sparse Implementation of Neural Networks

2024-07-24 · Wieger Wesselink, Bram Grooten, Qiao Xiao, Cassio de Campos 외

We introduce Nerva, a fast neural network library under development in C++. It supports sparsity by using the sparse matrix operations of Intel's Math Kernel Library (MKL), which eliminates the need for binary masks. We …

Math

PyGAD: An Intuitive Genetic Algorithm Python Library

2021-06-11 · Ahmed Fawzy Gad

This paper introduces PyGAD, an open-source easy-to-use Python library for building the genetic algorithm. PyGAD supports a wide range of parameters to give the user control over everything in its life cycle. This includ…

Mining and Analyzing Patron's Book-Loan Data and University Data to Understand Library Use Patterns

2020-08-08 · Tipawan Silwattananusarn, Pachisa Kulkanjanapiban

The purpose of this paper is to study the patron's usage behavior in an academic library. This study investigates on pattern of patron's books borrowing in Khunying Long Athakravisunthorn Learning Resources Center, Princ…

ClusteringManagement

Fast geometric learning with symbolic matrices

2020-12-01 · NeurIPS 2020 12 · Jean Feydy, Joan Glaunès, Benjamin Charlier, Michael Bronstein

Geometric methods rely on tensors that can be encoded using a symbolic formula and data arrays, such as kernel and distance matrices. We present an extension for standard machine learning frameworks that provides compreh…

GPU

MRCpy: A Library for Minimax Risk Classifiers

2021-08-04 · Kartheek Bondugula, Verónica Álvarez, José I. Segovia-Martín, Aritz Pérez 외

Libraries for supervised classification have enabled the wide-spread usage of machine learning methods. Existing libraries, such as scikit-learn, caret, and mlpack, implement techniques based on the classical empirical r…