05 - Algorithms

Exam / AWS / MLS-C01 / Whizlabs

[MLS-C01] [Algorithms] Introduction

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Types of Algorithms Supervised Learning Unsupervised Learning Reinforcement Learning Algorithms for Any Kind of Data Structured data Linear Learner Factorization Machines XGBoost...

[MLS-C01] [Algorithms] Algorithm Concepts

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Generalization Algorithms use example data to create a generalization (a model) that answers your business question After creating a model using example data, use it to answer your business...

[MLS-C01] [Algorithms] Regression Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Supervised learning algorithm Performs a regression task where it models a target (dependent variable) prediction based on a vector of independent variables For linear regression...

[MLS-C01] [Algorithms] Clustering Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Unsupervised learning algorithm Attempts to find discrete groupings within data, where members of a group are as similar as possible to one another and as different as possible from...

[MLS-C01] [Algorithms] Classification Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Supervised learning algorithm Learns from training data then uses the result to classify new observations Two types: binary-class or multi-class Use Cases Voter prediction ...

[MLS-C01] [Algorithms] Image Analysis Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Supervised learning algorithms Take images as input and either labels the images or identifies objects in the image Two image analysis algorithms in the SageMaker built-in algorit...

[MLS-C01] [Algorithms] Text Analysis Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Both supervised and unsupervised learning algorithms Take text or documents as input and either categorize, sequence, or classify the text or documents Used as preprocessing for man...

[MLS-C01] [Algorithms] Reinforcement Learning Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Machine learning technique which learns a strategy, called a policy, that optimizes an objective for an agent acting in an environment Agent performs an action, checks the state of ...

[MLS-C01] [Algorithms] Forecasting Algorithms

-「Exam / AWS / MLS-C01 / Whizlabs / 05 - Algorithms」
Defined Supervised learning algorithm that forecasts one-dimensional (scalar) time series using recurrent neural networks (RNN) Trains a single model jointly over all of the similar time se...