Git Product home page Git Product logo

dsc-regularization-recap-v2-1's Introduction

Regularization - Recap

Key Takeaways

  • Regularization discourages overly complex models by penalizing the loss function
  • Lasso and Ridge are two commonly used so-called regularization techniques
  • In Ridge regression, the cost function is changed by adding a penalty term to the square of the magnitude of the coefficients
  • Ridge regression is often also referred to as L2 Norm Regularization
  • Lasso regression is very similar to Ridge regression, except that the magnitude of the coefficients are not squared in the penalty term
  • Lasso regression is often also referred to as L1 Norm Regularization
  • AIC and BIC are two measures which give you a comprehensive measure of model performace taking into account the varying number of features
  • The lower the AIC and/or BIC, the better the model

dsc-regularization-recap-v2-1's People

Contributors

cheffrey2000 avatar sumedh10 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.