Skip to content

Kkubuck/AI_PAPER

 
 

Repository files navigation

Machine Learning & Deep Learning AI PAPER

🌟If you find any errors or corrections, leave an issue
🌟PDF를 클릭하여 참고하시기 바랍니다! (추후, Tutorial 제작 예정)


Classification

Name Year Field PDF CODE
LeNet 1998 Classification PDF CODE
AlexNet 2012 Classification PDF CODE
VGGNet 2014 Classification PDF CODE
GoogLeNet 2014 Classification PDF CODE
InceptionNet 2015 Classification PDF CODE
ResNet 2015 Classification PDF CODE
SqueezeNet 2016 Classification PDF CODE
DenseNet 2017 Classification PDF CODE
XceptionNet 2017 Classification PDF CODE
MobileNetV1 2017 Classification PDF CODE
ShuffleNet 2018 Classification PDF Later
MobileNetV2 2018 Classification PDF CODE
NASNet 2018 Classification PDF Later
Squeeze Excitation Network 2018 Classification PDF CODE
Residual Attention Network 2018 Attention Block PDF Later
CBAM 2018 Attention Block PDF CODE
EfficientNet 2019 Classification PDF CODE
ViT(Vision Transformer) 2021 Classification PDF CODE
Swin Transformer 2021 Classification PDF CODE
ConvNeXt 2022 Classification PDF CODE

Object Detection

Name Year Field PDF CODE
IOU(Intersection Over Union) None Metric LINK CODE
NMS(None Maximum Suppression) None Metric LINK CODE
mAP(Mean Average Precision) None Metric LINK CODE
R-CNN 2013 Detection PDF CODE
Faster R-CNN 2015 Detection PDF CODE
OHEM(Online Hard Example Mining) 2016 Detection PDF None
YOLOv1(You Only Look Once) 2016 Detection PDF CODE
SSD(Single Shot Detection) 2016 Detection PDF NONE
FPN(Feature Pyramids Network) 2017 Detection PDF None

Segmentation

Name Year Field PDF CODE
DeepLabV1 2014 Segmentation PDF Later
FCN(Fully Convolutional Layer) 2015 Segmentation PDF None
DeConvNet(Deconvolution Network) 2015 Segmentation PDF CODE
U-Net 2015 Segmentation PDF CODE
SegNet 2017 Segmentation PDF CODE
MultiResUNet 2019 Segmentation PDF CODE
SETR 2021 Segmentation PDF Later

Generative Adversarial

Name Year Field PDF CODE
Generative Adversarial Nets 2014 GAN PDF CODE
DCGAN(Deep Conloutional Generative Adversarial Nets) 2016 GAN PDF CODE
InfoGAN(Information Maximizing Generative Adversarial Net) 2016 GAN PDF Later
Pix2Pix(Pix2Pix Generative Adversarial Net) 2017 GAN PDF CODE

Super Resolution

Name Year Field PDF CODE
SRCNN(Super Resolution) 2015 SR PDF CODE
EDSR(Enhanced Deep Super Resolution) 2017 SR Later CODE

Tabular Data

Name Year Field PDF CODE
TabNet 2019 Tabular PDF CODE
ResNet for Tabular 2022 Tabular PDF CODE
FT-Transformer 2022 Tabular PDF CODE

Knowledge Tracing

Name Year Field PDF CODE
DKVMN(Dynamic Key-Value Memory Net) 2017 KT PDF CODE

Utils

Name Year Field PDF CODE
CNN Base NONE VISION PDF NONE
Convolutional Mechanism NONE VISION PDF NONE
TTA(Test Time Augmentation) NONE VISION PDF NONE
Seam Carving(Seam Carving Image Resizing) 2007 VISION PDF CODE
Pseudo Label 2013 TRAIN PDF CODE
Knowledge Distillation 2015 LOSS PDF CODE
Transformer[Attention] 2017 Module PDF CODE
ArcFace 2019 VISION PDF CODE
Meta Pseudo Label 2020 TRAIN PDF CODE
Embedding for Tabular 2022 Module PDF CODE
RMDL(Recalibrated multi instance DL) 2019 TRAIN LINK CODE

About

Machine Learning & Deep Learning AI PAPER

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%