"最適化することにより "の翻訳 英語に:
例 (レビューされていない外部ソース)
この点が単純化や最適化することと | I save it every time we're in this loop. |
よりよい最適化はできますが | So there's plenty of room for creativity in optimization. |
最適化問題が最小化問題になります | We maximized the posterior probability of data logarithmic is a monotonic function, and I put a minus sign over here so the optimization problem becomes a minimization problem. |
常に最適化 | Always Best |
大きなファイルに最適化する | Optimize for large files |
最適化 | Best |
最適化 | Optimized |
最適化 | Compaction |
最適化 | Optimize |
最適化 | Optimization |
最適化は保守的だと言われることがあります | We're never changing the meaning of the program. |
バグ修正と最適化 | Bugfixes and optimizations |
最適化すれば SVMにより学習したパラメータを 得られる | So,that's gives us our overall optimization objective function for the Support Vector |
それにより全く違う最適化戦略を | The goal is to control cancer. |
プログラミングにおける最適化は | We have to be correct. |
最後のヒントは一連のノードの最初と最後には この最適化を適用しないということです | Now let's go and implement this. |
フォルダを最適化 | Compact Folder |
データベースの最適化 | Compacting database |
同じ結果を計算しつつプログラムを高速にする 最適化があります 私は最適化が大好きです | So one of the topics that we cover in this class is optimization, making a program faster but having it compute the same result, and I like optimization a lot. |
これは最適化の大原則です | This is the critical rule of optimization. |
不明な最適化 | Unknown Optimization |
最適化における黄金律は | exception 0 divided by 0 raises an exception. |
以下のような最適化問題があるとする 実数のuを (u 5)の二乗 1を 最小化するように選ぶ | Here is what I mean, to give you a concrete example, suppose I had a minimization problem that you know minimize over a real number u of u minus 5 squared, plus 1, right. |
化け物を 遠ざけるのに最適 | Best chance of keeping those thing out. |
データベースを最適化する前に現在のプロジェクトを閉じる必要があります プロジェクトは最適化した後に再び開きます 続けますか | The current project has to be closed before compacting the database. It will be open again after compacting. Do you want to continue? |
つまりこの最適化は行われません | We're only checking for the B the right position to be the constant number. |
この場合の最適化とは コードの速度を上げることです | Job two make it fast. |
その場合はこの最適化の目的関数を 最小化する時に 値を選ぶ時に | If C is very, very large, then when minimizing this optimization objective, we're going to be highly motivated to choose a value, so that this first term is equal to zero. |
今すぐ最適化File size in bytes | Compact Now |
パワー調整の最適化に失敗 | Optimum Power Calibration failed. |
最適化で速くするのではなく より正しくしたい時は | What if I want to fix your program |
スペースを節約し より速く動くように 現在のデータベースプロジェクトを最適化します | Compacts the current database project, so it will take less space and work faster. |
パワー調整を最適化中 | Performing Optimum Power Calibration |
分子を自動最適化 | AutoOpt Molecule |
現在のデータベースプロジェクトを最適化 | Compact the current database project |
3つめの例は最適化です | But often domain specific languages do a better job at it. |
どのような最適化を実装するのか 確かめる必要があります | And I'm going to do that by transforming the parse tree directly. |
これは最適化関数で抽象構文木を引数に取ります | That way, it makes it much easier to check if new statements invalidate a cached response. |
0にしよう というコンテキストで 最適化問題は どうなるかを | So let's try to understand the optimization problem in the context of, what would it take to make this first term in the objective equal to zero, because you know, maybe we'll set C to some huge constant, and this will hope, this should give us additional intuition about what sort of hypotheses a support vector machine learns. |
同じようにxで置き換える最適化をしてしまうと | Here I've changed the middle statement to be b equals 2. |
コスト関数を最適化する アルゴリズムに入っていきます | In the next video, we'll start to talk about an algorithm for trying to optimize the cost function. |
まずは最適化の候補として | We have to get the same answer, just in less time. |
テーブルの利用を最適化しているのです | Its not particularly dynamic and it doesn't really change the way you think about programming. |
どれだけ最初の項を最適化するか vs どれだけ二番目の項の最適化を重視するか をパラメトライズする異なるやり方に過ぎない 必要に応じて | So this is just a different way of controlling the trade off or just a different way of parametrizing how much we care about optimizing the first term versus how much we care about optimizing the second term. |
プログラムは想定どおりに動いて 最適化によって変化してはなりません 最後は テストケースを変えると バグの位置を特定するのに役立つ | Now what correct is, it can vary depending on what your actual goals are, but the program should work as you intend it and once you start optimizing things that shouldn't change. |