Skip to content

Commit

Permalink
add concise definition for transfer learning
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindyadeep committed Dec 10, 2023
1 parent 24152b1 commit 31a2486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)>) is a neural network using a parallel multi-head [attention](<https://en.wikipedia.org/wiki/Attention_(machine_learning)>) mechanism. The resultant reduce training time makes it well-suited for use in {term}`LLMs <llm>`.
Expand Down

0 comments on commit 31a2486

Please sign in to comment.