Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Machine Learning : Linear Regression using TensorFlow Python

Posted By: ELK1nG
Machine Learning : Linear Regression using TensorFlow Python

Machine Learning : Linear Regression using TensorFlow Python
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
Language: English | Size: 2.73 GB | Duration: 3h 17m

Design, Develop and Train the model

What you'll learn
Machine Learning - Linear Regression in TensorFlow with Python
TensorFlow model for Linear Regression

Description
In this course, we provide the step-by-step approach for building a Linear Regression model using TensorFlow with Python. In the beginning, we give a high-level introduction to Artificial Intelligence and Machine Learning. We develop the entire system in Google Colaboratory using TensorFlow. So, we have a lecture each on Introduction to Google Colaboratory and Introduction to TensorFlow. We develop the model to predict the price of the house from the size. We have the data for 100 houses with two attributes, house size, and house price. We first teach Python code to create the data, load it and check if the data are correctly loaded. We divide the data into Training and Testing data at a ratio of 80:20. We also introduce the importance of Data Normalization. After normalizing the data, we begin the process of building the model. We use the TensorFlow Gradient Descent method and train the model. We select the number of iterations to make the training error and testing error significantly low. After training the model we use the model for a new set of data. That is, we find the price of a new house whose size is given. We then extend the program for a problem with multiple variables. In this problem, we predict the price of the house from three attributes, plinth area, land area, and furnish-area. In the last lecture, elaborate more on training and test data and compute the same.

Who this course is for:
Anybody who wants to develop Machine Learning skill
Those who want to get a job as a Machine Learning Developer