Title

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

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.

10 Terms

1
New cards

Pretrained models

Models that have already been trained on a large dataset for a general task, improving accuracy and speed for new datasets.

2
New cards

Vision Transformers

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

3
New cards

Fine-tuning

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

4
New cards

Fit one cycle

A training schedule that gradually increases and then decreases the learning rate during training.

5
New cards

Half-precision (to_fp16)

A technique using 16-bit floating-point numbers to speed up training and reduce memory usage, while possibly sacrificing precision.

6
New cards

Fastkaggle

A Python library that simplifies working with Kaggle competitions by automating tasks like data downloading and package installation.

7
New cards

CNN (Convolutional Neural Network)

A specialized type of neural network designed for processing grid-like data, particularly effective for image recognition.

8
New cards

Pooling layers

Layers that downsample feature maps produced by convolutional layers, reducing spatial dimensions and making the network more robust.

9
New cards

Learning Rate Finder

A technique used to determine an optimal learning rate for a specific model and dataset during training.

10
New cards

SGD (Stochastic Gradient Descent)

An iterative optimization algorithm that updates neural network weights by minimizing a cost function using a mini-batch of data.