Daily Shaarli

All links of one day in a single page.

April 24, 2023

Understanding LSTM Networks -- colah's blog

LSTM gate mechanism clearly explained. I read this article years ago but it's nice to read it again.

Finetuning Large Language Models - by Sebastian Raschka

This article discusses conventional and newer fine tuning techniques for LLM. Keyword for search: prompt tuning, prefix tuning, in-context learning, frozen layers, adaptor, LoRA.