Translation of "linear regression for" to Japanese language:
Examples (External sources, not reviewed)
| linear regression for classification problems. | ここに もう一つ |
| linear regression. | 元通りの線形回帰の目的関数に戻します |
| So, that's linear regression. | ビデオでは このモデルをどのように実装していくかをお話します |
| So outliers are particularly bad for linear regression. | データを見れば分かる通り これは線形とは異なる現象を示しています |
| So, here's our linear regression algorithm. | 最初の方のこの項は |
| linear regression isn't a good idea . | 次のビデオでは |
| Right? This was our objective function for the linear regression. | この曲線を見ると J(theta 1) を最小化する値は 見ての通り theta 1 1 です |
| linear regression for fitting a straight line to our data. | これは前回のビデオで |
| So linear regression works well if the data is approximately linear, but there are many examples when linear regression performs poorly. | 必ずしもうまくいくわけではありません これはデータが非線形な曲線に並んでいる例です |
| This model is called linear regression or this, for example, is actually linear regression with one variable, with the variable being x. | 全ての価格を一つの変数 x で予測するものです そして |
| So that's linear regression with gradient descent. | もしあなたが上級線形代数のコースを |
| And thus, using linear regression this way. | この点より右にある全ての点は |
| Linear regression? Do we compute confidence intervals? | あるいは最尤推測値の計算でしょうか |
| Our first learning algorithm will be linear regression. | そのモデルがどのようなもので さらに重要なのは 総合的に |
| Are there closed form solutions of the type we found for linear regression? | それとも反復方法しかないのでしょうか |
| So this is going to be my overall objective function for linear regression. | 目的関数です そしてこれを少し書き直してもっときれいにするために |
| You now know about linear regression and gradient descent. | ここから次は これらのアイデアの いくつかの重要な拡張を伝授する予定だ |
| And let's say you've implement and regularize linear regression. | かくしてコスト関数Jを最小化した |
| And this seems a pretty bad thing for linear regression to have done, right? | 極めて不都合という事に思える でしょ 何故なら これらは我らの陽性な標本で |
| The minimizing of loss is used for linear regression of a new regression problem, and you can write it as follows | 回帰問題の答えw は 可能性のあるベクトルwの中で |
| Thrun In this question I quiz you about linear regression. | 次のようなデータが与えられている場合 |
| This line over here is linear regression to the data. | 図で見ると直線はこのようになります |
| We so far have studied linear functions for regression, but linear functions are also used for classification, and specifically for an algorithm called the perceptron algorithm. | 線形関数は分類にも使うことができ そのアルゴリズムは特別に パーセプトロン と呼ばれています 偶然にもヒトの脳のニューロンに似ていることから |
| In particular let's talk about how to use gradient descent for linear regression with multiple features. | どう使うかを議論していきたい 我らのノーテーションを簡単に要約すると これが複数変数における線形回帰の |
| For linear regression, we compute the quotation B and A, and I give you the formulas | 公式をここに書きます bは以前説明したとおりこれらの項を |
| For such situations there is a model called logistic regression, which uses a slightly more complicated model than linear regression, which goes as follows . | これは線形回帰より複雑なモデルで fをxの線形関数とすると |
| We already have linear regression and we have logistic regression, so why do we need, you know, neural networks? | ロジスティック回帰もある では何故 ニューラルネットワークなんて物が必要なんだ ニューラルネットワークの議論を |
| Then linear regression tries to fit a line that best describes the data. | それではどのように直線を引くのでしょうか |
| Up to this point, I've just been showing you linear relationships, this regression | 散布図の点の中を通っています しかし |
| And if you implement this you will get a working implementation of gradient descent for multivariate linear regression. | 勾配降下法の 動く実装とあいなる このスライドで行いたい最後の仕事は |
| That's our gradient descent algorithm, which should be familiar, and you see the linear linear regression model with our linear hypothesis and our squared error cost function. | もはやお馴染みとなっただろう そしてあなたは 線形回帰のモデルと 線形の仮説 そして二乗誤差のコスト関数も分かってるはず |
| To define linear regression, we need to understand what we are trying to minimize. | 何を最小化するのか理解しましょう 損失関数 と呼ばれているものです |
| And, just to give this another name, this is also called multivariate linear regression. | 多変量の線形回帰とも 呼ばれている |
| And I'll quickly review the linear algebra you need in order to implement and use the more powerful versions of linear regression. | 簡単な線形代数の復習をする 線形代数は線形回帰に便利なだけでなく |
| Regression tester for kate | Kate のための回帰テスター |
| Regression tester for khtml | khtml のための回帰テスター |
| Predicting all the prices as functions of one variable X. And another name for this model is univariate linear regression. | このモデルのもう一つの名前は単回帰です そして単回帰の単は |
| Here's a usual hypothesis of linear regression and if you want to compute H of | の仮説があります h(x) を計算したい場合は お気づきのように右辺では合計を行うことになります |
| So, applying linear regression to a classification problem usually isn't, often isn't a great idea. | 線形回帰を適用するのは 多くの場合は 良い考えではない 最初のケースでは |
| Here is one other funny thing about what would happen if we were to use linear regression for a classification problem. | 万が一 線形回帰を 分類問題に使うと起こりうる おかしい事がある 分類問題では |
| In linear regression, the function has a particular form which is W1 times X plus W0. | この場合はxは一次元つまりN 1です |
| Clearly a linear regression model is a very poor one to explain this data over here. | 線形回帰の別の問題は |
| In linear regression, we are given data and data has still has more than one dimension. | このコースでは2次元のデータを扱ってきました |
| I would now like to ask you to perform linear regression on these data points and calculate for me W0 and W1. | さてこれらのデータ点で線形回帰を実行して w₀とw₁を計算してください このクラスで定義した通り |
| When we were using linear regression, this was the form of a hypothesis, where H of X is theta transpose X. For | 仮説の形はこうなった h(x)は シータの転置にxを掛けた物 |
Related searches : Linear Regression - Linear Regression Equation - A Linear Regression - Linear Multiple Regression - Stepwise Linear Regression - Multiple Linear Regression - Linear Regression Line - Linear Regression Model - Simple Linear Regression - Non-linear Regression - Multivariate Regression - Regression Equation