/simple-implementations

This repository stores implementations of simple Machine Learning and Deep Learning concepts, with the only objective of better understanding them.

Primary LanguagePython

simple-implementations

This repository stores implementations of Machine Learning and Deep Learning concepts, with the only objective of better understanding them. All implementations use basic elements of foundational libraries, such as pytorch (and not its TransformerEncoderLayer module for instance).

Projects list

Each folder has its own README, containing a summary of the project and associated results.

  1. Transformer from scratch: an encoder-decoder transformer built with basic Pytorch blocs, for machine translation
  2. LoRA from scratch: scripts that compare the efficiency of fine-tuning a LM's head versus fine-tuning its Q, K and V projections with LoRA
  3. NeRF from scratch: (wip, to come in the following days)