Machine Learning as a Service

Anand Chitipothu (@anandology)

Anand Chitipothu has been crafting beautiful software since a decade and half. He’s now building a data science platform, rorodata, which he recently co-founded. He regularly conducts advanced programming courses through Pipal Academy.

He is co-author of web.py, a micro web framework in Python. He earlier worked with Strand Life Sciences and Internet Archive. </div>

Abstract

Tags: machine-learning data-science

This workshop addresses one of the most common pain points we have come across with data scientists at many organizations: moving data science solutions to production.

The attendees would learn how to build a seamless end-to-end data driven application to solve a business problem.

Description

One of the common pain points that we have come across in organizations is the last-mile delivery of data science applications. There are two common delivery vehicles of data products – dashboards and APIs.

More often than not, machine learning practitioners find it hard to deploy their work in production and full stack developers find it hard to incorporate machine learning models in their pipeline. To be able to successfully do a data science-driven product/application, it requires one to have a basic understanding of machine learning, server-side programming and front-end application.

In this workshop, one would learn how to build a seamless end-to-end data driven application – Starting from data ingestion, data exploration, creating a simple machine learning model, exposing the output as a RESTful API and deploying the dashboard as a web application – to solve a business problem.

Outline:

1: Introduction and Concepts

  • Approach for building ML products
  • Problem definition and dataset
  • Build the ML Model

2: Build an ML Service

  • Concept of ML Service
  • Deploy the ML Service - localhost API

3: Build a Dashboard

  • Create a simple dashboard
  • Integrate ML model API with dashboard

4: Wrap-up

  • Best practices and challenges in building ML service
  • Best practices in deploying to Cloud
  • Where to go from here