Guide to Web Development with Java: Understanding Website Creation, Downey Tim
Автор: David Ezzio Название: Using and Understanding Java Data Objects ISBN: 1590590430 ISBN-13(EAN): 9781590590430 Издательство: Springer Рейтинг: Цена: 5449.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Like the servlet and EJB specification, JDO is a standard that is implemented by competing software vendors. Several JDO implementations are currently available as third party products for relational databases and object-oriented databases, and this is a comprehensive guide to its applications.
Автор: Barri?re Название: Natural Language Understanding in a Semantic Web Context ISBN: 331941335X ISBN-13(EAN): 9783319413358 Издательство: Springer Рейтинг: Цена: 7965.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book serves as a starting point for Semantic Web (SW) students and researchers interested in discovering what Natural Language Processing (NLP) has to offer. NLP can effectively help uncover the large portions of data held as unstructured text in natural language, thus augmenting the real content of the Semantic Web in a significant and lasting way. The book covers the basics of NLP, with a focus on Natural Language Understanding (NLU), referring to semantic processing, information extraction and knowledge acquisition, which are seen as the key links between the SW and NLP communities. Major emphasis is placed on mining sentences in search of entities and relations. In the course of this “quest', challenges will be encountered for various text analysis tasks, including part-of-speech tagging, parsing, semantic disambiguation, named entity recognition and relation extraction. Standard algorithms associated with these tasks are presented to provide an understanding of the fundamental concepts. Furthermore, the importance of experimental design and result analysis is emphasized, and accordingly, most chapters include small experiments on corpus data with quantitative and qualitative analysis of the results.This book is divided into four parts. Part I “Searching for Entities in Text” is dedicated to the search for entities in textual data. Next, Part II “Working with Corpora” investigates corpora as valuable resources for NLP work. In turn, Part III “Semantic Grounding and Relatedness” focuses on the process of linking surface forms found in text to entities in resources. Finally, Part IV “Knowledge Acquisition” delves into the world of relations and relation extraction. The book also includes three appendices: “A Look into the Semantic Web” gives a brief overview of the Semantic Web and is intended to bring readers less familiar with the Semantic Web up to speed, so that they too can fully benefit from the material of this book. “NLP Tools and Platforms” provides information about NLP platforms and tools, while “Relation Lists” gathers lists of relations under different categories, showing how relations can be varied and serve different purposes. And finally, the book includes a glossary of over 200 terms commonly used in NLP.The book offers a valuable resource for graduate students specializing in SW technologies and professionals looking for new tools to improve the applicability of SW techniques in everyday life – or, in short, everyone looking to learn about NLP in order to expand his or her horizons. It provides a wealth of information for readers new to both fields, helping them understand the underlying principles and the challenges they may encounter.
Автор: Barriиre Caroline Название: Natural Language Understanding in a Semantic Web Context ISBN: 3319823272 ISBN-13(EAN): 9783319823270 Издательство: Springer Рейтинг: Цена: 9781.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book serves as a starting point for Semantic Web (SW) students and researchers interested in discovering what Natural Language Processing (NLP) has to offer.
Автор: Quinton Sarah Название: Understanding Research in the Digital Age ISBN: 1473978823 ISBN-13(EAN): 9781473978829 Издательство: Sage Publications Рейтинг: Цена: 7285.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: A guide to understanding digital research from both a conceptual and practical perspective, helping the reader to make sense of the issues, challenges and opportunities of social science research in the digital age.
This quick guide to regular expressions is a condensed code and syntax reference for an important programming technique. It demonstrates regex syntax in a well-organized format that can be used as a handy reference, showing you how to execute regexes in many languages, including JavaScript, Python, Java, and C#.
The Regex Quick Syntax Reference features short, focused code examples that show you how to use regular expressions to validate user input, split strings, parse input, and match patterns. Utilizing regular expressions to deal with search/replace and filtering data for backend coding is also covered.
You won’t find any bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise and highly accessible. The book is packed with useful information and is a must-have for any programmer.
What You Will Learn
Formulate an expressionWork with arbitrary char classes, disjunctions, and operator precedenceExecute regular expressions and visualize using finite state machinesDeal with modifiers, including greedy and lazy loops Handle substring extraction from regex using Perl 6 capture groups, capture substrings, and reuse substrings
Who This Book Is For
If you have dealt with at least one programming language, chances are you know enough to understand regular expressions, and the examples in this book will help you develop proficiency.
Описание: This witty book helps you understand how data compression algorithms work-in theory and practice-so you can choose the best solution among all the available compression tools.
Автор: Bongers Название: Understanding Interaction ISBN: 1482228629 ISBN-13(EAN): 9781482228625 Издательство: Taylor&Francis Рейтинг: Цена: 9798.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Understanding Interaction is a book that explores the interaction between people and technology, in the broader context of the relations between the human-made and the natural environments.
This book constitutes the joint refereed proceedings of the 5th CCF Conference on Natural Language Processing and Chinese Computing, NLPCC 2016, and the 24th International Conference on Computer Processing of Oriental Languages, ICCPOL 2016, held in Kunming, China, in December 2016.
The 48 revised full papers presented together with 41 short papers were carefully reviewed and selected from 216 submissions. The papers cover fundamental research in language computing, multi-lingual access, web mining/text mining, machine learning for NLP, knowledge graph, NLP for social network, as well as applications in language computing.
Автор: Buhr Название: Understanding Control Flow ISBN: 3319257013 ISBN-13(EAN): 9783319257013 Издательство: Springer Рейтинг: Цена: 11179.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The control-flow issues presented in this textbook are extremely relevant in modern computer languages and programming styles. In addition to the basic control-flow mechanisms, virtually all new computer languages provide some form of exceptional control flow to support robust programming introduced in this textbook. Also, concurrency capabilities are appearing with increasing frequency in both new and old programming languages, and are covered in this book. Understanding Control Flow: With Concurrent Programming Using ?C++ starts with looping, and works through each of the basic control-flow concepts, examining why each is fundamental and where it is useful. Time is spent on each concept according to its level of difficulty. Examples and exercises are also provided in this textbook. New programming methodologies are requiring new forms of control flow, and new programming languages are supporting these methodologies with new control structures, such as the concurrency constructs discussed in this textbook. Most computers now contain multi-threading and multi-cores, while multiple processors and distributed systems are ubiquitous — all of which require advanced programming methodologies to take full advantage of the available parallelism summarized in this textbook. Advance forms of control flow are becoming basic programming skills needed by all programmers, not just graduate students working in the operating systems or database disciplines. This textbook is designed for advanced-level students studying computer science and engineering. Professionals and researchers working in this field, specifically programming and software engineering, will find this book useful as a reference.
Автор: Jakobsson Название: Understanding Social Engineering Based Scams ISBN: 1493964550 ISBN-13(EAN): 9781493964550 Издательство: Springer Рейтинг: Цена: 10760.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This book describes trends in email scams and offers tools and techniquesto identify such trends. It also describes automated countermeasuresbased on an understanding of the type of persuasive methods used byscammers. It reviews both consumer-facing scams and enterprise scams,describing in-depth case studies relating to Craigslist scams and BusinessEmail Compromise Scams. This book provides a good starting point forpractitioners, decision makers and researchers in that it includesalternatives and complementary tools to the currently deployed emailsecurity tools, with a focus on understanding the metrics of scams.Both professionals working in security and advanced-level studentsinterested in privacy or applications of computer science will find this booka useful reference.
Автор: Schuster, Josef Alfons. Название: Understanding information : ISBN: 3319590898 ISBN-13(EAN): 9783319590899 Издательство: Springer Рейтинг: Цена: 18167.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
The motivation of this edited book is to generate an understanding about information, related concepts and the roles they play in the modern, technology permeated world. In order to achieve our goal, we observe how information is understood in domains, such as cosmology, physics, biology, neuroscience, computer science, artificial intelligence, the Internet, big data, information society, or philosophy. Together, these observations form an integrated view so that readers can better understand this exciting building-block of modern-day society.
On the surface, information is a relatively straightforward and intuitive concept. Underneath, however, information is a relatively versatile and mysterious entity. For instance, the way a physicist looks at information is not necessarily the same way as that of a biologist, a neuroscientist, a computer scientist, or a philosopher. Actually, when it comes to information, it is common that each field has its domain specific views, motivations, interpretations, definitions, methods, technologies, and challenges.
With contributions by authors from a wide range of backgrounds, Understanding Information: From the Big Bang to Big Data will appeal to readers interested in the impact of 'information' on modern-day life from a variety of perspectives.
Автор: Zechao Li Название: Understanding-Oriented Multimedia Content Analysis ISBN: 9811036888 ISBN-13(EAN): 9789811036880 Издательство: Springer Рейтинг: Цена: 16769.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book offers a systematic introduction to an understanding-oriented approach to multimedia content analysis. It integrates the visual understanding and learning models into a unified framework, within which the visual understanding guides the model learning while the learned models improve the visual understanding.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru