1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-22 18:44:17 +00:00
appunti-steffo/7 - Fondamenti di machine learning/1 - Concetti base/modello di supervised learning.md

26 lines
345 B
Markdown
Raw Normal View History

2024-08-20 03:06:21 +00:00
---
aliases:
- modello
---
[[modello matematico]].
[[funzione]] che [[problema di minimizzazione|minimizza]] la [[perdita]] in un [[problema di supervised learning]]:
$$
\Large
f^*
=
\min_{f \in \mathcal{H}}
\
\sum_{(\mathbf{X},\ y) \in D}
\left(\
V(y, f(\mathbf{X}))
+
\lambda
\left\lVert
f
\right\rVert
^2
\ \right)
$$