Linear Regression in Machine Learning
Introduction In this article we will talk about Linear Regression in Machine Learning. Before going deep in linear regression first we will discuss a little about what is Machine Learning and its different types of algorithms. What is Machine Learning Machine learning is a subfield of artificial intelligence, which is broadly defined as the capability of a machine to imitate intelligent human behavior. Artificial intelligence systems are used to perform complex tasks in a way that is similar to how humans solve problems. Machine learning is becoming increasingly important in many areas of modern life, including finance, healthcare, marketing, e-commerce and more. It is used to solve a wide range of problems, such as image and speech recognition, natural language processing, fraud detection, and recommendation systems. There are main three types of machine learning : Supervised machine learning models are trained with labeled data sets, which allow the models to learn ...