Closed13

cousera machine learning

bayamasabayamasa

Machine Learning definition

明瞭なプログラミングなしに、コンピューターに学ぶ能力を与えることを研究する分野

bayamasabayamasa

Supervised Learning

Give the answer what is right. Then the algorism produce the answer nearly the given answer.

Regression : Predict continuous valued output.

bayamasabayamasa

If you use infinite number to the predictions, how does the computer store the attributes to the memory.

Ans : use support vectol machine.
Support vectol machine : 見せかけの無限を作り出す事ができる。

bayamasabayamasa

Unsupervised Learning

Data doesn't have any labels

For example : google news
This site shows a lot of artcles and news. It aligns down the lists.
When you see the some news the title like 'BP Oil spill', you'll click on that.
Jumping to the page, it's wall street journal.com.
Back to that, you click the same link again. You'll see CNN page.
Because of unsupervised learning, same titles or similar ones aggregate to the same link.

bayamasabayamasa

Use for social network analysis, Market segmentation, or Organize computing clusters

bayamasabayamasa

もし最急降下法でJ(θ)が一度でも大きくなってしまう場合は、αが大きすぎる。

bayamasabayamasa

逆に勾配が少なすぎるとそれはαが小さすぎるとも言える。

bayamasabayamasa

nを要素数、mをサンプル数とする場合の2つの線形回帰のメリデメ

最急降下法 正規方程式
Learning rate αが必要 αは必要ない
繰り返し実行しなければいけない 繰り返し実行は不要
nが大きい場合でも動作する nが大きい場合は実行速度が遅くなる
行列の計算を必要としない (X^T * X)^-1の行列計算が必要となる
bayamasabayamasa

ten thousand 10^6を超える場合は、最急降下法を使用したりする

このスクラップは2021/10/15にクローズされました