Gradient Descent and Feature Selection

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Gradient Descent

An iterative optimization algorithm used to minimize a loss function by adjusting model parameters.

2
New cards

Loss Function

A function that measures the difference between predicted values and actual values.

3
New cards

Learning Rate (alpha)

A hyperparameter that determines the size of the steps taken towards the minimum in gradient descent.

4
New cards

Local Minima

A point where the loss function is lower than neighboring points, but not the lowest possible.

5
New cards

Global Minima

The point at which the loss function achieves its lowest value across all possible points.

6
New cards

P-value

A statistical measure that indicates the probability that the observed data would occur by chance.

7
New cards

Statistical Significance

The likelihood that a relationship between variables is caused by something other than random chance.

8
New cards

Mean Squared Error (MSE)

A common loss function that measures the average of the squares of the errors.

9
New cards

Multiple Linear Regression

A regression model