Coder Social home page Coder Social logo

ashishpatel26 / regularization-collection-deeplearning Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 2 KB

This is Collection of Regularization Deep learning techniques with code and paper

deeplearning machinelearning dropout regularization regularization-methods regularization-hyperparameters dropout-probability alphadropout dropout-keras dropout-pytorch

regularization-collection-deeplearning's Introduction

New Regularization Technique for Deep Learning

Regularization is a technique used for tuning the function by adding an additional penalty term in the error function. The additional term controls the excessively fluctuating function such that the coefficients don't take extreme values.


Famous Regularization Technique used By Industry

1.L1 & L2 Regularization:

Why do we need L2 & L1 regularizations ? - Analytics Vidhya - Medium

L1 vs L2 Regularization: The intuitive difference - Analytics ...

  • L1 regularization adds an L1 penalty equal to the absolute value of the magnitude of coefficients.
  • L2 regularization adds an L2 penalty equal to the square of the magnitude of coefficients.

2.DropOut

Machine Learning: A Newer Version Of A Lean Thinking Tool?

img

  • Dropout is a regularization technique patented by Google for reducing overfitting in neural networks by preventing complex co-adaptations on training data.
  • Eq. 1 shows loss for a regular network and Eq. 2 for a dropout network. In Eq. 2, the dropout rate is ๐›ฟ, where ๐›ฟ ~ Bernoulli(p). This means ๐›ฟ is equal to 1 with probability p and 0 otherwise.
  • Relationship between Dropout and Regularization, A Dropout rate of 0.5 will lead to the maximum regularization, and. Generalization of Dropout to Gaussian-Dropout.
  • Code: Tensorflow.Keras | Pytorch
  • Reference: https://papers.nips.cc/paper/4878-understanding-dropout.pdf

Dropout Variant:

  1. Alpha Dropout: Tensorflow | Pytorch | Paper
  2. Gaussian Dropout: Tensorflow | Pytorch | Paper
  3. Spatial Dropout: Tensorflow | Pytorch | Paper
  4. State Dropout: Tensorflow | Pytorch | Paper
  5. Recurrent Dropout: Tensorflow | Pytorch | Paper

This Markdown is continuously Updated.. Stay Tuned...!!!

regularization-collection-deeplearning's People

Contributors

ashishpatel26 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.