Aleksa Gordić

Aleksa Gordić

@gordicaleksa

Flirting with LLMs. Tensor Core maximalist. If I say stupid stuff it's not me it's my prompt.

ex-DeepMind, ex-Microsoft San Francisco
4475
Followers
4
Following
56
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 27 owned repositories

22.9M Total LOC
Jupyter Notebook
15,522,295 lines
67.8%
N/A
Python
7,036,293 lines
30.7%
N/A
C++
173,948 lines
0.8%
N/A
MATLAB
42,652 lines
0.2%
N/A
Cuda
38,166 lines
0.2%
N/A
Other
70,055 lines
0.3%
N/A
I

I-Shaped Developer

I-shaped

Specialist — deep expertise in Jupyter Notebook

Jupyter Notebook
Python
C++
MATLAB
Cuda

Collaboration Network

Global Impact visualization

LIVE
Aleksa Gordić
0 active collaborators

Repos

57

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

5 days
1,193
Contributions
10
Commits
6
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More

Top Repositories

pytorch-GAT

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 entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!

2674 355
Jupyter Notebook
pytorch-original-transformer

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 pretrained models.

1106 187
Jupyter Notebook
get-started-with-JAX

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 as the content I found useful while learning about the JAX ecosystem.

785 119
Jupyter Notebook
Open-NLLB

Effort to open-source NLLB checkpoints.

483 45
Python
pytorch-neural-style-transfer

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 image - for better understanding of how NST works.

453 94
Python
pytorch-deepdream

PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.

403 86
Jupyter Notebook
pytorch-GANs

My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.

389 58
Python
stable_diffusion_playground

Playing around with stable diffusion. Generated images are reproducible because I save the metadata and latent information. You can generate and then later interpolate between the images of your choice.

204 23
Python
pytorch-learn-reinforcement-learning

A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for learning about RL. How to visualize, debug and solve RL problems. I've additionally included playground.py for learning more about OpenAI gym, etc.

164 35
Python
pytorch-neural-style-transfer-johnson

Reconstruction of the fast neural style transfer (Johnson et al.). Some portions of the paper have been improved by the follow-up work like the instance normalization, etc. Checkout transformer_net.py's header for details.

129 26
Python

Open Source Impact

Contributions to external projects

50 merged PRs
Contributed to 2 repositories