Skip to content

ghassen-fatnassi/AiButLowLevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiButLowLevel

A repository where I implement AI models from scratch.

Implemented Models

Attention

  • Vanilla Multi-Head Attention (VanillaMHA)
  • Sparse Multi-Head Attention (SparseMHA)
  • Flash Multi-Head Attention (FlashMHA)

GANs

  • Vanilla GAN
  • Wasserstein GAN

General

  • UNet

VAEs

  • Vanilla VAE
  • Convolutional VAE (ConvVAE)
  • Temporal-Diff VAE (TD-VAE)
  • Vector Quantized VAE (VQ-VAE)

About

Implementing Models/Papers in Pytorch , soon Triton and CUDA

Resources

License

Stars

Watchers

Forks