You may also enjoy
Low Rank Adaptations. What are they, implementation and are they useful in smaller models?
5 minute read
Low Rank Adaptations (LoRA) are a hot topic in deep learning, specially for huge models like GPT-3 or StableDiffusion. In summary, LoRA allows for efficient ...
Understanding and benchmarking JAX’s autodiff options
8 minute read
I’ve been fiddling around with JAX lately to learn about the foundation library for Pytorch’s main rivals such as Flax, Haiku or Elegy. It’s pretty obvious t...
Do your samples follow the same distribution? Kolmogorov-Smirnov test from scratch!
6 minute read
When we run any kind of data-based study in order to model reality, we sometimes assume that our data is static. This is usually the case for research in whi...
Creating a Machine Learning Cloud stack to play rock paper scissors
6 minute read
Hi! I’m Alejandro Barón, a Computer Engineer & Statistician. I like working with Machine Learning in all stages of the process; concepting the algorithm,...