D

Regla Delta

La Regla Delta es un principio de aprendizaje utilizado en redes neuronales para ajustar pesos en función del error.

El Regla Delta, also known as the regla de Widrow-Hoff, is a fundamental principle in the campo de la inteligencia artificial and redes neuronales. It is a method used to minimize the error between the predicted output and the actual target output during the training of a model. The Delta Rule is particularly important in aprendizaje supervisado, where a model learns from labeled input data.

En esencia, la Regla Delta actualiza los weights of a red neuronal by calculating the difference, or ‘delta’, between the expected output (target value) and the actual output produced by the network. This error is then used to adjust the weights of the connections in the network to improve accuracy. Mathematically, the weight update can be expressed as:

wnew = wold + η * δ * x

donde:

  • wnew is the updated weight.
  • wold is the current weight.
  • η (eta) is the Técnica de Optimización, which determines how much the weights should be adjusted.
  • δ is the error term, calculated as the difference between the actual output and the target output.
  • x is the input value associated with the weight being updated.

The Delta Rule emphasizes the importance of adjusting weights in the direction that reduces the error, thereby improving the model’s performance over time. This process is repeated iteratively across many training samples, allowing the neural network to learn complex patrones y hacer predicciones precisas.

oEmbed (JSON) + /