Types of Self Learning
We will learn about dependent and independent variables, and different types of machine learning.
We'll cover the following...
Dependent and independent variables
As with other fields of statistical inquiry, machine learning is based on the cross-analysis of dependent and independent variables. The dependent variable (y) is the output you wish to predict and the independent variable (x) is an input that supposedly impacts the dependent variable (output).
Machine learning aims to find how the independent variable/s (x) affects the dependent variable (y).
For example: to predict the value of a house, a machine learning framework called “supervised learning” analyzes the relationship between house features (distance to the city, number of rooms, land size, etc.) as independent ...