regularization topic

List regularization repositories

ml-course

167
Stars
150
Forks
Watchers

Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language

GAN-Tutorial

376
Stars
108
Forks
Watchers

Simple Implementation of many GAN models with PyTorch.

cutmix

166
Stars
30
Forks
Watchers

a Ready-to-use PyTorch Extension of Unofficial CutMix Implementations with more improved performance.

py-glm

128
Stars
30
Forks
Watchers

Generalized Linear Models in Sklearn Style

coursera-deep-learning-specialization

2.8k
Stars
2.1k
Forks
Watchers

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neur...

distiller

4.3k
Stars
798
Forks
Watchers

Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller

dropblock

580
Stars
95
Forks
Watchers

Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.

shake-shake

295
Stars
32
Forks
Watchers

2.86% and 15.85% on CIFAR-10 and CIFAR-100

early-stopping-pytorch

1.2k
Stars
294
Forks
Watchers

Early stopping for PyTorch

DeepLearning

6.1k
Stars
1.3k
Forks
Watchers

Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现