Skip to content

DoranLyong/oh-my-DeepLearning-Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Architecture

This project is inspired by Fighting CV's project. Also, other references are included to get code insights.

Other references:

# code test env.
python == 3.10.8
pytorch == 1.12.1

Contents


Kolmogorov-Arnold Models

  • Kolmogorov-Arnold Transformer (KAT, 2024) --- (pytorch_v1)

State Space Models

  • CSM (VMamba, 2024) --- (pytorch_v1)(graph)
  • Bidirectional Mamba (Vim, 2024) --- (pytorch_v1)(graph)
  • ConvSSM (ConvS5, 2023) --- (pytorch_v1)(graph)
  • Selective SSMs (Mamba, 2023) --- (pytorch_v1)(graph)

Spatial Attentions

Channel Attentions

MLPs

Convolutions

Spectral Features

Graph

Hybrid

Spatio-Temporal (ST)

Activations

Patch Embedding

Branch Scaling

Normalization

Backbones

About

Pytorch implementation of various token mixers; Attention Mechanisms, MLP, and etc for understanding computer vision papers and other tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors