Fitting predictive models in AI with the likelihood function

Table of contents

Summarise with:

The función de verosimilitud es un concepto muy utilizado y fundamental en la estadística y el aprendizaje automático, ya que permite estimar los parámetros de un modelo a partir de los datos observados.

In the context of the artificial intelligence (AI), su aplicación es necesaria para lograr el ajuste de modelos predictivos, la inferencia bayesiana y la selección de hipótesis en problemas de clasificación y regresión.

Qué es la función de verosimilitud y cómo se aplica en la IA

La función de verosimilitud cuantifica la probabilidad de observar un conjunto de datos dado un conjunto de parámetros del modelo.

Matemáticamente, si un conjunto de datos X = { x1, x2, …, xn } sigue una distribución de probabilidad con parámetros θ, la función de verosimilitud se define como:

función de verosimilitud

En la IA y el aprendizaje automático, esta función se utiliza para encontrar los estimadores de máxima verosimilitud (MLE, Maximum Likelihood Estimation), que optimizan los parámetros para maximizar la probabilidad de los datos observados.

Ejemplos prácticos en aprendizaje automático

En aprendizaje automático, la función de verosimilitud se utiliza para la estimación de parámetros en diversos modelos. Algunos ejemplos podrían ser:

  • Logistic regression: se emplea la verosimilitud para ajustar los coeficientes del modelo optimizando la función log-verosimilitud.

Share in:

Related articles

The future of AI: potential advances and challenges

At Euroinnova we know first-hand that the advance of technologies is unstoppable. It is said that the development of artificial intelligence is one of the most important inventions in history, as it will revolutionise all sectors and areas of life.

Get to know the potential of PowerShell in IT management

PowerShell is a basic and fundamental tool for system administrators (Sysadmin) and any technology enthusiast. Designed by Microsoft, this advanced scripting language combines the flexibility of the command line with the power of object-oriented programming.  

Workflow

The term workflow refers to a structured sequence of tasks, activities or processes that must be performed in an organised manner to achieve a specific objective within an organisation, project or system. In essence, a workflow defines

Scroll to Top