paper-with-me

홈 › Papers

pCAMP: Performance Comparison of Machine Learning Packages on the Edges

2019-06-05 · Xingzhou Zhang, Yifan Wang, Weisong Shi

Machine learning has changed the computing paradigm. Products today are built with machine intelligence as a central attribute, and consumers are beginning to expect near-human interaction with the appliances they use. However, much of the deep learning revolution has been limited to the cloud. Recently, several machine learning packages based on edge devices have been announced which aim to offload the computing to the edges. However, little research has been done to evaluate these packages on the edges, making it difficult for end users to select an appropriate pair of software and hardware. In this paper, we make a performance comparison of several state-of-the-art machine learning packages on the edges, including TensorFlow, Caffe2, MXNet, PyTorch, and TensorFlow Lite. We focus on evaluating the latency, memory footprint, and energy of these tools with two popular types of neural networks on different edge devices. This evaluation not only provides a reference to select appropriate combinations of hardware and software packages for end users but also points out possible future directions to optimize packages for developers.

📄 PDF Abstract BibTeX arXiv:1906.01878

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

TopoX: A Suite of Python Packages for Machine Learning on Topological Domains

2024-02-04 · Mustafa Hajij, Mathilde Papillon, Florian Frantzen, Jens Agerberg 외

We introduce TopoX, a Python software suite that provides reliable and user-friendly building blocks for computing and machine learning on topological domains that extend graphs: hypergraphs, simplicial, cellular, path a…

A Comparison of Public Causal Search Packages on Linear, Gaussian Data with No Latent Variables

2017-09-13 · Joseph D. Ramsey, Bryan Andrews

We compare Tetrad (Java) algorithms to the other public software packages BNT (Bayes Net Toolbox, Matlab), pcalg (R), bnlearn (R) on the \vanilla" task of recovering DAG structure to the extent possible from data generat…

Translation Canvas: An Explainable Interface to Pinpoint and Analyze Translation Systems

2024-10-07 · Chinmay Dandekar, Wenda Xu, Xi Xu, Siqi Ouyang 외

With the rapid advancement of machine translation research, evaluation toolkits have become essential for benchmarking system progress. Tools like COMET and SacreBLEU offer single quality score assessments that are effec…

BenchmarkingMachine TranslationTranslation

Leveraging Large Language Models to Detect npm Malicious Packages

2024-03-18 · Nusrat Zahan, Philipp Burckhardt, Mikola Lysenko, Feross Aboukhadijeh 외

Existing malicious code detection techniques demand the integration of multiple tools to detect different malware patterns, often suffering from high misclassification rates. Therefore, malicious code detection technique…

Malware Detection

MRPC: An R package for accurate inference of causal graphs

2018-06-05 · Md. Bahadur Badsha, Evan A Martin, Audrey Qiuyan Fu

We present MRPC, an R package that learns causal graphs with improved accuracy over existing packages, such as pcalg and bnlearn. Our algorithm builds on the powerful PC algorithm, the canonical algorithm in computer sci…

MRPC