Linear Regression by Keras
Linear Regression is a primitive technique of forecasting in ML, lets try this in Keras…
Think Logically
Linear Regression is a primitive technique of forecasting in ML, lets try this in Keras…
TensorFlow, which was released to the public in November 2015. It quickly turned into a popular library for machine learning, and it is currently being used for natural language processing, artificial intelligence, computer vision, and predictive analytics.
It is one of the most widely known modeling technique. In this technique, the dependent variable is continuous, independent variable(s) can be continuous or discrete, and nature of regression line is linear.Linear Regression establishes a relationship between dependent variable (Y) and one or more independent variables (X) using a best fit straight line (also known …