"フィーチャー クリープ"の翻訳 英語に:


  辞書 日本-英語

クリープ - 翻訳 : クリープ - 翻訳 : クリープ - 翻訳 :

  例 (レビューされていない外部ソース)

そしてフィーチャーx2の
So that sigma 1 and
同様に 二番目のフィーチャー
But taking, you know, this max minus min would be fine.
m人のユーザーのフィーチャーでも
M aircraft engines being manufactured.
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
フィーチャーを追加した と考える事が出来る つまりこれまではnフィーチャーだったが
You can think of this as defining an additional zero feature.
これはフィーチャー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.
第一講演では我々がフィーチャーした
These comics are now going to the New York festival.
より少ない数のフィーチャーを使う というのが考えられる つまり もし幾つかのフィーチャー
Other things you might try are to well maybe try a smaller set of 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,
または多分あなたの部分は許容範囲外クリープを始めています
For example, your jaws might be worn or damaged
だからもし x1というフィーチャーがあって
The numbers 1 and 1 aren't too important.
あまりよくないスケールのフィーチャーと言えて
So, this might be a
異なるフィーチャーを持つ家たちたりえる
lot of features, maybe a hundred different features of different houses.
彼女はむしろクリープそれらの罪のない味のアメリカンドリンクの一つのようだった
She made me feel that there was nothing I wouldn't do for her.
フィーチャーの多項式を追加する事も出来る 例えばx1の二乗とかx2の二乗とか フィーチャーの積 x1x2など
We can also try adding polynomial features things like x2 square x2 square and product features x1, x2.
なぜなら たくさんのフィーチャーが あり トレーニングセットを
like it's maybe a good idea, because that is a
フィーチャーは 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.
今となってはフィーチャーは4つあるのだから
Let's introduce a little bit more notation.
入力フィーチャーを表すのに用いる 具体的には
I to denote the input features of the I training example.
ひょっとしたら現在のフィーチャーの集まりは
Or maybe you need to get additional features.
これら全てのフィーチャー この場合は4つを全て
So now we have, you know, four features. We want to use these four features to predict why the price of the house.
フィーチャーをスケールする というのがある 具体的には
In these settings, a useful thing to do is to scale the features.
二次のフィーチャーの数は オーダーnの二乗で 成長する
And, asymptotically, the number of quadratic features grows roughly as order n squared, where n is the number of the original features,
そのフィーチャーを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.
今や 見ての通り 4つのフィーチャーがある これら4つのフィーチャーを使って 家の価格がなぜそうなのかを予測したい
In that case maybe we'll call these features x1, x2, x3, and x4.
フィーチャーの数を表すのに使う つまりこの例では
I'm going to use lowercase n to denote the number of features.
最終的にはとてもたくさんの フィーチャー 数百という
And as we saw we can come up with quite a
特に 勾配降下法 Gradient Descent を複数フィーチャーの線形回帰に
In this video, let's talk about how to fit the parameters of that hypothesis.
一つのフィーチャー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.
二番目のトレーニング手本の フィーチャーのベクトルとなる だからx2は
X2 is going to be a vector of the features for my second training example.
全てのフィーチャーを そしてそれらを効率的に構成して
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.
2次式フィーチャーを含めるのは よいアイデアではなさそうだ
So including all the quadratic features doesn't seem
その場合はこれらのフィーチャーをx1 x2 x3 x4と呼ぶだろう
And you want to use that to predict the price of the houses.
与えるフィーチャーの選択とか 正規化パラメータをどう選ぶかとか
That's always your skill in applying this algorithms.
複数フィーチャーの線形回帰の 動く実装を得る事になるよ
But if you implement the algorithm written up here then you have a working implementation of linear regression with multiple features.
フィーチャー または変数として 家のサイズだけを 価格の予測に
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.
フィーチャーx1とx2はどちらも だいたい 0.5から0.5の間の値を
In both of these cases, you therefore wind up with features x1 and x2.
今後議論する事になる ここまでは ただ一つだけのフィーチャー
We'll talk about its advantages and disadvantages later. Second, we'll also talk about algorithms for learning with a larger number of features.
我らのフィーチャーであるx1 x2 x3をインプットする所だから 最後のレイヤーは
layer because this is where we input our features, x1 x2 x3.
だが他のフィーチャーは このレンジに収まるように 割る事が出来る
So, that's already in that range, but you may end up dividing other features by different numbers to get them to this range.
2次や 3次のフィーチャーを 加えたもの これは n が大きい時に
So, simple logistic regression together with adding in maybe the quadratic or the cubic features
我らのアノマリー検出のアルゴリズムはこうなる 最初のステップはフィーチャーを選ぶ事
So putting everything together, here is our anomaly detection algorithm.
このベクトル 1416 3 2 40となる 何故ならそれらが4つのフィーチャー
And so X2 here is going to be a vector 1416, 3, 2, 40 since those are my four features that I have to try to predict the price of the second house.

 

関連検索 : フィーチャー・クリープ - とフィーチャー - フィーチャー誌 - フィーチャー番号 - フィーチャー映画 - フィーチャー認識 - 曲をフィーチャー - クリープ値 - 低クリープ - 抗クリープ - フィーチャーにより、 - 部品とフィーチャー