Caesar AI Atlas

Transfer Learning (Перенос обучения)

Caesar AI Atlas Definition

Transfer learning — это подход машинного обучения, при котором знания, полученные на одной задаче, наборе данных или домене, повторно используются для улучшения работы на другой задаче. Он может снизить требования к объему обучающих данных и вычислениям за счет начала работы с уже обученной моделью или representation.

Other Definitions

Transfer Learning (Перенос обучения) Source

A machine learning technique in which knowledge learned from a task is reused in order to boost performance on a related task. For example, for image classification, knowledge gained while learning to recognize cars could be applied when trying to recognize trucks.

Transfer Learning (Перенос обучения) Source

Transferring information from one machine learning task to another. For example, in multi-task learning, a single model solves multiple tasks, such as a deep model that has different output nodes for different tasks. Transfer learning might involve transferring knowledge from the solution of a simpler task to a more complex one, or involve transferring knowledge from a task where there is more data to one where there is less data. Most machine learning systems solve a single task. Transfer learning is a baby step towards artificial intelligence in which a single program can solve multiple tasks.

Transfer Learning (Перенос обучения) Source

A machine learning technique in which a model trained on one task is adapted to perform a second related task.

Also Referenced In

Related Terms