1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-25 11:34:18 +00:00
appunti-steffo/7 - Fondamenti di machine learning/1 - Concetti base/★ simboli per le basi di machine learning.md

23 lines
2 KiB
Markdown
Raw Normal View History

2024-08-20 03:06:21 +00:00
2024-08-23 11:13:05 +00:00
| Simbolo | Significato |
| --------------------------: | ---------------------------------------------------------------- |
| $\fmlDataset$ | [[data set per supervised learning]] |
| $\fmlDatasetSize$ | [[cardinalità]] di $\fmlDataset$ |
| $\fmlInputs$ | [[array]] di [[array\|vettori]] degli [[input]] di $\fmlDataset$ |
| $\fmlIndex$ | [[indice]] da $1$ a $\ |
| $\fmlInput$ | $\fmlIndex$-esimo [[array]] di $\fmlInputs$ |
| $\fmlInputSize$ | [[cardinalità di un insieme\|cardinalità]] di $\fmlInput$ |
| $\fmlInputField$ | [[campo matematico]] di $\fmlInput$ |
| $\fmlElementIndex$ | [[indice]] di $\fmlInput$ |
| $\fmlInputElement$ | $\fmlElementIndex$-esimo [[scalare]] di $\fmlInput$ |
| $\fmlInputElementField$ | [[campo matematico]] di $\fmlInputElement$ |
| $\fmlOutputs$ | [[array]] degli [[output]] di $\fmlDataset$ |
| $\fmlOutput$ | $\fmlIndex$-esimo [[scalare]] di $\fmlOutputs$ |
| $\fmlOutputField$ | [[campo matematico]] di $\fmlOutput$ |
| $\fmlClassifier$ | [[classificatore]] |
| $\fmlModel$ | [[modello di supervised learning]] |
| $\fmlHypothesisSpace$ | [[spazio delle ipotesi]] |
| $\fmlComplexity$ | [[complessità]] |
| $\fmlComplexityCoefficient$ | [[coefficiente di complessità]] |
| $\fmlLoss$ | [[perdita]] |