Aleksa Gordić

Results 13 repositories owned by Aleksa Gordić

get-started-with-JAX

578
Stars
92
Forks
Watchers

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 t...

pytorch-deepdream

355
Stars
81
Forks
Watchers

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

pytorch-GANs

370
Stars
54
Forks
Watchers

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

pytorch-GAT

2.3k
Stars
313
Forks
Watchers

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

pytorch-learn-reinforcement-learning

147
Stars
32
Forks
Watchers

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

Create naive (no temporal loss) NST for videos with person segmentation. Just place your videos in data/, run and you get your stylized and segmented videos.

pytorch-neural-style-transfer

354
Stars
77
Forks
Watchers

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 imag...

pytorch-original-transformer

942
Stars
157
Forks
Watchers

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 pret...

pytorch-neural-style-transfer-johnson

112
Stars
24
Forks
Watchers

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

stable_diffusion_playground

206
Stars
25
Forks
Watchers

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 choic...