DCCVFeb 1, 2023

Cloud-Based Deep Learning: End-To-End Full-Stack Handwritten Digit Recognition

arXiv:2304.13506v1h-index: 9
Originality Synthesis-oriented
AI Analysis

This addresses the need for cloud infrastructure to productionize deep learning, but it is incremental as it applies existing methods to a standard dataset.

The authors tackled deploying a deep learning application on the cloud by building Stratus, an end-to-end full-stack system for handwritten digit recognition, achieving benchmark performance on the MNIST dataset.

Herein, we present Stratus, an end-to-end full-stack deep learning application deployed on the cloud. The rise of productionized deep learning necessitates infrastructure in the cloud that can provide such service (IaaS). In this paper, we explore the use of modern cloud infrastructure and micro-services to deliver accurate and high-speed predictions to an end-user, using a Deep Neural Network (DNN) to predict handwritten digit input, interfaced via a full-stack application. We survey tooling from Spark ML, Apache Kafka, Chameleon Cloud, Ansible, Vagrant, Python Flask, Docker, and Kubernetes in order to realize this machine learning pipeline. Through our cloud-based approach, we are able to demonstrate benchmark performance on the MNIST dataset with a deep learning model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes