From 31a248652ef9e2bd69d0f4a4e343c5b7ea12b8b8 Mon Sep 17 00:00:00 2001 From: Anindyadeep Date: Sun, 10 Dec 2023 19:19:35 +0530 Subject: [PATCH] add concise definition for transfer learning --- index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/index.md b/index.md index dcc32fe..2f6c9c8 100644 --- a/index.md +++ b/index.md @@ -271,7 +271,6 @@ Token Transfer Learning [Transfer Learning](https://en.wikipedia.org/wiki/Transfer_learning) is a process of leveraging a pre-trained model's learned representations and adapting them to solve a different but related problem, often requiring less data and computation compared to training from scratch.. See also {term}`fine-tuning` and [](fine-tuning). - Transformer A [transformer]() is a neural network using a parallel multi-head [attention]() mechanism. The resultant reduce training time makes it well-suited for use in {term}`LLMs `.