Source: cloudskillsboost.google.com

Source: cloudskillsboost.google.com

<aside> <img src="/icons/snowflake_purple.svg" alt="/icons/snowflake_purple.svg" width="40px" /> AI is the theory and development of computer systems able to perform tasks normally requiring human intelligence.

Machine Learning gives computers the ability to learn without explicit programming.

</aside>

Source: cloudskillsboost.google.com

Source: cloudskillsboost.google.com

The main difference between unsupervised and supervised machine learning models lies in the type of learning they perform:

  1. Supervised Learning:
  2. Unsupervised Learning:

In summary, supervised learning deals with labeled data for training, aiming to predict specific outcomes, while unsupervised learning works with unlabeled data to uncover patterns and structures inherent in the data itself.

Source: cloudskillsboost.google.com

Source: cloudskillsboost.google.com

For instance, let’s say we are the owner of restaurant. We had historical data of the bill amount and how much different people tipped based on order type. Whether it was picked up or delivered. In supervised learning the model learns from past value which in this case is tip.

Source: cloudskillsboost.google.com

Source: cloudskillsboost.google.com

Look at tenure and income data then group or cluster employees. To see whether someone is on the fast track. Unsupervised problems are all about discovery, about looking at the raw data and seeing if it naturally falls into groups.

Understanding concept of generative AI

Source: cloudskillsboost.google.com

Source: cloudskillsboost.google.com

In supervised learning, testing data values or x are input into the model. The model outputs a prediction and compares that prediction to the training data used to train the model.