top of page

Azure - Machine Learning: Clustering (AI-FUNDA)

  • Writer: Tung San
    Tung San
  • Jul 25, 2021
  • 1 min read

Using Azure Machine Learning Studio


Objective: Build clustering model to classify species of penguin.



Predictor:

CulmenLength - Length of the penguin's bill in millimeters

CulmenDepth - Depth of the penguin's bill in millimeters

FlipperLength - Length of the penguin's flipper in millimeters

BodyMass - Weight of the penguin in grams


Response:

Species indicator (0:"Adelie", 1:"Gentoo", 2:"Chinstrap")


The followings are Adelie Penguin, Gentoo Penguin, and Chinstrap Penguin respectively



1. Import data and visualize the data profile


2. Apply necessary data transformation



3. Employ K-mean Clustering Algorithm






4. Deploy Inference Pipeline



5. Employ the trained model to classify new data.



Comentários


Post: Blog2 Post
bottom of page