Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwrites/models-explained

A study of machine learning architectures
https://github.com/mwrites/models-explained

Last synced: 7 days ago
JSON representation

A study of machine learning architectures

Awesome Lists containing this project

README

        

# A study of machine learning architectures

# NLP
- [GPT - Self Attention Block (Decoder Only)](./gpt_self_attention.ipynb)

# Vision
- [VGG vs FCN](./vgg_vs_fcn.ipynb)
- [Why ResNets?](./why_resnet.ipynb)

# Optimization Algorithms
- [From Momentum To Adam](./from_momentum_to_adam.ipynb)
- [Weight Decay And Saddle Points](./saddle_points.ipynb)