Regression Flashcards
What are the 3 different kinds of machine learning?
Supervised
Unsupervised
Reinforcement
Supervised learning
Giving the input and the correct output to match
For example image of cat and “cat”
Unsupervised learning
Giving inputs and no feedback and expect it to learn
Reinforcement learning
Non-immediate feedback learning like chess it doesn’t know what happens after. Like trial and error
What is a linear regression model?
relationship between independent and dependent variables for line of best fit
Negatives of linear regression
Data is not often linear
Heavily affected by outliers
The independent variable is known as the
predictor
The equation for two predictor variables in a linear regression is
y = m1x1 + m2x2 + b