Index
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
A Few Useful Things to Know About Machine Learning - Domingos CACM '12 [Summary]
Hidden Technical Debt in Machine Learning Systems - Sculley et al, NIPS '15 [Summary]
Identified the technical debt of Machine Learning system and provided some common mitigation strategy.
Don't Decay The Learning Rate, Increase The Batch Size* - Smith et al, ICLR '18
Showed that we can increase the batch size, instead of decreasing the learning rate, to get equivalent test accuracies after the same number of training epochs, but with fewer parameter updates, leading to greater parallelism and shorter training times.
Accelerating Deep Learning by Focusing on the Biggest Losers - Jiang et al., arXiv '19 [Summary]
Proposes an algorithm that accelerates the training of deep neural networks (DNNs) by prioritizing examples with high loss at each iteration.
End-to-end Learning of Action Detection from Frame Glimpses in Videos - Yeung et al., CVPR '16
AdaFrame: Adaptive Frame Selection for Fast Video Recognition - Wu et al., CVPR '19
- Wu et al., ICCV '19
- Gao et al., CVPR '20
- Liu et al., ACL '20
Beyond Accuracy: Behavioral Testing of NLP Models with CheckList - Ribeiro et al., ACL '20