Simplifying Regression and Classification with Estimators

Machine Learning    |    Intermediate
  • 7 videos | 35m 49s
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 5 users Rating 4.4 of 5 users (5)
This 6-video course focuses on understanding Google's TensorFlow estimators, and showing learners how they simplify the task of building simple linear and logistic regression models for machine learning solutions. As a prerequisite, learners should have a basic understanding of ML (machine learning), and basic experience programming in Python. Though not required, familiarity with the Scikit-learn library and the Keras API will simplify the labs part of this course. First, you will learn how TensorFlow estimators abstract many of the details in creating a neural network, and you will then learn that you no longer need to define the type of neural network model, nor will you need to add definitions to layer. When using an estimator, learners only need to feed in training and validation data. In the course labs, you will build both a linear regression model and a classifier by using TensorFlow estimators. Finally, you will learn how to evaluate your model using the prebuilt methods available in the estimator.

WHAT YOU WILL LEARN

  • Describe the role of estimators in speeding up the development of standard regression and classification models
    Prepare a dataset to be used to train and validate a linear regression estimator
    Use the estimator's methods to train and evaluate the model and visualize its performance using matplotlib
  • Transform a dataset so that it can be used to train and validate a linear classifier estimator
    Use input functions to pass training and validation data to an estimator and evaluate its performance on
    Utilize tensorflow estimators with linera regression models

IN THIS COURSE

  • 2m 29s
  • 4m 37s
    Upon completion of this video, you will be able to describe the role of estimators in speeding up the development of standard regression and classification models. FREE ACCESS
  • Locked
    3.  Preparing Data for a Linear Regressor Estimator
    6m 58s
    In this video, you will learn how to prepare a dataset to be used to train and validate a linear regression model. FREE ACCESS
  • Locked
    4.  Training and Evaluating a Regressor Estimator
    8m
    In this video, you will use the estimator's methods to train and evaluate the model, and visualize its performance using Matplotlib. FREE ACCESS
  • Locked
    5.  Preparing Data for a Linear Classifier Estimator
    5m 2s
    To train and validate a linear classifier estimator, you will need to transform your dataset. FREE ACCESS
  • Locked
    6.  Training and Evaluating a Classifier Estimator
    3m 40s
    In this video, learn how to use input functions to pass training and validation data to an estimator and evaluate its performance. FREE ACCESS
  • Locked
    7.  Exercise: Using TensorFlow Estimators
    5m 4s
    Learn how to use TensorFlow estimators with linear regression models. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 3.6 of 12 users Rating 3.6 of 12 users (12)
Rating 3.8 of 8 users Rating 3.8 of 8 users (8)
Rating 4.3 of 13 users Rating 4.3 of 13 users (13)