Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.57 KB

File metadata and controls

19 lines (11 loc) · 1.57 KB

Operationalize

In this directory, a notebook is provided to demonstrate how recommendation systems developed in a heterogeneous environment (e.g., Spark, GPU, etc.) can be operationalized.

Notebook Description
als_movie_o16n End-to-end examples demonstrate how to build, evaluate, and deploy a Spark ALS based movie recommender with Azure services such as Databricks, Cosmos DB, and Kubernetes Services.

Workflow

The diagram below depicts how the best-practice examples help researchers / developers in the recommendation system development workflow.

workflow

Reference Architecture

A few Azure services are recommended for scalable data storage (Azure Cosmos DB), model development (Azure Databricks, Azure Data Science Virtual Machine (DSVM), Azure Machine Learning service), and model operationalization (Azure Kubernetes Services (AKS)).

architecture