"フィーチャーにより "の翻訳 英語に:
例 (レビューされていない外部ソース)
あまりよくないスケールのフィーチャーと言えて | So, this might be a |
より少ない数のフィーチャーを使う というのが考えられる つまり もし幾つかのフィーチャー | Other things you might try are to well maybe try a smaller set of features. |
同様に 二番目のフィーチャー | But taking, you know, this max minus min would be fine. |
では新しいアルゴリズムを フィーチャーが一つより多い場合について見てみよう | So that was for when we had only one feature. |
そしてフィーチャーx2の | So that sigma 1 and |
フィーチャーを追加した と考える事が出来る つまりこれまではnフィーチャーだったが | You can think of this as defining an additional zero feature. |
異なるフィーチャーを持つ家たちたりえる | lot of features, maybe a hundred different features of different houses. |
4つのフィーチャーを 表すのに 使う | X subscript 1 X subscript 2 and so on to denote my, in this case, four features and I'm going to continue to use |
フィーチャーの数を表すのに使う つまりこの例では | I'm going to use lowercase n to denote the number of features. |
m人のユーザーのフィーチャーでも | M aircraft engines being manufactured. |
なぜなら たくさんのフィーチャーが あり トレーニングセットを | like it's maybe a good idea, because that is a |
そのフィーチャーをx(i)と呼べたが この新しいノーテーションでは もちろんそれを x(i)の1と 一つのフィーチャーを示すように呼ぶ事となる つまりそれは一つしかフィーチャーを持たない場合だ | There's one little difference which is that when we previously had only one feature, we would call that feature x(i) but now in our new notation we would of course call this x(i)_1 to denote our one feature. |
だが ここに示したような より複雑なデータにはフィットさせられない 5000のフィーチャーと聞くと | line of the ellipses like these, but you certainly cannot fit a more complex data set like that shown here. |
ひょっとしたら現在のフィーチャーの集まりは | Or maybe you need to get additional features. |
これはフィーチャーx0には適用すべきでない 何故ならフィーチャーx0は いつでも1だから | And obviously we want to apply this to the future x zero, because the future x zero is always equal to one, so it cannot have an average value of zero. |
複数フィーチャーの線形回帰の 動く実装を得る事になるよ | But if you implement the algorithm written up here then you have a working implementation of linear regression with multiple features. |
だが他のフィーチャーは このレンジに収まるように 割る事が出来る | So, that's already in that range, but you may end up dividing other features by different numbers to get them to this range. |
割ったりだとか そういう物を捉えたようなフィーチャー そしてデータセンターの | load on this machine divided by the amount of network traffic on this machine? |
100 個だけあるとして これは不十分なフィーチャーであり 左上のようなデータセットには | Here you have only 100 such quadratic features, but this is not enough features and certainly won't let you fit the data set like that on the upper left. |
フィーチャーがたったの2つよりはずっと多い物も たくさん存在する | But for many interesting machine learning problems would have a |
入力フィーチャーを表すのに用いる 具体的には | I to denote the input features of the I training example. |
一つのフィーチャーxと つまり家のサイズと それを使って | linear regression that we developed, we have a single feature x, the size of the house, and we wanted to use that to predict why the price of the house and this was our form of our hypothesis. |
2次式フィーチャーを含めるのは よいアイデアではなさそうだ | So including all the quadratic features doesn't seem |
第一講演では我々がフィーチャーした | These comics are now going to the New York festival. |
フィーチャーx1を 家のサイズの代わりに それを2000で割った物で定義し | Concretely if you instead define the feature X one to be the size of the house divided by two thousand, and define X two to be maybe the number of bedrooms divided by five, then the count well as of the cost function J can become much more, much less skewed so the contours may look more like circles. |
プロットしたようなデータがるとしよう もしこの フィーチャーx1を見てみると | Let's say we have this data set plotted on the upper left of this slide. |
今や 見ての通り 4つのフィーチャーがある これら4つのフィーチャーを使って 家の価格がなぜそうなのかを予測したい | In that case maybe we'll call these features x1, x2, x3, and x4. |
フィーチャーをスケールする というのがある 具体的には | In these settings, a useful thing to do is to scale the features. |
仮説の形式だった xはたった一つのフィーチャーだった だが今やフィーチャーは複数あるので | Previously this was the form of our hypothesis, where x was our single feature, but now that we have multiple features, we aren't going to use the simple representation any more. |
今や複数のフィーチャーがあるのだから | So x2 subscript 3 is going to be equal to 2. Now that we have multiple features, |
特に 勾配降下法 Gradient Descent を複数フィーチャーの線形回帰に | In this video, let's talk about how to fit the parameters of that hypothesis. |
適用しよう とすると たくさんの非線形のフィーチャーに対して ロジスティック回帰を | If you want to apply logistic regression to this problem, one thing you could do is apply |
だからもし x1というフィーチャーがあって | The numbers 1 and 1 aren't too important. |
すべての 2次式フィーチャーを 取り込んで 非線形の 仮説を学習させようとしたら | So, if we were to try to learn a nonlinear hypothesis by including all the quadratic features, that is all the terms of the form, you know, |
最終的にはとてもたくさんの フィーチャー 数百という | And as we saw we can come up with quite a |
オーバーフィットする結果になるからだ また そのような たくさんのフィーチャーを扱うと | lot of features and you might up overfitting the training set, and it can also be computationally expensive, you know, to be working with that many features. |
フィーチャーの多項式を追加する事も出来る 例えばx1の二乗とかx2の二乗とか フィーチャーの積 x1x2など | We can also try adding polynomial features things like x2 square x2 square and product features x1, x2. |
フィーチャーは nが100の時は 計算してみると | In fact, they are going to be order and cube such features and if any is 100 you can compute that, you end up with on the order of about 170,000 such cubic features and so including these higher auto polynomial features when your original feature set end is large this really dramatically blows up your feature space and this doesn't seem like a good way to come up with additional features with which to build none many classifiers when n is large. |
全てのフィーチャーを そしてそれらを効率的に構成して | And so a matrix is a block of numbers that lets me take all of my data, all of my x's. |
多くの場合 各フィーチャーを だいたい 1から1の範囲に | More generally, when we're performing feature scaling, what we often want to do is get every feature into approximately a 1 to 1 range and concretely, your feature x0 is always equal to 1. |
何が起きているかを見てみる事が出来る だが一般的には フィーチャーが一つよりも多い問題に対しては | In this simple example we could plot the hypothesis h of x and just see what was going on. |
今となってはフィーチャーは4つあるのだから | Let's introduce a little bit more notation. |
m個の手本があるとしよう これらの手本の個々は R nに属するフィーチャーと | Let's say that we have an unlabeled training set of M examples, and each of these examples is going to be a feature in Rn so your training set could be, feature vectors from the last |
これらのようにたくさんのフィーチャーがある問題に対しては 仮説をプロットするのが 難しかったり 時には不可能だったりする | But in general for problems with more features than just one feature, for problems with a large number of features like these it becomes hard or may be impossible to plot what the hypothesis looks like and so we need some other way to evaluate our hypothesis. |
フィーチャー または変数として 家のサイズだけを 価格の予測に | But now imagine, what if we had not only the size of the house as a feature or as a variable of which to try to predict the price, but that we also knew the number of bedrooms, the number of house and the age of the home and years. |