TensorFlow: Simple Regression & Classification Models
TensorFlow
| Intermediate
- 19 videos | 1h 36m 57s
- Includes Assessment
- Earns a Badge
Explore how to how to build and train the two most versatile and ubiquitous types of deep learning models in TensorFlow.
WHAT YOU WILL LEARN
-
Recognize linear regression problems and extend that to general machine learning problemsRecognize how model parameter training happens via gradient descent to find minimum lossLoad a dataset and explore its features and labelsChoose the right form of data to feed into the linear regression modelBuild a base model for comparison with scikit-learnCreate placeholders, training variables, and instantiate optimizers to use with regressionTrain model parameters using a session and the training dataset, and visualize the result with matplotlibDemonstrate how to interpret the loss and summaries on tensorboardChoose the high-level estimator api for common use cases
-
Train a regression model using the high-level estimator apiEvaluate and predict housing prices using estimatorsIdentify classification problems and recall logistic regression for classificationRecognize cross entropy as the loss function for classification problems and use softmax for n-category classificationIdentify data as being a continuous range or comprised of categorical valuesWork with training and test data to predict heart diseaseTrain the high-level estimator for classification and use it for predictionDescribe basic concepts of the linear regression machine learning modelDescribe basic concepts of the binary classification machine learning model
IN THIS COURSE
-
1m 52s
-
8m 27sUpon completion of this video, you will be able to recognize linear regression problems and extend your knowledge to general machine learning problems. FREE ACCESS
-
4m 42sAfter completing this video, you will be able to recognize how model parameter training happens via gradient descent to find the minimum loss. FREE ACCESS
-
5m 15sFind out how to load a dataset and explore its features and labels. FREE ACCESS
-
8m 13sIn this video, learn how to choose the right form of data to use for the linear regression model. FREE ACCESS
-
3m 19sFind out how to build a base model using scikit-learn. FREE ACCESS
-
7m 21sIn this video, you will learn how to create placeholders, training variables, and instantiate optimizers to use with regression. FREE ACCESS
-
7m 26sLearn how to train model parameters using a session and the training dataset, and visualize the results with Matplotlib. FREE ACCESS
-
2m 56sIn this video, you will learn how to interpret the loss and summaries on TensorBoard. FREE ACCESS
-
2m 16sIn this video, find out how to choose the high-level Estimator API for common use cases. FREE ACCESS
-
8m 45sLearn how to train a regression model using the Estimator API. FREE ACCESS
-
4m 12sIn this video, you will evaluate and predict housing prices using estimators. FREE ACCESS
-
3m 58sIn this video, you will learn how to identify classification problems and recall logistic regression for classification. FREE ACCESS
-
4m 13sUpon completion of this video, you will be able to recognize cross entropy as the loss function for classification problems and use softmax for n-category classification. FREE ACCESS
-
2m 9sLearn how to identify data as being a continuous range or as categorical values. FREE ACCESS
-
8m 25sLearn how to work with training and test data to predict heart disease. FREE ACCESS
-
4m 42sIn this video, you will train the high-level estimator for classification and use it for prediction. FREE ACCESS
-
4m 3sUpon completion of this video, you will be able to describe basic concepts of the linear regression machine learning model. FREE ACCESS
-
4m 45sUpon completion of this video, you will be able to describe basic concepts of the binary classification machine learning model. 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.YOU MIGHT ALSO LIKE
Book
TensorFlow in Action