A repository that holds my implementation of machine learning papers.
Current re-implementations are:
Paper | Code | Status |
---|---|---|
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale | ViT | Completed |
Deep Residual Learning for Image Recognition | ResNet | Completed |
Autoencoders | Autoencoders | Completed |
Swin Transformer: Heirarchial Vision Transformer using Shifted Windows | Swin | Completed |
Attention Is All You Need | Transformers | Completed |
A ConvNet for the 2020s | ConvNeXt | Completed |
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | SRGAN | In Progress |
These are my personal implementations in order to educate myself. That being said, if there are any issues with the code, such as incorrect math, not enough comments or documentation, or poor modularity, please create an issue so I can review and make changes. Pull requests must be the last resort.
This repository is under the MIT License. See the LICENSE file for more details.