paper-with-me

홈 › Papers

Pay-Per-Request Deployment of Neural Network Models Using Serverless Architectures

2018-06-01 · NAACL 2018 6 · Zhucheng Tu, Mengping Li, Jimmy Lin

We demonstrate the serverless deployment of neural networks for model inferencing in NLP applications using Amazon{'}s Lambda service for feedforward evaluation and DynamoDB for storing word embeddings. Our architecture realizes a pay-per-request pricing model, requiring zero ongoing costs for maintaining server instances. All virtual machine management is handled behind the scenes by the cloud provider without any direct developer intervention. We describe a number of techniques that allow efficient use of serverless resources, and evaluations confirm that our design is both scalable and inexpensive.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Answer SelectionManagementQuestion AnsweringSentence ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

Performance Modeling of Metric-Based Serverless Computing Platforms

2022-02-23 · Nima Mahmoudi, Hamzeh Khazaei

Analytical performance models are very effective in ensuring the quality of service and cost of service deployment remain desirable under different conditions and workloads. While various analytical performance models ha…

Cloud Computing

StraightLine: An End-to-End Resource-Aware Scheduler for Machine Learning Application Requests

2024-07-25 · Cheng-Wei Ching, Boyuan Guan, Hailu Xu, Liting Hu

The life cycle of machine learning (ML) applications consists of two stages: model development and model deployment. However, traditional ML systems (e.g., training-specific or inference-specific systems) focus on one pa…

DeF-DReL: Systematic Deployment of Serverless Functions in Fog and Cloud environments using Deep Reinforcement Learning

2021-10-29 · Chinmaya Kumar Dehury, Shivananda Poojara, Satish Narayana Srirama

Fog computing is introduced by shifting cloud resources towards the users' proximity to mitigate the limitations possessed by cloud computing. Fog environment made its limited resource available to a large number of user…

Cloud ComputingDeep Reinforcement Learning

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

MLProxy: SLA-Aware Reverse Proxy for Machine Learning Inference Serving on Serverless Computing Platforms

2022-02-23 · Nima Mahmoudi, Hamzeh Khazaei

Serving machine learning inference workloads on the cloud is still a challenging task on the production level. Optimal configuration of the inference workload to meet SLA requirements while optimizing the infrastructure …

BIG-bench Machine LearningManagement