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

20 lines
271 B
Markdown
Raw Normal View History

2024-08-20 03:06:21 +00:00
---
aliases:
- loss
---
2024-08-23 11:13:05 +00:00
[[funzione]] in un [[problema di supervised learning]].
$$
\Huge
\fmlLoss
$$
Misura quanto si allontana il [[classificatore]] dal risultato desiderato.
2024-08-20 03:06:21 +00:00
$$
\Large
2024-11-06 12:42:11 +00:00
\fmlLoss \par{
\fmlOutput,\
\fmlClassifier (\fmlInput{\fmlDatasetIndex})
}
2024-08-20 03:06:21 +00:00
$$