reduce redundance - определение. Что такое reduce redundance
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое reduce redundance - определение

COMPUTER ALGEBRA SYSTEM GEARED TOWARDS APPLICATIONS IN PHYSICS
REDUCE; Reduce computer algebra system; REDUCE (computer algebra system)
Найдено результатов: 67
Shift-reduce parser         
PARSING METHOD
Shift-reduce parsing; Shift reduce parsing; Shift-Reduce Parser; Shift reduce parser; Wikipedia talk:Articles for creation/Shift-Reduce Parsers; Shift reduce; Shift-reduce
A shift-reduce parser is a class of efficient, table-driven bottom-up parsing methods for computer languages and other notations formally defined by a grammar. The parsing methods most commonly used for parsing programming languages, LR parsing and its variations, are shift-reduce methods.
Fold (higher-order function)         
FAMILY OF HIGHER-ORDER FUNCTIONS THAT ANALYZE A RECURSIVE DATA STRUCTURE AND BUILD UP A RETURN VALUE
Foldl; Foldr; Right fold; Left fold; Reduce (higher-order function); Fold function; Fold (higher order function); Accumulate (higher-order function); Fold (function); Reduce function; FoldLeft; FoldRight
In functional programming, fold (also termed reduce, accumulate, aggregate, compress, or inject) refers to a family of higher-order functions that analyze a recursive data structure and through use of a given combining operation, recombine the results of recursively processing its constituent parts, building up a return value. Typically, a fold is presented with a combining function, a top node of a data structure, and possibly some default values to be used under certain conditions.
MapReduce         
PROGRAMMING MODEL FOR EFFICIENT QUERIES OVER HUGE DATASETS
Mapreduce; Map Reduce; Map reduce; Map/reduce; Map-reduce; Hadoop map
MapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a cluster.
redundancy         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
(redundancies)
1.
When there are redundancies, an organization tells some of its employees to leave because their jobs are no longer necessary or because the organization can no longer afford to pay them. (BRIT BUSINESS; in AM, use dismissals
, layoffs
)
The ministry has said it hopes to avoid compulsory redundancies.
N-COUNT: usu pl
2.
Redundancy means being made redundant. (BUSINESS)
Thousands of bank employees are facing redundancy as their employers cut costs...
N-UNCOUNT
redundant         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
a.
1.
Excessive, superabundant, exuberant, superfluous, overflowing, plentiful, copious.
2.
Diffuse.
Redundancy         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
·noun That which is redundant or in excess; anything superfluous or superabundant.
II. Redundancy ·noun The quality or state of being redundant; superfluity; superabundance; excess.
III. Redundancy ·noun Surplusage inserted in a pleading which may be rejected by the court without impairing the validity of what remains.
Collective operation         
  • Information flow of All-Gather operation performed on three nodes.
  • Information flow of All-Reduce operation performed on three nodes. f is the associative operator and α is the result of the reduction.
  • Information flow of All-to-All operation performed on three nodes. Letters indicate nodes and numbers indicate information items.
  • Information flow of Broadcast operation performed on three nodes.
  • Information flow of Gather operation performed on three nodes.
  • Information flow of Prefix-Sum/Scan operation performed on three nodes. The operator + can be any associative operator.
  • Information flow of Reduce operation performed on three nodes. f is the associative operator and α is the result of the reduction.
  • Information flow of Scatter operation performed on three nodes.
TYPE OF OPERATION IN PARALLEL COMPUTING
Collective function; All-Reduce
Collective operations are building blocks for interaction patterns, that are often used in SPMD algorithms in the parallel programming context. Hence, there is an interest in efficient realizations of these operations.
redundant         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
1.
If you are made redundant, your employer tells you to leave because your job is no longer necessary or because your employer cannot afford to keep paying you. (BRIT BUSINESS; in AM, use be dismissed
)
My husband was made redundant late last year.
...a redundant miner.
ADJ
2.
Something that is redundant is no longer needed because its job is being done by something else or because its job is no longer necessary or useful.
Changes in technology may mean that once-valued skills are now redundant.
ADJ: usu v-link ADJ
Redundance         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
·noun ·Alt. of Redundancy.
Redundant         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
·adj Using more worrds or images than are necessary or useful; pleonastic.
II. Redundant ·adj Exceeding what is natural or necessary; superabundant; exuberant; as, a redundant quantity of bile or food.

Википедия

Reduce (computer algebra system)

Reduce is a general-purpose computer algebra system geared towards applications in physics.

The development of the Reduce computer algebra system was started in the 1960s by Anthony C. Hearn. Since then, many scientists from all over the world have contributed to its development under his direction.

Reduce is written entirely in its own LISP dialect called Portable Standard Lisp, expressed in an ALGOL-like syntax called RLISP. The latter is used as a basis for Reduce's user-level language.

Implementations of Reduce are available on most variants of Unix, Linux, Microsoft Windows, or Apple Macintosh systems by using an underlying Portable Standard Lisp or Codemist Standard LISP implementation. The Julia package Reduce.jl uses Reduce as a backend and implements its semantics in Julia style.

Reduce was open sourced in December 2008 and is available for free under a modified BSD license on SourceForge. Previously it had cost $695.