Unit 1

Types of Machine Learning Algorithms:

Supervised Learning:

Unsupervised Learning:

Maximum Likelihood Estimation (MLE)-

Maximum Likelihood Estimation (MLE) method, the goal is to find the parameters of a statistical distribution in such a way that the observed data is the most probable under that distribution. In simpler terms, MLE seeks the values for the parameters that make the observed data most likely according to a specified probability distribution. The fundamental idea behind MLE is to find the values of the parameters that maximize the likelihood function, which measures how well the model explains the observed data.

  1. Likelihood Function:

$$ \hat{\theta}{\text{MLE}} = \arg\max\theta L(\theta \mid x) $$

  1. Log-Likelihood:
  2. Properties of MLE:
  3. Applications:

Steps in Building a Machine Learning Model:

a. Data Preprocessing: