ML Indivisual Assignment
ML Indivisual Assignment
Regularization
NAME SOLOMON ABRHA is a technique
MACHINE LEARNING used to
ASSIGNMENT -3 prevent
ID 122/12overfitting by
[Year]
adding a penalty term to the cost function. This encourages
the model to keep the weights small, which reduces the
model's complexity and helps it generalize better to unseen
data.
4,Explain linear and non-leaner model.
Linear models
The output
o ABRHA
NAME SOLOMON changes
MACHINE by the
LEARNING same amount
ASSIGNMENT -3 IDfor any given change
122/12 [Year]
in the input. For example, the equation and also if the
equation gives straight line it is linear model , 𝑦=2𝑥 +5 is
linear, where y is out put and x is an input.
o A linear model assumes a linear relationship between the
input features (X) and the output (y).
Nonlinear models
Linear regression
Key Characteristics:
Algorithms Used:
Linear Regression
Polynomial Regression
Decision Trees (for regression)
Support Vector Regression (SVR)
Neural
NAME SOLOMON Networks
ABRHA MACHINE (for regression)
LEARNING ASSIGNMENT -3 ID 122/12 [Year]
2. Classification Tasks
Definition:
Classification tasks involve predicting a categorical label (class) for a
given input. These tasks are commonly addressed using classification
algorithms.
Key Characteristics:
Algorithms Used:
Logistic Regression
Decision Trees (for classification)
Support Vector Machines (SVM)
k-Nearest Neighbors (k-NN)
Neural Networks (for classification)