Machine Learning
Machine Learning
Machine Learning
Machine
learning
And why is everyone talking
about it?
Machine learning
Linear Regression???
Prediction Errors
error = y - y_predicted
Loss/Cost functions
Multi-Linear Regression
Multi-linear regression
Model
Overfitting Underfitting
EXAMPLE
We can use it To predict if a candidate is getting admitted or not (yes or no)
Sigmoid function???
Confusion matrix???
Logistic regression is used for binary classification problems with two possible outcomes.
Logistic regression uses a sigmoid function as a linear equation to predict a value.
To measure model performance, we use a confusion matrix where output can be two or more
classes.
KNN