Code Monkey home page Code Monkey logo

model-deployment-azureml-sdk's Introduction

Deploying IMDB Reviews Classifier Model using Azure Machine Learning Service

In this GitHub repo, we learn how to deploy a keras model using Azure Machine Learning Service. We will use Microsoft Azure Machine Learning Service to deploy our model as a REST API end point to be consumed/invoked by any client application. Azure Machine Learning SDK for Python is used to work with Azure Machine Learning Service.

Note:

If you reached this GitHub repo from "Developing and Deploying a Churn Prediction Model with Azure Machine Learning Services" blog post, you will find here all the explained deployment steps/notebooks. The only difference here is the model file; in this repo we are deploying a reviews classifier model instead of a churn predicition model.

What Model are we deploying?

Keras model that classifies IMDB movie reviews into "positive" reviews and "negative" reviews, just based on the text content of the review. This model is developed in Chapter 3, Section 5 of Deep Learning with Python book by François Chollet. Check his GitHub repo to find how the model is developed. (https://github.com/fchollet/deep-learning-with-python-notebooks/blob/master/3.5-classifying-movie-reviews.ipynb)

Check the repo files to find the model, it's named "BestModel.h5".

Which data set are we using?

The model is developed using IMDB dataset that comes packaged with Keras. Data has already been preprocessed.

Prerequisites

  1. Azure Subscription. Don't have? Create your Azure Subcription from here
  2. Python 3.3 or greater. Don't have? Download & Install Python
  3. Jupyter Notebook. Don't have? Download & Install Jupyter Notebook
  4. Azure Machine Learning SDK for Python. Don't have? Install Azure ML Python SDK
  5. Git. Don't have? Download & Install Local Git

If you are lazy to download and install prerequisites, you can use Azure Data Science Virtual Machine (DSVM). DSVM is a pre-configured development/experimentation environment in the Azure cloud that is designed for data science work. Check it out

New to Azure Machine Learning Service? Check out the documentation

Enjoy it!

model-deployment-azureml-sdk's People

Contributors

sherifelmahdi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.