paper-with-me

Papers

Performance Analysis of Open Source Machine Learning Frameworks for Various Parameters in Single-Threaded and Multi-Threaded Modes

2017-08-29 · Yuriy Kochura, Sergii Stirenko, Oleg Alienin, Michail Novotarskiy, Yuri Gordienko

The basic features of some of the most versatile and popular open source frameworks for machine learning (TensorFlow, Deep Learning4j, and H2O) are considered and compared. Their comparative analysis was performed and conclusions were made as to the advantages and disadvantages of these platforms. The performance tests for the de facto standard MNIST data set were carried out on H2O framework for deep learning algorithms designed for CPU and GPU platforms for single-threaded and multithreaded modes of operation Also, we present the results of testing neural networks architectures on H2O platform for various activation functions, stopping metrics, and other parameters of machine learning algorithm. It was demonstrated for the use case of MNIST database of handwritten digits in single-threaded mode that blind selection of these parameters can hugely increase (by 2-3 orders) the runtime without the significant increase of precision. This result can have crucial influence for optimization of available and new machine learning methods, especially for image recognition problems.

📄 PDF Abstract BibTeX arXiv:1708.08670

Code (1)

h2oai/h2o-3 tf

Tasks

BIG-bench Machine LearningCPUGPUHyperparameter Optimization

Similar Papers 제목 키워드 기반

Comparative Analysis of Open Source Frameworks for Machine Learning with Use Case in Single-Threaded and Multi-Threaded Modes

2017-06-07 · Yuriy Kochura, Sergii Stirenko, Anis Rojbi, Oleg Alienin 외

The basic features of some of the most versatile and popular open source frameworks for machine learning (TensorFlow, Deep Learning4j, and H2O) are considered and compared. Their comparative analysis was performed and co…

BIG-bench Machine LearningCPUGPU

Surfboard: Audio Feature Extraction for Modern Machine Learning

2020-05-18 · Raphael Lenain, Jack Weston, Abhishek Shivkumar, Emil Fristed

We introduce Surfboard, an open-source Python library for extracting audio features with application to the medical domain. Surfboard is written with the aim of addressing pain points of existing libraries and facilitati…

BIG-bench Machine Learning

Comparative Analysis of CPU and GPU Profiling for Deep Learning Models

2023-09-05 · Dipesh Gyawali

Deep Learning(DL) and Machine Learning(ML) applications are rapidly increasing in recent days. Massive amounts of data are being generated over the internet which can derive meaningful results by the use of ML and DL alg…

CPUGPU

OpenNMT: Neural Machine Translation Toolkit

2018-05-28 · WS 2018 3 · Guillaume Klein, Yoon Kim, Yuntian Deng, Vincent Nguyen 외

OpenNMT is an open-source toolkit for neural machine translation (NMT). The system prioritizes efficiency, modularity, and extensibility with the goal of supporting NMT research into model architectures, feature represen…

Machine TranslationNMTTranslation

A detailed comparative study of open source deep learning frameworks

2019-02-25 · Ghadeer Al-Bdour, Raffi Al-Qurran, Mahmoud Al-Ayyoub, Ali Shatnawi

Deep Learning (DL) is one of the hottest trends in machine learning as DL approaches produced results superior to the state-of-the-art in problematic areas such as image processing and natural language processing (NLP). …

Deep Learning