Azure Machine Learning | Building & Deploying your First Machine Learning Model | Step By Step Guide

Поделиться
HTML-код
  • Опубликовано: 13 май 2021
  • Create your first Machine Learning Model with Azure ML.
    Step by Step Guide from scratch.
    Dataset used:
    raw.githubusercontent.com/Mic...
    Curl Command:
    $ export AUTH="Primary Key"
    $ curl --header "Content-Type: application/json" -H "Authorization: Bearer $AUTH" -d @data.json your_endpoint_URL
    Data.json
    {
    "Inputs": {
    "WebServiceInput0": [
    {
    "PatientID": 183350,
    "Pregnancies": 9,
    "PlasmaGlucose": 103,
    "DiastolicBloodPressure": 78,
    "TricepsThickness": 25,
    "SerumInsulin": 304,
    "BMI": 29.582,
    "DiabetesPedigree": 1.283,
    "Age": 43,
    "Diabetic": 1
    }
    ]
    },
    "GlobalParameters": {}
    }
    Other Azure Tutorials Videos:
    Azure Virtual Machine - Launch Ubuntu Linux, install Apache Web Server, launch HTML | Step by Step. • Azure Virtual Machine ...
    Azure Storage Services | Overview | Storage Account, Blob, File, Table, Explorer | Step by Step • Azure Storage Services...
    Azure Load Balancer | Introduction | Create Step By Step | Full Hands On | All Concept • Azure Load Balancer | ...
    Spring Boot - Easily Development with Visual Studio Code in 10 Minutes | Step by Step Guide • Spring Boot - Easily D...
    Azure Active Directory | Pictorial Basic Explanation | Complete Hands on | Tenant | User | Group • Azure Active Directory...
    Azure Active Directory - Implementing Multi-factor Authentication (MFA) | Step by Step Guide | Hands on • Azure Active Directory...
    Azure App Service | Web App | Overview | Create App Service - Step by Step | Hands on | Spring Boot • Azure App Service | We...
    Azure App Service - Create App Service in just 10 Minutes | Step by Step Guide | Complete Hands On • Azure App Service - Cr...
    Azure Function App | Overview | Create Your First Function App | Serverless Function | Hands On • Azure Function App | O...
    Azure Logic Apps -1 | Introduction | Create first Logic App | Step by Step Guide | Business WorkFlow • Azure Logic Apps -1 | ...
    Azure Logic Apps - 2 | Step by Step Create Logic App | Http - Message Queue - Email - Response. • Azure Logic Apps - 2 |...
    Azure Logic Apps - 3 | Step by Step Create Logic App | Http - Azure Table Storage - Response.
    • Azure Logic Hands On |...
    Azure Logic Apps - 4 | Control Action Tutorial | Parallel Branch | Condition | Switch | Hands on
    • Azure Logic Apps - 4 |...
    Azure Machine Learning | Auto ML | Create ML Model with ML Studio and AutoML | Step by Step Guide • Azure Machine Learning...

Комментарии • 21

  • @emergentform1188
    @emergentform1188 7 месяцев назад +2

    Dude, thanks so much for this amazing tutorial. I searched for this information for many hours and kept coming across complete nonsense going off on various tangents that had nothing to do with actually deploying the model as a web service, and Microsoft documentation is so useless. You saved the day my friend!

    • @binodsuman
      @binodsuman  7 месяцев назад

      I'm genuinely delighted to receive your appreciative message, and I'm thrilled to hear that the video was beneficial to you. You've truly brightened my day. Keep up the great work in your learning journey!

    • @emergentform1188
      @emergentform1188 7 месяцев назад

      @@binodsuman You are a scholar and a gentleman my friend ❤

  • @balagurugupta5193
    @balagurugupta5193 3 месяца назад +1

    This is amazing! Thanks for sharing such a wonderful and clear explanation

  • @hirechetan1
    @hirechetan1 Год назад +1

    You made it so simple Sir. Thank you.

    • @binodsuman
      @binodsuman  Год назад

      Love your sweet and sort comment. Keep Learning !!

  • @prasadjayanti
    @prasadjayanti Год назад

    good demo.. simply awesome.. the best part you did it on a mac book !

  • @MaheshMichael-wq7jm
    @MaheshMichael-wq7jm 2 месяца назад

    Just Impressive Tutorial 😍😍

  • @Archananavin
    @Archananavin Год назад

    Very good one

  • @abhishekkalra7076
    @abhishekkalra7076 Год назад +1

    it won't let me create multiple end points for different experiments. It also doesn't show any error after deploying. When I check end points, I can only see one previously created end point. 2nd end point doesn't show up on the end point lists.
    Does the same happens with you too ? please help

  • @Jake-gs5oe
    @Jake-gs5oe Год назад

    When you created the web service pipeline the box to split the data between training and scoring was completely removed. Can you elaborate why you don't need to do this for the that step. Thanks!

  • @MrChudhi
    @MrChudhi 2 года назад

    But please can you do a video on how to deploy Keras Models in your Jupyter notebook to Azure ML.

  • @santosh44kumar
    @santosh44kumar 3 года назад

    Good

  • @user-wy6xu3wz6r
    @user-wy6xu3wz6r 4 месяца назад

    I have a doubt, do we need to Label encode or convert all the object type columns to numeric before giving the data for training?

  • @shankaru1538
    @shankaru1538 2 года назад

    @5:23 to create "Compute Target", is it NOT a paid service?

    • @datasciencelearning
      @datasciencelearning Год назад

      yes having the same issue, for compute it is showing paid ones and not free ones

  • @lifeexperiment4119
    @lifeexperiment4119 6 месяцев назад

    thank you for the video, I just need to ask that how can I create this and it work automatically. like If I use a live data then it generate the result by it self without manually in terminal. please can you guide me through that

  • @jyotipatil1785
    @jyotipatil1785 4 месяца назад

    How to put hostname in place of ipaddress in api url.

  • @rahulmukhnerjee5y136
    @rahulmukhnerjee5y136 25 дней назад

    can you please share the raw data?

  • @anujajoseph7215
    @anujajoseph7215 4 месяца назад

    Hello sir have some doubts in some concepts can you help me to give solution
    The problem statement is Develop a framework for leveraging machine learning to uncover customer trends and behaviors while adhering to the highest standards of ethical data usage. In today's rapidly evolving business landscape, understanding customer preferences is crucial; however, privacy concerns have taken precedence. We are actively seeking innovative solutions to anonymize user identities within extensive databases, enabling the responsible application of machine learning techniques. Your objective is to construct a robust and privacy-centric framework that enables organizations to extract valuable insights without compromising individual rights.

    • @ankurkaiser
      @ankurkaiser 4 месяца назад

      All you need is a pipeline to gather/scrap data from various data sources and mask the unique identity features of the customers, keeping in mind that it will be used by ML algo to train .