Skip to content

Instantly share code, notes, and snippets.

@MohdAzamSayeed
Last active October 6, 2019 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohdAzamSayeed/69afc4de1e8031cab49d747264f726dc to your computer and use it in GitHub Desktop.
Save MohdAzamSayeed/69afc4de1e8031cab49d747264f726dc to your computer and use it in GitHub Desktop.
Hello World of ML
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MohdAzamSayeed
Copy link
Author

image

@MohdAzamSayeed
Copy link
Author

MohdAzamSayeed commented Oct 6, 2019

This is Classification Problem to Classify Flower based on 3 Flower Species
Steps:

  1. Importing all the Required Libraries
  2. Loading the dataset
  3. Summarizing the Dataset - checking Size of data, Statistical Description of data
  4. Data visualization
  5. Creating a Validation DataSet
  6. Building Models
  7. Comparing Alg
  8. Predictions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment