I'm Aleksa! I'm a Research Engineer at DeepMind, and founder of The AI Epiphany - where I'm trying to teach others all about AI!
If you find the content I create useful consider becoming a Patreon! Much love.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI'm Aleksa! I'm a Research Engineer at DeepMind, and founder of The AI Epiphany - where I'm trying to teach others all about AI!
If you find the content I create useful consider becoming a Patreon! Much love.
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well a…
My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT p…
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entr…
PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.
My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the i…