Skip to content

Latest commit

 

History

History
175 lines (105 loc) · 3.91 KB

README.md

File metadata and controls

175 lines (105 loc) · 3.91 KB

Books:

1. Introduction to Statistical Learning by Trevor Hastie

2. Elements of Statistical Learning by Trevor Hastie

3. Dive Deep into Deep Learning by Aston Zhang

4. Forecasting: Principles and Practice by Hyndman

5. Reinforcement Learning: An Introduction by Sutton

6. Data Engineering with AWS by Gareth Eagar

7. Recommender Systems by Charu C. Aggarwal

8. Anomaly Detection Principles and Algorithms by Kishan G. Mehrotra

Papers:

Computer Vision

Architectures:

Understanding Convolutional Networks with multi-layered Deconvolutional Network:

Texture synthesis using Convolutional Neural Networks:

JEPA pre-trained video embedding for vision tasks:

DETR (Object detection with vision transformers):

Deep Supervision Distillation:

Deformable convolutions:

DeformableDETR (Deformable Attention):

SwinTransformer (Shifted Window Attention):

Dino-DETR:

Anchor-Queries (DAB-DETR):

Object detection on compressed video:

Classifying JPEG compressed images (directly on DCT):

Training:

Original label-smoothing paper:

Online Label-smoothing:

Hungarian-matching loss for single-shot detection:

Focal Loss:

GIoU:

Original Knowledge Distillation paper:

Original Deep Supervision paper:

L2 Feature Distillation:

Theoretical underpinnings of Knowledge Distillation:

Feature Distillation + Knowledge Distillation + Deep Supervision:

NLP

Attention is All you need:

GLoVe embedding:

FastText embedding:

LLM’s escalation risks in political situations:

GPT-1:

BERT:

Multimodal Learning:

Show attend and tell:

CLIP:

Image-to-text pretraining for one-shot object detection tasks:

GenAI:

Auto-encoding Variational Bayes:

GAN:

DeepConvolutionalGAN:

Style Transfer:

Conditional GAN:

Deep Convolutional GAN:

PatchGAN and U-Net Generator:

CycleGAN:

Original Diffusion Paper:

Tabular ML

XGBoost:

Why Neural Networks don't perform well on Tabular: