- Notifications
You must be signed in to change notification settings - Fork7
Summary & Implementation of Deep Learning research paper in Tensorflow/Pytorch.
NotificationsYou must be signed in to change notification settings
3outeille/Research-Paper-Summary
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository aims to:
- Make a concise summary of deep learning research paper that I have read (including implementation if needed).
- Experiments on various topics.
If there is any problems regarding jupyter notebook loading on github, copy paste the link tojupyter notebook nbviewer.
Here is an overview of research paper classified by theme:
LeNet-5 | ✓ | ✓ | ✓ |
AlexNet | ✓ | ||
ZFNet/DeconvNet | ✓ | ||
Inception-V1(GoogLeNet) | ✓ | ||
Inception-V2/V3 | ✓ | ||
VggNet | ✓ | ||
ResNet | ✓ | ||
MobileNetV1 | ✓ | ||
MobileNetV2 | ✓ | ||
EfficientNet | ✓ |
- Unsupervised Visual Representation Learning by Context Prediction
- by U. Doersch, A. Gupta and AA. Efros at ICCV 2015.