Coder Social home page Coder Social logo

cchienwu / azureml-sdk-nlp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from erikamenezes/azureml-sdk-nlp

0.0 2.0 0.0 27 KB

Tutorial to get started with NLP projects using Azure Machine Learning SDK

License: MIT License

Jupyter Notebook 100.00%

azureml-sdk-nlp's Introduction

Azure Machine Learning SDK - NLP

In this tutorial we will go over the data science process for a typical Natural Language Processing (NLP) project using the Azure Machine Learning SDK. This will cover the end-to-end process of data prep, model building and deployment, and consumption of the deployed model as web service. You can use these examples to as a starting point for your own projects.

What is Azure Machine Learning?

Azure Machine Learning service is a cloud service that you use to train, deploy, automate, and manage machine learning models. It supports several deep learning frameworks, and other libraries that are commonly used for machine leanring projects. To learn more, see the official documentation.

Setup

You have mutltiple options for development environments to use with Azure Machine Learning. Choose the one you're most comfortable with from here.

For these samples specifically I have tested:

What do the notebooks cover?

  • text-classification-part1-training.ipynb
    • Workspace and experimentation setup
    • Saving your datasets in cloud storage that can be accessed by remote compute
    • Building a text classification model for the Reuters newswire dataset using Keras and Tensorflow
    • Model training locally and on a remote cluster and run monitoring
    • Hyperparameter tuning
    • Model management, registering and versioning the model that can be reused by others.
  • text-classification-part2-deployment.ipynb
    • create model training and scoring scripts
    • configure model dependencies
    • setting up a container service to host your model
    • deploying your model to the cloud container service
    • consuming and monitoring the deployed web service.

Always remember to delete your resources

To avoid incurring running costs make sure to delete your resources. Got to the Azure portal, search for and select your Azure machine learning service, and delete compute resources and/or the entire resource group. Also, make sure to shutdown/delete your VM when you are not using it.

Related recources

For more tutorials on using the Azure ML SDK, checkout the notebooks here

Feedback on the content below is welcome ๐Ÿ˜Š๐Ÿ‘ please reach out to me on Twitter: @erikadmenezes or submit an issue/pull request on github

azureml-sdk-nlp's People

Contributors

erikamenezes avatar

Watchers

 avatar  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.