Skip to content

Commit 2ed3082

Browse files
committed
PAPER--arxiv--RESNET- Deep Residual Learning for Image Recognition
1 parent 96a0e8b commit 2ed3082

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: README.md

+21
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,26 @@ Epoch:10,TRAIN_Loss:0.00,VAL_Loss:0.00, Accuracy = 1.00
9292

9393
#
9494

95+
#### Important Papers and Readings
96+
97+
98+
99+
> Deep Residual Learning for Image Recognition
100+
101+
[Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385)
102+
103+
```
104+
AUTHORS -- Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun
105+
Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. We explicitly reformulate the layers as learning residual functions with reference to the layer inputs, instead of learning unreferenced functions. We provide comprehensive empirical evidence showing that these residual networks are easier to optimize, and can gain accuracy from considerably increased depth.
106+
107+
PAPER CITED SOURCE --
108+
Subjects: Computer Vision and Pattern Recognition (cs.CV)
109+
Cite as: arXiv:1512.03385 [cs.CV]
110+
(or arXiv:1512.03385v1 [cs.CV] for this version)
111+
112+
https://doi.org/10.48550/arXiv.1512.03385
113+
114+
```
95115

96116
<br/>
97117

@@ -186,6 +206,7 @@ Epoch:10,TRAIN_Loss:0.00,VAL_Loss:0.00, Accuracy = 1.00
186206
- [BERT--TODO]()
187207
- [BERT-Transformers-TODO](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/BERT/Custom_Named_Entity_Recognition_with_BERT.ipynb)
188208
- [Back_Propagation_ChainRule](https://www.youtube.com/watch?v=XIpyEvLv93A)
209+
- [ResNet-ShortCutConnection-Prevents-VanishingGradients](https://arxiv.org/abs/1512.03385)
189210

190211

191212
<br/>

0 commit comments

Comments
 (0)