Translation of "linear regression model" to Japanese language:
Dictionary English-Japanese
Examples (External sources, not reviewed)
| linear regression. | 元通りの線形回帰の目的関数に戻します |
| 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. | ビデオでは このモデルをどのように実装していくかをお話します |
| 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の線形関数とすると |
| linear regression for classification problems. | ここに もう一つ |
| So, here's our linear regression algorithm. | 最初の方のこの項は |
| linear regression isn't a good idea . | 次のビデオでは |
| Clearly a linear regression model is a very poor one to explain this data over here. | 線形回帰の別の問題は |
| So linear regression works well if the data is approximately linear, but there are many examples when linear regression performs poorly. | 必ずしもうまくいくわけではありません これはデータが非線形な曲線に並んでいる例です |
| 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. | もはやお馴染みとなっただろう そしてあなたは 線形回帰のモデルと 線形の仮説 そして二乗誤差のコスト関数も分かってるはず |
| And this data set happens to be fittable by a linear regression model without any residual error. | 数学的計算をせずw₀とw₁の値を求めてください |
| So that's linear regression with gradient descent. | もしあなたが上級線形代数のコースを |
| And thus, using linear regression this way. | この点より右にある全ての点は |
| Linear regression? Do we compute confidence intervals? | あるいは最尤推測値の計算でしょうか |
| So outliers are particularly bad for linear regression. | データを見れば分かる通り これは線形とは異なる現象を示しています |
| Our first learning algorithm will be linear regression. | そのモデルがどのようなもので さらに重要なのは 総合的に |
| You now know about linear regression and gradient descent. | ここから次は これらのアイデアの いくつかの重要な拡張を伝授する予定だ |
| And let's say you've implement and regularize linear regression. | かくしてコスト関数Jを最小化した |
| Predicting all the prices as functions of one variable X. And another name for this model is univariate linear regression. | このモデルのもう一つの名前は単回帰です そして単回帰の単は |
| Thrun In this question I quiz you about linear regression. | 次のようなデータが与えられている場合 |
| 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. | これは前回のビデオで |
| This line over here is linear regression to the data. | 図で見ると直線はこのようになります |
| In previous videos, we talked about the gradient descent algorithm and talked about the linear regression model and the squared error cost function. | 勾配降下法のアルゴリズムについて話し 線形回帰のモデルと 二乗誤差のコスト関数についても話した |
| I talk more comprehensively about the general linear model. | しかしここで我らがやるのは 一般線形モデルをトリックでやる事だ |
| 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. | それではどのように直線を引くのでしょうか |
| 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. | 目的関数です そしてこれを少し書き直してもっときれいにするために |
| Up to this point, I've just been showing you linear relationships, this regression | 散布図の点の中を通っています しかし |
| So, here's a simple regression equation, or, a simple path model. | ここのトップを見ると これはただの単回帰 |
| Suppose we fit a linear regression model with a very high order polynomial, but to prevent overfitting, we are going to use regularization as shown here. | 線形回帰で フィッティングしたとする だがオーバーフィットを防ぐ為に |
| We could run this in just one regression equation, so, in, in R, just use the lm function, linear model, predict Y from these three predictors. | Rでは単にlm関数 Linear Modelの関数使って これら3つの予測変数から Yを予測する 実際には 我らはXとZの積を入れた 新しい列を 我らのデータフレームに作る必要がある |
| The minimizing of loss is used for linear regression of a new regression problem, and you can write it as follows | 回帰問題の答えw は 可能性のあるベクトルwの中で |
| To define linear regression, we need to understand what we are trying to minimize. | 何を最小化するのか理解しましょう 損失関数 と呼ばれているものです |
| And this seems a pretty bad thing for linear regression to have done, right? | 極めて不都合という事に思える でしょ 何故なら これらは我らの陽性な標本で |
| And, just to give this another name, this is also called multivariate linear regression. | 多変量の線形回帰とも 呼ばれている |
| So you'll see that the regression model is really just the equation. | 次に回帰係数の見積りの考えについて話します |
| So, that whole regression equation is represented in this simple path model. | これは人々が何十年も使い続けている標準化されたノーテーションだ |
| And I'll quickly review the linear algebra you need in order to implement and use the more powerful versions of linear regression. | 簡単な線形代数の復習をする 線形代数は線形回帰に便利なだけでなく |
| You can see I did a, the LM function for Linear Model. | それをdemoと呼ぶ 行列の代数をデモしてるから そしてY, X1, X2を使う |
| But what we're doing here is we're tricking the general linear model. | 一般線形モデルとはこの方程式の事で それは全ての予測変数が加算的と仮定している |
| 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. | 線形回帰を適用するのは 多くの場合は 良い考えではない 最初のケースでは |
| In linear regression, the function has a particular form which is W1 times X plus W0. | この場合はxは一次元つまりN 1です |
Related searches : Linear Regression - Regression Model - Linear Regression Equation - A Linear Regression - Linear Multiple Regression - Stepwise Linear Regression - Multiple Linear Regression - Linear Regression Line - Simple Linear Regression - Non-linear Regression - Linear Regression For - Poisson Regression Model - Cox Regression Model - Logistic Regression Model