1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-26 11:54:18 +00:00
appunti-steffo/7 - Fondamenti di machine learning/1 - Concetti base/perdita.md
2024-08-23 13:13:05 +02:00

16 lines
241 B
Markdown

---
aliases:
- loss
---
[[funzione]] in un [[problema di supervised learning]].
$$
\Huge
\fmlLoss
$$
Misura quanto si allontana il [[classificatore]] dal risultato desiderato.
$$
\Large
\fmlLoss(\fmlOutput, \fmlClassifier(\fmlInput))
$$