Page 36
Page 36
img

Knowledge Discovery in Inductive Databases ; Vol.3933 ; 4th International Workshop, KDID 2005, Porto, Portugal, October 3, 2005, Revised Selected and Invited Papers

The 4th International Workshop on Knowledge Discovery in Inductive Databases (KDID 2005) was held in Porto, Portugal, on October 3, 2005 in conjunction with the 16th European Conference on Machine Learning and the 9th European Conference on Principles and Practice of Knowledge Discovery in Databases. Ever since the start of the ?eld of data mining, it has been realized that the integration of the database technology into knowledge discovery processes was a crucial issue. This vision has been formalized into the inductive database perspective introduced by T. Imielinski and H. Mannila (CACM 1996, 39(11)). The main idea is to consider knowledge discovery as an extended querying p- cess for which relevant query languages are to be speci?ed.

img

Knowledge Discovery in Inductive Databases ; 5th International Workshop, KDID 2006 Berlin, Germany, September 18th, 2006 Revised Selected and Invited Papers

Constitutes the thoroughly refereed joint postproceedings of the 5th International Workshop on Knowledge Discovery in Inductive Databases, KDID 2006. The papers address various current topics in knowledge discovery and data mining in the framework of inductive databases such as constraint-based mining, database technology and inductive querying.

img

Knowledge Discovery from XML Documents ; 1st International Workshop, KDXD 2006, Singapore, April 9, 2006, Proceedings

The KDXD 2006 (Knowledge Discovery from XML Documents) workshop is the ?rst international workshop running this year in conjunction with the 10th Pacific-Asia Conference on Knowledge Discovery and Data Mining, PAKDD 2006. The workshop provided an important forum for the dissemination and exchange of new ideas and research related to XML data discovery and retrieval. The eXtensible Markup Language (XML) has become a standard language for data representation and exchange. With the continuous growth in XML data sources,the ability to manage collections of XML documents and discover knowledge from them for decision support becomes increasingly important. Due to the inherent ?exibility ofXML, in both structure and semantics, inferring important knowledge from XML data is faced with new challenges as well as bene?ts. The objective of the workshop was to bring together researchers and practitioners to discuss all aspects of the emerging XML data management challenges.

img

Killer Cell Dynamics : Mathematical and Computational Approaches to Immunology

Reviews how mathematics can be used in combination with biological data in order to improve understanding of how the immune system works. This is illustrated largely in the context of viral infections. Mathematical models allow scientists to capture complex biological interactions in a clear mathematical language and to follow them to their precise logical conclusions. This can give rise to counter-intuitive insights which would not be attained by experiments alone, and can be used for the design of further experiments in order to address the mathematical results.

img

KI 2008 : Advances in Artificial Intelligence ; 31st Annual German Conference on AI, KI 2008, Kaiserslautern, Germany, September 23-26, 2008. Proceedings

This book constitutes the thoroughly refereed proceedings of the 31th Annual German Conference on Artificial Intelligence, KI 2008, held in Kaiserslautern, Germany, September 2008.The 15 revised full papers presented together with 2 invited contributions and 30 posters were carefully reviewed and selected from 77 submissions. The papers cover important areas such as pattern recognition, multi-agent systems, machine learning, natural language processing, constraint reasoning, knowledge representation and management, planning, and temporal reasoning.

img

KI 2005 : Advances in Artificial Intelligence ; 28th Annual German Conference on AI, KI 2005, Koblenz, Germany, September 11-14, 2005, Proceedings

Constitutes the refereed proceedings of the 28th Annual German Conference on Artificial Intelligence, KI 2005, held in Germany. This work presents papers organized in topical sections on knowledge representation and reasoning, machine learning, diagnosis, neural networks, planning, robotics, and cognitive modeling, philosophy, natural language.

img

Julia - Bit by Bit : Programming for Beginners

The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. Julia can be classified as a "modern" language, possessing many features not available in more popular languages like C and Java.

img

JDF : Process Integration, Technology, Product Description

The arrival of PDF has successfully optimized certain elements of the production workflow – the next challenge facing the print media industry is to resolve the problem of non-networked software packages that exist in isolation. Businesses today need to identify process inefficiencies to ensure the successful process integration of the entire value added chain. The PDF document format and the vendor-independent JDF (Job Definition Format) provide the technical platform for devising new, fully integrated workflow solutions. Networking decisions involve virtually every department of a print service provider and lay down the direction of the company over the long term. These decisions offer opportunities, but they also harbor risks. If businesses are to make the right investment decisions, it is vital they have extensive background information on technical and business management issues. The authors provide focused information for decision makers looking for support in implementing networking projects successfully. This book is couched in straightforward language, explains and highlights relevant terms, and provides readers with numerous practical illustrations, graphics and checklists that they can apply to real-life applications.

img

JavaScript data structures and algorithms : An Introduction to understanding and implementing core data structure and algorithm fundamentals

Combines clear explanations of data structure and algorithm theory with practical code samples, examples and exercises, all specifically relevant to JavaScript Provides background information on object-oriented programming and native JavaScript concepts to help understand how everything fits together Illustrates how these theoretical computer science concepts ties back to practical applications in software engineering

img

Java Illuminated ; 5th ed.

Provides learners with an interactive, user-friendly approach to learning the Java programming language. Comprehensive but accessible, the text takes a progressive approach to object-oriented programming, allowing students to build on established skills to develop new and increasingly complex classes. Java Illuminated follows an activity-based active learning approach that ensures student engagement and interest.

img

Java Design Patterns : A Hands-On Experience with Real-World Examples

Covers classical design patterns with the latest editions of Java and Eclipse Includes implementation of the Java design patterns in real-world applications Each chapter has a Q&A section to help you understand the pros and cons of each design pattern

img

Java Challenges 100+ : Proven Tasks that Will Prepare You for Anything

Expand your knowledge of Java with this entertaining learning guide, which features 100+ exercises and programming challenges. Java Challenges will prepare you for your next exam or job interview, and covers many practical topics, such as strings, arrays, data structures, recursion, and date and time. The APIs and other material included in this book are Java 17 compatible. You will: Improve your Java knowledge by solving enjoyable but challenging programming puzzles / Solve mathematical problems, recursions, strings, arrays and more / Manage data processing and data structures like lists, sets, maps / Handle advanced recursion as well as binary trees, sorting and searching / Gamify key fundamentals for fun and easier reinforcement

img

Java 6 Platform Revealed

New editions of the platform don't happen that frequently, but when they do, there is a lot to learn about quickly. If you want to come up to speed on the feature set as quickly as possible, Java 6 Platform Revealed will place you well ahead of the pack. You'll find 10 chapters of how to use the JSR implementations and library improvements that are now a part of Mustang. You'll learn about the scripting features of AWT and Swing, like splash screens, system tray access, and table sorting and filtering and lots more. What you won't find in Java 6 Platform Revealed is a "getting started with Java" tutorial. Come prepared with a good working knowledge of Java 5 platform for best results.

img

Java 17 Recipes : A Problem-Solution Approach

Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved! covers of some of the newest features, APIs, and more such as pattern matching for switch, Restore Always-Strict-Floating-Point-Semantics, enhanced pseudo-random number generators, the vector API, sealed classes, and enhancements in the use of String. Source code for all recipes is available in a dedicated GitHub repository. This must-have reference belongs in your library. You will learn : Look up solutions to everyday problems involving Java SE 17 LTS and other recent releases / Develop Java SE applications using the latest in Java SE technology / Incorporate Java major features introduced in versions 17, 16, and 15 into your code

img

Java 17 Quick Syntax Reference : A Pocket Guide to the Java SE Language, APIs, and Library

Packed with useful information and is a must-have for any Java programmer. You will: Run a Java file with a single command / Learn what a switch expression is and how to use it / Use pattern matching / Code with Java modules / Create text blocks to handle multiline strings / Learn what sealed classes are and how to use these and more

img

Java 17 for Absolute Beginners : Learn the Fundamentals of Java Programming

It teaches Java development in language anyone can understand, giving you the best possible start.

img

Java : how to program. Late objects : Introducing Jshell

Introduction to Computers, the Internet and Java / Introduction to Java Applications; Input/Output and Operators / Control Statements: Part 1; Assignment, ++ and Operators / Control Statements: Part 2; Logical Operators / Methods / Arrays and ArrayLists / Introduction to Classes and Objects / Classes and Objects: A Deeper Look / Object-Oriented Programming: Inheritance / Object-Oriented Programming: Polymorphism and Interfaces / Exception Handling: A Deeper Look / JavaFX Graphical User Interfaces / JavaFX GUI / Strings, Characters and Regular Expressions / Files, Input/Output Streams, NIO and XML Serialization / Generic Collections / Lambdas and Streams / Recursion / Searching, Sorting and Big O / Generic Classes and Methods: A Deeper Look / Custom Generic Data Structures / JavaFX Graphics and Multimedia / Concurrency / Accessing Databases with JDBC / Introduction to JShell: Java 9's REPL for Interactive Java

img

Iterating Infusion : Clearer Views of Objects, Classes, and Systems

Iterating Infusion presents comprehensive tools for you to best manage and work with object orientation. These include simplified fundamental concepts, popular language comparisons, advanced designing strategies, a broad usage progression, thorough design notations (interaction algebra), and data-oriented (fundamentally-OO) languages. The title, Iterating Infusion, alludes to the fact that any system has multiple, coexisting functional levels and that new levels—both lower and higher—are continually added to the same functional area. The practical effect is to bring processes into focus, always clarifying the vague. The extreme form of this is when separate but compatible technologies are brought together to create advancements; these can be baby-steps or great leaps, with varying amounts of effort. In more general terms, the same thing in a different context can take on much more power. And actually, this phenomenon is at the heart of object-oriented software.

img

Computational biology in drug discovery and repurposing

Takes an in-depth look at the emerging and prospective field of computational biology and bioinformatics, which possesses the ability to analyze large accumulated biological data collected from sequence analysis of proteins and genes and cell population with an aim to make new predictions pertaining to drug discovery and new biology. The book explains the basic methodology associated with a bioinformatics and computational approach in drug designing. It then goes on to cover the implementation of computational programming, bioinformatics, pharmacophore modeling, biotechnological techniques, and pharmaceutical chemistry in designing drugs. The major advantage of intervention of computer language or programming is to cut down the number of steps and costs in the field of drug designing, reducing the repeating steps and saving time in screening the potent component for drug or vaccine designin

img

Computable Models of the Law : Languages, Dialogues, Games, Ontologies

This book originate from a workshop held at the European University Institute of Florence, Italy, in December 2006. The workshop was devoted to the discussion of the different ways of understanding and explaining contemporary law, for the purpose of building computable models of it -- especially models enabling the development of computer applications for the legal domain.

Results Per Page