paper-with-me

홈 › Papers

Scaling TensorFlow to 300 million predictions per second

2021-09-20 · Jan Hartman, Davorin Kopič

We present the process of transitioning machine learning models to the TensorFlow framework at a large scale in an online advertising ecosystem. In this talk we address the key challenges we faced and describe how we successfully tackled them; notably, implementing the models in TF and serving them efficiently with low latency using various optimization techniques.

📄 PDF Abstract BibTeX arXiv:2109.09541

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Constrained-size Tensorflow Models for YouTube-8M Video Understanding Challenge

2018-08-21 · Tianqi Liu, Bo Liu

This paper presents our 7th place solution to the second YouTube-8M video understanding competition which challenges participates to build a constrained-size model to classify millions of YouTube videos into thousands of…

Video Understanding

Horovod: fast and easy distributed deep learning in TensorFlow

2018-02-15 · Alexander Sergeev, Mike Del Balso

Training modern deep learning models requires large amounts of computation, often provided by GPUs. Scaling computation from one GPU to many can enable much faster training and research progress but entails two complicat…

Deep LearningGPU

Practical Deep Learning for Cloud, Mobile, and Edge

2019-10-01 · Anirudh Koul, Siddha Ganju, Meher Kasam

Whether you’re a software engineer aspiring to enter the world of deep learning, a veteran data scientist, or a hobbyist with a simple dream of making the next viral AI app, you might have wondered where to begin. This s…

Deep LearningTransfer Learning

An Effective Way to Improve YouTube-8M Classification Accuracy in Google Cloud Platform

2017-06-26 · Zhenzhen Zhong, Shujiao Huang, Cheng Zhan, Licheng Zhang 외

Large-scale datasets have played a significant role in progress of neural network and deep learning areas. YouTube-8M is such a benchmark dataset for general multi-label video classification. It was created from over 7 m…

ClassificationDeep LearningGeneral ClassificationVideo Classification+1

Training Distributed Deep Recurrent Neural Networks with Mixed Precision on GPU Clusters

2019-11-30 · Alexey Svyatkovskiy, Julian Kates-Harbeck, William Tang

In this paper, we evaluate training of deep recurrent neural networks with half-precision floats. We implement a distributed, data-parallel, synchronous training algorithm by integrating TensorFlow and CUDA-aware MPI to …

GPUTime SeriesTime Series Analysis