Skip to content

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

Notifications You must be signed in to change notification settings

PierreCounathe/simple-implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages