Бази даних

Наукова електронна бібліотека - результати пошуку

Mozilla Firefox Для швидкої роботи та реалізації всіх функціональних можливостей пошукової системи використовуйте браузер
"Mozilla Firefox"

Вид пошуку
Сортувати знайдені документи за:
авторомназвоюроком видання
Формат представлення знайдених документів:
повнийстислий
 Знайдено в інших БД:Реферативна база даних (19)Книжкові видання та компакт-диски (24)
Пошуковий запит: (<.>U=З970.5-018.2$<.>)
Загальна кількість знайдених документів : 7
Представлено документи з 1 до 7

   Тип видання:   підручник   
1.

Thuraisingham, B.
Web data mining and applications in business intelligence and counter-terrorism [Electronic resource] / B. Thuraisingham. - Boca Raton : Auerbach Publications, 2003. - 516 p.

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Armed with the knowledge contained in this book, businesses can collect and analyze Web-based data to help develop customer relationships, increase sales, and identify existing and potential threats.



Кл.слова:
видобуток даних -- аналіз даних

   Тип видання:   методичний посібник   
2.

Bartak, R.
Interactive Prolog guide [Electronic resource] / R. Bartak. - Prague : [s. n.], 1998
Переклад назви: Інтерактивне керівництво Prolog

Рубрики:

  Повний текст доступний у читальних залах НБУВ




Кл.слова:
програмування

   Тип видання:   методичний посібник   
3.


Natural Language Understanding and Logic Programming, II [Electronic resource] / ed. V. Dahl, P. Saint-Dizier. - Amsterdam : Elsevier, 1988. - 353 p.
Переклад назви: Розуміння природної мови і логіки програмування

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Natural language parsing was one of the main motivations from which Prolog was developed Metamorphosis grammars, designed by Alain Colmerauer at GIA Marseille, was the first logic-based formalism for natural language parsing These grammars have inspired a number of other logic-based grammar formalisms and implementations which are now commonly used and some of which are still under intense research. These formalisms are very close per se to Metamorphosis grammar, some of them were motivated by the need to enhance the ease of writing grammar rules, others support deeper linguistic motivations and concepts. Natural language semantics and pragmatics are now two major fields in linguistics, philosophy as well as artificial intelligence and, obviously, computational linguistics. Surprisingly enough, up to now, this area was somewhat neglected, except by a small number of researchers among us. With the development of large and efficient Prolog interpreters and compilers and with the expansion of the theoretical aspects of Logic Programming, the study of natural language semantics and related pragmatic aspects is now becoming a very attractive topic.



Кл.слова:
програмування

   Тип видання:   методичний посібник   
4.

Fisher, J. R.
Prolog Tutorial [Electronic resource] / J. R. Fisher. - Pomona : [s. n.], 2004
Переклад назви: Підручник з Prolog

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Prolog is a logical and a declarative programming language. The name itself, Prolog, is short for PROgramming in LOGic. Prolog's heritage includes the research on theorem provers and other automated deduction systems developed in the 1960s and 1970s. The inference mechanism of Prolog is based upon Robinson's resolution principle (1965) together with mechanisms for extracting answers proposed by Green (1968). These ideas came together forcefully with the advent of linear resolution procedures. Explicit goal-directed linear resolution procedures, such as those of Kowalski and Kuehner (1971) and Kowalski (1974), gave impetus to the development of a general purpose logic programming system. The "first" Prolog was "Marseille Prolog" based on work by Colmerauer (1970). The first detailed description of the Prolog language was the manual for the Marseille Prolog interpreter (Roussel, 1975). The other major influence on the nature of this first Prolog was that it was designed to facilitate natural language processing.



Кл.слова:
програмування

   Тип видання:   методичний посібник   
5.


iProlog Programmer's Manual [Electronic resource]. - [S. l. : s. n.]
Переклад назви: Керівництво програміста iProlog

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Prolog was invented in the early seventies by Alain Colmerauer and is colleagues at the University of Marseille. Prolog stands for Programmation en Logique (Programming in Logic). Prolog differs from the most common programming languages because it is a declarative language. This means that the programer specifies a goal which is to be achieved and the Prolog interpreter/compiler works out how to achieve it. Traditional programming languages are said to be procedural. This means that the programmer must specify in detail how to solve a problem. In purely declarative languages, the programmer only states what the problem is and leaves the rest to the language itself. Some applications of Prolog are: intelligent data base retrieval, natural language understanding, expert systems, specification language, machine learning, robot planning, graphics and problem solving . The iProlog version of Prolog includes a number of extensions intended to make it a powerful environment for data mining as well as logic programming. These extensions include a library of machine learning tools, ripple down rules, a frame language and functional notation.



Кл.слова:
мова програмування -- об'єктно-орієнтоване програмування

   Тип видання:   наукове видання   
6.

Han, J.
Data Mining [Electronic resource] : concepts and Techniques / J. Han, M. Kamber. - San Francisco : Morgan Kaufmann Publishers, 2010. - 26 p.
Переклад назви: Інтелектуальний аналіз даних: концепції та методи

Рубрики:

  Повний текст доступний у читальних залах НБУВ




Кл.слова:
дані -- модель

   Тип видання:   методичний посібник   
7.


SICStus Prolog [Electronic resource] : release 3.7.1. - [S. l. : s. n.], 1998

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Prolog is a simple but powerful programming language developed at the University of Marseilles [Roussel 75], as a practical tool for programming in logic [Kowalski 74]. From a user's point of view the major attraction of the language is ease of programming. Clear, readable, concise programs can be written quickly with few errors. For an introduction to programming in Prolog, readers are recommended to consult [Sterling & Shapiro 86]. However, for the benefit of those who do not have access to a copy of this book, and for those who have some prior knowledge of logic programming, a summary of the language is included. For a more general introduction to the field of Logic Programming see [Kowalski 79]. See section The Prolog Language. This manual describes a Prolog system developed at the Swedish Institute of Computer Science. Parts of the system were developed by the project "Industrialization of SICStus Prolog" in collaboration with Ericsson Telecom AB, NobelTech Systems AB, Infologics AB and Televerket. The system consists of a WAM emulator written in C, a library and runtime system written in C and Prolog and an interpreter and a compiler written in Prolog. The Prolog engine is a Warren Abstract Machine (WAM) emulator [Warren 83]. Two modes of compilation are available: in-core i.e. incremental, and file-to-file. When compiled, a predicate will run about 8 times faster and use memory more economically. Implementation details can be found in [Carlsson 90] and in several technical reports available from SICS. SICStus Prolog follows the mainstream Prolog tradition in terms of syntax and built-in predicates, and is largely compatible with DECsystem-10 Prolog and Quintus Prolog.



Кл.слова:
мова програмування
 

Всі права захищені © Національна бібліотека України імені В. І. Вернадського