Skip to content

Commit 51a14b0

Browse files
committed
Add more definitions
1 parent 718dafa commit 51a14b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

glossary.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,15 +1426,27 @@ the agent learns patterns in the input without any explicit feedback.
14261426

14271427
## vague
14281428
## validation set
1429+
1430+
A part of the dataset that is used to tune the parameters of a machine learning model. It can also be used to determine a stopping point for the back-propagation algorithm.
1431+
14291432
## validity
14301433
## value
14311434
## value alignment
14321435
## vanishing point
1436+
1437+
A vanishing point of a function means the function has a zero at the point or on the set.
1438+
14331439
## variable
1440+
1441+
A variable is a symbol on whose value a function, polynomial, etc., depends.
1442+
14341443
## variational approximation
14351444
## variational parameters
14361445
## VCG
14371446
## vector
1447+
1448+
A vector is formally defined as an element of a vector space R^n. A vector is given by n coordinates and can be specified as (A_1,A_2,...,A_n).
1449+
14381450
## vector field histograms
14391451
## vehicle interface layer
14401452
## verification

0 commit comments

Comments
 (0)