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

検索結果- 英語 - 多言語

検索内容:

tail recursive

形容詞
比較不可

(programming) Employing tail recursion.

日本語の意味
プログラミングにおいて、末尾再帰を用いること。
英語の意味
(programming) Employing tail recursion.
このボタンはなに?

末尾再帰を用いた実装は大きな入力でもスタックオーバーフローを起こさなかった。

recursive definitions

名詞
活用形 複数形

plural of recursive definition

原形: recursive definition
日本語の意味
再帰的定義(複数形)。すなわち、ある対象を定義する際に、その定義自体がその対象を含めた形で再帰的に構成される定義の複数形を指す。
英語の意味
plural of recursive definition
このボタンはなに?

教科書に載っている複数の再帰的定義が、生徒たちがフラクタル構造を理解するのに役立った。

recursively enumerable

形容詞
比較不可

(computing theory) Of a set, such that there exists a deterministic algorithm which will list all the items in the set and no others.

日本語の意味
計算理論において、ある集合について、集合に含まれる全ての要素を決定性アルゴリズムによって順次列挙することができる性質を指します。 / すなわち、その集合の要素を列挙する際、決定的なプロセスにより、全ての要素を一つずつ確実に出力できるが、集合外の要素は出力されないという特徴があります。
英語の意味
(computing theory) Of a set, such that there exists a deterministic algorithm which will list all the items in the set and no others.
このボタンはなに?

研究者たちは、決定的なアルゴリズムによって全ての要素が列挙できる有効なプログラム出力の集合が、最終的にすべての出力を列挙する決定的な列挙器によって生成できることを証明した。

primitive recursive

形容詞
比較不可

(mathematics) Of a function, capable of being constructed from the zero function, successor function, and projection functions, by a finite number of applications of composition and recursion.

日本語の意味
数学において、ゼロ関数、後続関数、射影関数から有限回の合成および再帰の適用によって構成可能な関数の性質や、そのような関数そのものを指す。 / 原始再帰関数とも呼ばれ、基本的な初等関数から構築される計算可能な関数のクラスである。
英語の意味
(mathematics) Of a function, capable of being constructed from the zero function, successor function, and projection functions, by a finite number of applications of composition and recursion.
このボタンはなに?

研究者は、その関数が零関数・後続関数・射影関数から合成と再帰を有限回適用することで構成できることを示し、原始再帰的であると証明した。

recursive acronyms

名詞
活用形 複数形

plural of recursive acronym

原形: recursive acronym
日本語の意味
これは「recursive acronym」(再帰的頭字語)の複数形を示しています。
英語の意味
plural of recursive acronym
このボタンはなに?

そのソフトウェアのドキュメントには、開発者を笑わせるような自己参照型の頭字語の複数形がいくつか記載されていた。

co-recursively enumerable

形容詞
比較不可

(computing theory) Describing a set for which there exists a deterministic algorithm that will list all items not in that set.

日本語の意味
その集合に属さない全ての要素を、決定的なアルゴリズムにより列挙可能な集合(補集合が再帰的に列挙可能な集合)であることを指す。
英語の意味
(computing theory) Describing a set for which there exists a deterministic algorithm that will list all items not in that set.
このボタンはなに?

解析中に遭遇した無効なエンコーディングの集合は補再帰列挙可能であり、文法に受理されないすべての文字列を決定的な手続きで列挙できる。

recursive neural networks

名詞
活用形 複数形

plural of recursive neural network

原形: recursive neural network
日本語の意味
再帰型ニューラルネットワーク(複数形):『recursive neural network』の複数形であり、複数の再帰型ニューラルネットワークを指す。
英語の意味
plural of recursive neural network
このボタンはなに?

多くの研究者は、再帰型ニューラルネットワークが構文木や分子構造などの階層的なデータのモデル化に優れていると考えています。

recursive neural network

名詞

(artificial intelligence) A kind of deep neural network created by applying the same set of weights recursively over a structured input, to produce a structured prediction over variable-size input structures.

日本語の意味
再帰型ニューラルネットワーク:特定の構造の入力に対して同一の重みを再帰的に適用し、可変サイズの入力構造に対して構造化された予測を行うディープニューラルネットワークの一種。
英語の意味
(artificial intelligence) A kind of deep neural network created by applying the same set of weights recursively over a structured input, to produce a structured prediction over variable-size input structures.
このボタンはなに?

研究チームは、構造化された入力に同じ重みを再帰的に適用して可変長の構造に対する構造化予測を行う一種の深層ニューラルネットワークを用いて、自然言語処理モデルで複雑な文の構造を解析してラベルを付けました。

関連語

infinite recursions

名詞
活用形 複数形

plural of infinite recursion

原形: infinite recursion
日本語の意味
この単語は「infinite recursion」の複数形です。
英語の意味
plural of infinite recursion
このボタンはなに?

デバッガは呼び出しスタックで複数の無限再帰が発生していると報告し、プログラムは繰り返しクラッシュしました。

primitive recursion

名詞
可算名詞 不可算名詞

(computing theory) Recursion to a fixed depth. / (computing theory) The operator 𝜌, that creates a new function from two functions g, and h, such that:

日本語の意味
固定深さの再帰処理としての原始再帰。 / 2つの関数 g と h から新たな関数を生成する原始再帰の演算子(𝜌)としての原始再帰。
英語の意味
(computing theory) Recursion to a fixed depth. / (computing theory) The operator 𝜌, that creates a new function from two functions g, and h, such that:
このボタンはなに?

多くの初等関数の計算複雑性を分析するには、固定深さの再帰を理解することが不可欠だ。

関連語

plural

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★