Skip to the content.
N
Notezio
/ AWS Certified AI Practitioner (AIF-C01)

AI and Machine Learning Overview

What is AI?

AI Hierarchy

AI Components

AI Components

What is Machine Learning (ML)?

What is Deep Leaning(DL)?

Neural Networks - how do they work?

What is Generative AI?

What is the Transformer Model? (LLM)

Diffusion Models

Multi-Modal Models

ML Terms You Need to Know

Training Data

Labeled Data

Unlabeled Data

Structured Data

Unstructured Data

Supervised Learning

Regression

Classification

Training vs. Validation vs. Test Sets

Feature Engineering

Feature Engineering on Structured Data

Feature Engineering on Unstructured Data

Unsupervised Learning

Clustering Technique

Association Rule Learning

Anomaly Detection

Semi-Supervised Learning

Self-Supervised Learning

Reinforcement Learning (RL)

How Does Reinforcement Learning Work?

Applications of Reinforcement Learning

What is RLHF?

How does RLHF work?

RLHF Workflow

Source: https://aws.amazon.com/what-is/reinforcement-learning-from-human-feedback/

Model Fit

Bias and Variance

Model Evaluation Metrics

Confusion Matrix

  Actual YES Actual NO
Predicted YES TRUE POSITIVES FALSE POSITIVES
Predicted NO FALSE NEGATIVES TRUE NEGATIVES

Key Classification Metrics

AUC-ROC - Area under the curve-receiver operator curve

Regression Metrics

Metrics for Evaluating LLMs

Inferencing

Inferencing at the Edge

Phases of a Machine Learning Project

Phases of a Machine Learning Project

Hyperparameter Tuning

Important Hyperparameters

What to Do If the Model Is Overfitting?