paper-with-me

Papers

Distributed Double Machine Learning with a Serverless Architecture

2021-01-11 · Malte S. Kurz

This paper explores serverless cloud computing for double machine learning. Being based on repeated cross-fitting, double machine learning is particularly well suited to exploit the high level of parallelism achievable with serverless computing. It allows to get fast on-demand estimations without additional cloud maintenance effort. We provide a prototype Python implementation \texttt{DoubleML-Serverless} for the estimation of double machine learning models with the serverless computing platform AWS Lambda and demonstrate its utility with a case study analyzing estimation times and costs.

📄 PDF Abstract BibTeX arXiv:2101.04025

Code (1)

DoubleML/doubleml-serverless 공식 구현

Tasks

BIG-bench Machine LearningCloud Computing

Similar Papers 제목 키워드 기반

Architecting Peer-to-Peer Serverless Distributed Machine Learning Training for Improved Fault Tolerance

2023-02-27 · Amine Barrak, Fabio Petrillo, Fehmi Jaafar

Distributed Machine Learning refers to the practice of training a model on multiple computers or devices that can be called nodes. Additionally, serverless computing is a new paradigm for cloud computing that uses functi…

Cloud ComputingDecision Making

SPIRT: A Fault-Tolerant and Reliable Peer-to-Peer Serverless ML Training Architecture

2023-09-25 · Amine Barrak, Mayssa Jaziri, Ranim Trabelsi, Fehmi Jaafar 외

The advent of serverless computing has ushered in notable advancements in distributed machine learning, particularly within parameter server-based architectures. Yet, the integration of serverless features within peer-to…

Exploring the Impact of Serverless Computing on Peer To Peer Training Machine Learning

2023-09-25 · Amine Barral, Ranim Trabelsi, Fehmi Jaafar, Fabio Petrillo

The increasing demand for computational power in big data and machine learning has driven the development of distributed training methodologies. Among these, peer-to-peer (P2P) networks provide advantages such as enhance…

Optimizing Distributed Deployment of Mixture-of-Experts Model Inference in Serverless Computing

2025-01-09 · Mengfan Liu, Wei Wang, Chuan Wu

With the advancement of serverless computing, running machine learning (ML) inference services over a serverless platform has been advocated, given its labor-free scalability and cost effectiveness. Mixture-of-Experts (M…

Bayesian OptimizationCPUMixture-of-Experts

FSD-Inference: Fully Serverless Distributed Inference with Scalable Cloud Communication

2024-03-22 · Joe Oakley, Hakan Ferhatosmanoglu

Serverless computing offers attractive scalability, elasticity and cost-effectiveness. However, constraints on memory, CPU and function runtime have hindered its adoption for data-intensive applications and machine learn…

CPU