GithubHelp home page GithubHelp logo

Week 2 about coursera-machine-learning HOT 2 OPEN

takuyaa avatar takuyaa commented on June 28, 2024
Week 2

from coursera-machine-learning.

Comments (2)

yubessy avatar yubessy commented on June 28, 2024

「正規化」に対応する各英語の違いについて

日本語で「正規化」と訳される英語の中で、機械学習の話に出てくるものには以下のようなものがあります。

  • scaling
  • normalization
  • standarization
  • regularization

これらはそれぞれ異なる意味をもっています。以下でそれについて自分なりに説明してみます。

scaling

特徴量の取りうる範囲を変換することです。

極論を言えば、特徴量に適当な定数を掛け算することも scaling と言えます(手法としてなんの意味も持ちませんが)。

normalization

特徴量の取りうる範囲を ある基準に従うように 変換することです。

例えば x -> (x - m) / (M - m) は、 x を最大値1、最小値0という基準に従うよう変換するので normalization と言えます。

standarization

特徴量の取りうる範囲を 標準正規分布に従うように 変換することです。

具体的には x -> (x - μ) / σ (σは分散) による変換のことです。

regularization

学習の結果として得られるモデルが未知の値に対応できるよう、目的関数に制約を加えること(またはその制約を加えた目的関数を使って学習を行うこと)です。

これについて簡単に説明するのは難しいですが、この先の講義で語られると思います。
とりあえず regularization は上の3つとは全く違う種類の概念と考えてください。

ref.

from coursera-machine-learning.

chezou avatar chezou commented on June 28, 2024

"regularization"は日本語訳でも「正則化」という訳語が使われるのが一般的で、正規化とは別の概念ですね

from coursera-machine-learning.

Related Issues (10)

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.