本文へスキップ
ログインすると広告が減り、学習に集中できます。
広告

検索結果- 英語 - 多言語

検索内容:

Johnson's algorithm

固有名詞

(graph theory) An algorithm for finding the shortest paths between all pairs of vertices in an edge-weighted directed graph.

日本語の意味
グラフ理論において、重み付き有向グラフの全頂点間の最短経路を効率的に求めるためのアルゴリズム
英語の意味
(graph theory) An algorithm for finding the shortest paths between all pairs of vertices in an edge-weighted directed graph.
このボタンはなに?

辺に重みのある有向グラフで最短経路を計算する際、全点対最短経路を求めるジョンソンのアルゴリズムの実装は、ダイクストラ法を繰り返し実行する方法よりも高速でした。

Strassen algorithm

固有名詞

(computing theory) An algorithm for matrix multiplication.

日本語の意味
行列乗算のためのアルゴリズム。特に、ストラッセンのアルゴリズムは従来の手法よりも少ない乗算回数で行列の積を計算する効率的な手法として知られる。
英語の意味
(computing theory) An algorithm for matrix multiplication.
このボタンはなに?

ベンチマークでは、シュトラッセンのアルゴリズムは大きな行列の乗算において標準的な手法よりも優れていました。

Gibbs algorithm

固有名詞

(statistical mechanics) A criterion for choosing a probability distribution for the statistical ensemble of microstates of a thermodynamic system by minimizing the average log probability ⟨ ln p_i⟩=∑ᵢp_i ln p_i,, subject to the probability distribution pᵢ satisfying a set of constraints (usually expectation values) corresponding to the known macroscopic quantities.

日本語の意味
統計力学において、熱力学系のミクロ状態の統計アンサンブルの確率分布を、制約条件(通常は期待値)に基づいて定めるために、平均対数確率(∑ p_i ln p_i)の最小化を用いる選択基準。 / ギブズのアルゴリズムとも呼ばれ、既知の巨視的量に対応する制約条件を満たす確率分布の設定手法。
英語の意味
(statistical mechanics) A criterion for choosing a probability distribution for the statistical ensemble of microstates of a thermodynamic system by minimizing the average log probability ⟨ ln p_i⟩=∑ᵢp_i ln p_i,, subject to the probability distribution pᵢ satisfying a set of constraints (usually expectation values) corresponding to the known macroscopic quantities.
このボタンはなに?

ギブズの最大エントロピー原理を用いて、既知の巨視的制約を満たすように平均対数確率⟨ln p_i⟩を最小化する統計アンサンブルを選択した。

関連語

canonical

Algorithm X

固有名詞

(computing theory) A recursive, nondeterministic, depth-first backtracking algorithm for solving the decision problem of whether an exact cover exists.

日本語の意味
アルゴリズム X は、計算理論において、正確なカバーが存在するかどうかの決定問題を解くための再帰的、非決定的、深さ優先バックトラッキングアルゴリズムです。
英語の意味
(computing theory) A recursive, nondeterministic, depth-first backtracking algorithm for solving the decision problem of whether an exact cover exists.
このボタンはなに?

大きな厳密被覆のインスタンスに直面したとき、研究チームは厳密被覆が存在するかどうかを判定するための再帰的で非決定的な深さ優先バックトラッキングアルゴリズムを実装して、可能な解を効率的に探索しました。

Warnock's algorithm

固有名詞
別表記 異形

Alternative form of Warnock algorithm

日本語の意味
Warnock algorithmの別形
英語の意味
Alternative form of Warnock algorithm
このボタンはなに?

ラスタライズが複雑な交差を効率的に解決できないとき、レンダラーはシーンを細分化して可視性を解決するためにウォーノック法の変種を使用した。

ziggurat algorithm

名詞

(statistics) An algorithm for pseudorandom number sampling, relying on an underlying source of uniformly-distributed random numbers as well as computed tables.

日本語の意味
統計学において、均一分布の乱数を基に計算済みのテーブルを利用して疑似乱数を生成するアルゴリズム
英語の意味
(statistics) An algorithm for pseudorandom number sampling, relying on an underlying source of uniformly-distributed random numbers as well as computed tables.
このボタンはなに?

正規分布に従うサンプルを高速で生成するために、そのライブラリは一様分布の乱数源と事前計算されたテーブルに依拠する擬似乱数サンプリングのアルゴリズムを実装しており、必要な場合にのみより遅い手法にフォールバックします。

関連語

plural

ziggurat algorithms

名詞
活用形 複数形

plural of ziggurat algorithm

原形: ziggurat algorithm
日本語の意味
「ジグラートアルゴリズム」の複数形
英語の意味
plural of ziggurat algorithm
このボタンはなに?

多くのモンテカルロシミュレーションでは、ジグラット法が正規分布に従う乱数の生成を大幅に高速化します。

Peterson's algorithm

固有名詞

(computing theory) A concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use resource without conflict, using only shared memory for communication.

日本語の意味
(計算理論)複数のプロセスが共有メモリのみを用いて通信しながら、1つの専用リソースを競合なく使用するための相互排他制御アルゴリズム
英語の意味
(computing theory) A concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use resource without conflict, using only shared memory for communication.
このボタンはなに?

並行性に関する講義中、教授は共有メモリのみを用いて通信し、2つ以上のプロセスが競合することなく単独で使用する資源を共有できるようにする排他制御のための並行プログラミングアルゴリズムを実演した。

Euclidean algorithm

名詞
歴史的

(historical) Any of certain algorithms first described in Euclid's Elements.

日本語の意味
ユークリッドの『原論』で初めて記載されたアルゴリズムの総称。特に、2つの整数の最大公約数を求める互除法を指すことが多い。
英語の意味
(historical) Any of certain algorithms first described in Euclid's Elements.
このボタンはなに?

学者たちは、ユークリッド『原論』に記述された算法が古代において単一の方法を指すのか、それとも一連の手続き群を指すのかを議論した。

関連語

plural

Viterbi algorithm

固有名詞

A dynamic programming algorithm for finding the most likely sequence of hidden states (the Viterbi path) that results in a sequence of observed events.

日本語の意味
観測された事象の系列から、最も尤もらしい隠れ状態の系列(Viterbi経路)を求めるための、動的計画法に基づいたアルゴリズム
英語の意味
A dynamic programming algorithm for finding the most likely sequence of hidden states (the Viterbi path) that results in a sequence of observed events.
このボタンはなに?

ノイズの多い音声信号から最も確からしい音素列を復号するため、隠れ状態の最も尤もらしい系列を求める動的計画法を実装しました。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

アプリをダウンロード!
DiQt

DiQt(ディクト)

無料

★★★★★★★★★★