Untitled Flashcards Set

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Pretrained Models

1 / 19

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

20 Terms

1

Pretrained Models

Models that have already been trained on a large dataset, used for a general task such as image classification.

New cards
2

Vision Transformers

A type of deep learning model that uses self-attention to process images, capturing long-range dependencies and global context.

New cards
3

Fine-tuning

A transfer learning technique where parameters of a pretrained model are updated by training for additional epochs on a different task.

New cards
4

Fit One Cycle

A training schedule that involves gradually increasing and then decreasing the learning rate during training.

New cards
5

Half-precision (to_fp16())

A technique that uses 16-bit floating-point numbers instead of 32-bit to speed up training and reduce memory usage.

New cards
6

Fastkaggle

A Python library that simplifies working with Kaggle competitions, offering features like automatic data downloads.

New cards
7

Convolutional Neural Network (CNN)

A specialized artificial neural network designed for processing data with a grid-like structure, such as images.

New cards
8

Convolutional Layers

Layers in a CNN that perform convolutions to extract features from the input data using learnable filters.

New cards
9

Pooling Layers

Layers that downsample feature maps, reducing spatial dimensions to prevent overfitting and make the network more robust.

New cards
10

Learning Rate Finder

A technique used to determine a suitable learning rate for training a neural network.

New cards
11

Stochastic Gradient Descent (SGD)

An iterative optimization algorithm that minimizes a cost function by updating model parameters using randomly selected batches.

New cards
12

Batch vs. Mini-batch

'Batch' uses the entire dataset for updates, while 'mini-batch' uses small subsets, reducing computation and improving training.

New cards
13

Parameter Sharing

Using the same set of weights for different parts of the input image to reduce the number of parameters in a CNN.

New cards
14

Overfitting

When a model learns the training data too well, causing it to perform poorly on unseen data.

New cards
15

Transfer Learning

Utilizing a pretrained model adapted for a different task, often improving training efficiency.

New cards
16

Validation Set

A portion of the dataset used to evaluate model performance during training and fine-tune hyperparameters.

New cards
17

Test Set

A completely separate part of the dataset used for final evaluation of the model's performance, unseen during training.

New cards
18

Epoch

One complete pass through the entire training dataset during the training process.

New cards
19

Loss Function

A function that quantifies the difference between predicted and actual values, guiding model optimization.

New cards
20

Metric

A human-interpretable measure used to evaluate a model's performance, different from the loss function.

New cards

Explore top notes

note Note
studied byStudied by 60 people
... ago
5.0(1)
note Note
studied byStudied by 47 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 14 people
... ago
5.0(2)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 7 people
... ago
5.0(5)
note Note
studied byStudied by 25 people
... ago
5.0(1)
note Note
studied byStudied by 10069 people
... ago
4.7(58)

Explore top flashcards

flashcards Flashcard (100)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 23 people
... ago
5.0(1)
flashcards Flashcard (26)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (34)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (20)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (63)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (64)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 1 person
... ago
5.0(1)
robot