Matrix Calculus and Supervised Learning

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/18

flashcard set

Earn XP

Description and Tags

A collection of flashcards covering key concepts from a lecture on matrix calculus and supervised learning, including definitions and explanations related to the topics discussed.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Homework Due Date

Homework one is due on September 21.

2
New cards

Supervised Learning

A machine learning task where a model is trained on labeled data input-output pairs.

3
New cards

Training Stimuli

Ordered pairs in supervised learning, such as (si, yi), representing input patterns and their corresponding desired responses.

4
New cards

Binary Classification

A classification task where the output is one of two values, typically 0 or 1.

5
New cards

Likelihood Function

A function that measures the probability of obtaining the observed data under a specific statistical model.

6
New cards

Maximum Likelihood Estimation

A method of estimating the parameters of a statistical model that maximizes the likelihood function.

7
New cards

Loss Function

A function that measures the cost associated with a model's prediction errors.

8
New cards

Gradient Descent

An iterative optimization algorithm used to minimize a function by adjusting parameters in the opposite direction of the gradient.

9
New cards

Adaptive Gradient Descent

A variant of gradient descent that adjusts the learning rate based on historical gradients.

10
New cards

Softmax Function

A function that converts raw output scores (logits) into probabilities that sum to 1, often used in multi-class classification problems.

11
New cards

Cross Entropy Function

A loss function commonly used in classification tasks, measuring the difference between two probability distributions.

12
New cards

Sigmoidal Function

A mathematical function used to map predictions to probabilities, often described as a logistic function.

13
New cards

Empirical Risk Function

A function used to quantify the risk based on training data, typically associated with the average error of predictions.

14
New cards

Gradient of the Loss Function

The vector of partial derivatives that indicates the direction in which the loss function increases, guiding optimization.

15
New cards

Mini-batch Learning

A training approach that splits data into small batches, combining benefits of both batch and stochastic gradient descent.

16
New cards

One-hot Encoding

A method of representing categorical variables as binary vectors, where each vector has a 1 for the active category and 0s elsewhere.

17
New cards

Output Unit in Neural Networks

The final layer in a neural network that produces predictions based on input data.

18
New cards

Gaussian Distribution

A continuous probability distribution characterized by a bell-shaped curve, defined by its mean and variance.

19
New cards

Mean Squared Error

A common loss function used for regression tasks, measuring the average of the squares of the errors.

Explore top flashcards