Translation of "iterative" to Japanese language:


  Examples (External sources, not reviewed)

Iterative fractals. Written by Scott Draves 1993.
繰り返しによるフラクタル Scott Draves 1993年作
Or do we have to resort to iterative methods?
一般的には残念ながら 反復方法に頼らざるを得ません
So, without needing an iterative algorithm like gradient descent.
そんなアルゴリズムについて話す時
J, without needing to use and iterative algorithm like gradient descent.
アルゴリズム無しで解く方法 このコースでも後ほど
K Means is an iterative algorithm and it does two things.
最初はクラスタの割り付けステップ
I always though recursive calls were more efficient that iterative functions.
エヴァンス教授のお話では
Recursive procedures are often easier to reason about than iterative ones.
末尾再帰除去を提供する言語を使う場合は
Well, as someone with some programming experience, you know that there are not only iterative algorithms, iterative programs, like the one we just outlined for integer multiplication.
繰り返しのアルゴリズム以外にも 再帰のアルゴリズムという物が 存在する事を知っている人もいるでしょう これらは典型的には自分自身を 自分と似た入力で
We went through an iterative process of producing better and better models.
より良いモデルを作っていきました このモデルを作ったときは
The general answer is, unfortunantly, we have to resort to iterative methods.
特別な解き方はいくつかありますが
Perceptron is an iterative algorithm that is not dissimilar from grade descent.
事実その更新式は勾配降下法と同様で アルゴリズムは次のように説明できます
Designers recognize this type of collaboration as the essence of the iterative process.
反復型プロセスの本質だと気付かれるでしょう 作るたびにフィードバックが得られ
Generates random mountain ranges using iterative subdivision of triangles. Written by Tobias Gloth 1997.
三角形の反復分割によってランダムな山岳地帯を描画します Tobias Gloth 1997年作
He was learning about our process about design thinking, about empathy, about iterative prototyping.
反復的試作といった 過程について 学んでいました ダグはその新しい知識を使って すごいことをしました
And if you haven't found it yet, that's why the customer development process is an iterative circle.
この活動を何度も繰り返すことは想定済みです
We take AD and BC, we add them together, using the just standard 1st grade iterative addition algorithm.
繰り返しの足し算のアルゴリズムで そしてその結果とACをたくさんの0でパディング 0を埋めて桁合わせする
It was that hands on iterative process which is so much like vernacular design and folk design in traditional cultures.
民芸品や土着のデザインのような 実地の作業の繰り返しです それが モダンデザインと伝統的デザインの
N which, especially as N grows large, it is far superior to the more simple iterative algorithms like insertion or selection sort.
挿入ソートや選択ソートよりも遥かに優れる事になる
You should not even necessarily have any intuition about how this compares to the iterative algorithm you learned back in elementary school.
直感的に分かるとは限りません だからその質問に答える代わりに 数講義後でその質問にも答えますが 二番目の 整数の掛け算の
Ità   s much shorter than the iterative solution would be and ità   s easier to understand and follow.
内容を理解してたどりやすくなります 一方パフォーマンスが問題になる場合として フィボナッチ数列の例がありましたね
So you could be building products anything from microprocessors to medical equipment to hardware, software, etc. using an iterative and incremental engineering process.
ソフトウエアでもこのイテレーション開発プロセスを することはできるのです それが完了したら正式なプロセスで商品を 管理すればいいのです
So I could say for i and i is this variable that's often used in for loops and iterative loops and iterative means you keep doing something over and over again. for i in and let me do a simple one, in range, and I'm just gonna say, 5, range(5)
for i とします i は for ループや繰り返しのループの中でしばしば使われる変数です 繰り返しとは ある操作を何度も実行するという意味です for i in range としました
We then execute that on the robot, we observe what happens, then we adjust the controls, using a sequence of techniques called iterative learning.
結果を確認します そしてロボットの制御を 反復学習とよばれる 手法を用いて調整します
Humans are so amazing how we think, our non linear approaches, our creativity, iterative hypotheses, all very difficult if possible at all for computers to do.
創造力や反復仮説は 非常に驚くべき能力です コンピューターで 仮に万一実現できるとしても 非常に難しい分野です
So I want to ask if other programming languages like C or Java improve the recursive calls in order to always be more efficient that the iterative method.
再帰呼び出しの方が繰り返し処理よりも 効率的になりますか マニュエルさん 質問をありがとうございます
The reason for doing that is really it's a very useful way of thinking, even if you need to eventually turn the procedure into an iterative version of it.
最終的に繰り返しの関数に変換する必要は あるかもしれませんが 再帰を使って書き再帰定義が どのように機能するのかを理解することで
First it turns out that in order to solve this minimization problem, turns out there's an algorithm for solving for theta zero and theta one exactly without needing an iterative algorithm.
あることが判明する 再急降下法のようなアルゴリズムは 知っての通り 何度か繰り返しが必要だった
So you could solve this problem recursively, and that's what I did my first time, but I feel that the iterative solution is a bit simpler and more intuitive to understand.
繰り返し解法は少しシンプルで 直感的に理解できると思います 常に同じとは限りませんが これが私が説明しようとしていたことです
That sort of safe space allowed at least the creative group of designers behind MP6, to kind of, feel like have a more iterative and open process certainly between them and made it more likely for candid feedback between folks.
ある意味安全なスペースがあることで 少なくとも MP6 のクリエイティブなデザイナーたちは お互いにイテレーションできるオープンなプロセスが
You can think about this kind of rapid prototyping strategy that we're talking about as being kind of like simulated annealing, where you have a space of possible options, some of them better than the others, and what often happens with serial iterative deisgn is that you can hillclimb to the best one.
観客のオタクのため このような話をしているラピッドプロトタイピング戦略を考えることができます
So summarizing, overall, the number of primitive operations required to multiply two N digit numbers using this procedure grows quadratically with the length N. So, for example, if you double the length of two numbers, you expect to do roughly four times as many primitive operations, if you use this iterative algorithm for multiplying two numbers.
二乗の速さで増加していきます だから例えば 2つの数の長さを二倍にすると だいたい4倍のプリミティブの演算が必要になると予想できる もしこの繰り返しのアルゴリズムを使えば ですが 今 あなたがどんな類の三年生かによりますが