-
Book Overview & Buying
-
Table Of Contents
AWS Certified Machine Learning - Specialty (MLS-C01) Certification Guide - Second Edition
By :
AWS provides supervised learning algorithms for general purposes (regression and classification tasks) and more specific purposes (forecasting and vectorization). The list of built-in algorithms that can be found in these sub-categories is as follows:
You will start by learning about regression models and the linear learner algorithm.
Looking at linear regression models is a nice way to understand what is going on inside regression models in general (linear and non-linear regression models). This is mandatory knowledge for every data scientist and can help you solve real challenges as well. You will now take a closer look at this in the following subsections.
Linear regression models aim to predict a numeric value...