Глоссарий





Новости переводов

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies

22 ноября, 2023

Proofreading of English text



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Alice

Глоссарий по искусственному интеллекту
    Alice is a data mining toolkit based on decision trees. it is designed for end users and includes a graphical front-end. see also: ac2, http://www.alice-soft.com/products/alice.html




Brute force algorithm, английский
    Algorithms that exhaustively examine every option are often referred to as brute force algorithms. while this approach will always lead to the ``best" solution, it can also require unreasonable amounts of time or other resources when compared to techniques that use some other property of the problem to arrive at a solution, techniques that use a greedy approach or a limited look-ahead. an example would be the problem of finding a maximum of a function. a brute force step would divide the feasible region into small grids and then evaluate the results at every point over the grid. if the function is "well-behaved," a smarter algorithm would evaluate


Logic databases, английский
    Also known as declarative logic programming, these databases represent knowledge as logical relations and use deduction to solve problems. logic databases are simply declarative, with no procedural element as in