הגדרות כלליות Flashcards
(3 cards)
1
Q
Features
A
The fields of every sample x, these are like the ‘columns’ in an SQL table
2
Q
Samples
A
All the ‘objects’ in the data set, all have the same features fields, but with their own values.
These are like the ‘rows’ in an SQL table
3
Q
What is the difference between a parameter and a hyperparameter?
A
A parameter (like
𝜃) is learned from the training data during model fitting. A hyperparameter (like regularization strength or learning rate) is set before training and affects how the model is learned.