Linear Regression Multilinear Polynomial
Linear Regression Multilinear Polynomial
Terminologies:
1 Machine learning model: is a mathematical representation created
using a machine learning algorithm to learn patterns or relationships
from data. It is used to make predictions, classifications, or decisions
based on new, unseen data.
Terminologies:
1 Machine learning model: is a mathematical representation created
using a machine learning algorithm to learn patterns or relationships
from data. It is used to make predictions, classifications, or decisions
based on new, unseen data.
2 Data: Data: The information used to train the model(train data) and
test the model(test data).
Terminologies:
1 Machine learning model: is a mathematical representation created
using a machine learning algorithm to learn patterns or relationships
from data. It is used to make predictions, classifications, or decisions
based on new, unseen data.
2 Data: Data: The information used to train the model(train data) and
test the model(test data).
3 Algorithm: The method or process used to train the model.
Terminologies:
1 Machine learning model: is a mathematical representation created
using a machine learning algorithm to learn patterns or relationships
from data. It is used to make predictions, classifications, or decisions
based on new, unseen data.
2 Data: Data: The information used to train the model(train data) and
test the model(test data).
3 Algorithm: The method or process used to train the model.
4 Training: The process of feeding data into the algorithm to create
the model.
Terminologies:
1 Machine learning model: is a mathematical representation created
using a machine learning algorithm to learn patterns or relationships
from data. It is used to make predictions, classifications, or decisions
based on new, unseen data.
2 Data: Data: The information used to train the model(train data) and
test the model(test data).
3 Algorithm: The method or process used to train the model.
4 Training: The process of feeding data into the algorithm to create
the model.
5 Prediction: Once trained, the model can be used to make predictions
or infer outcomes based on new input data.
Machine Learning
Polynomial
Questions to addressed:
Is the target variable categorical or numerical
How does the model work?
What is the assumption?
What is the error?
How to predict for the new data point?