Page 39
Page 39
img

An Introduction to Soil Mechanics

Offers a superb introduction to theoretical and practical soil mechanics. Special attention is given to the risks of failure in civil engineering, and themes covered include stresses in soils, groundwater flow, consolidation, testing of soils, and stability of slopes. The basic principles of applied mechanics, that are frequently used, are offered in the appendices. The author’s considerable experience of teaching soil mechanics is evident in the many features of the book: it is packed with supportive color illustrations, helpful examples and references.

img

An introduction to ontology engineering

Provides the reader with a comprehensive introductory overview of ontology engineering. A secondary aim is to provide hands-on experience in ontology development that illustrate the theory. The book is divided into three blocks: Block I: logic foundations for ontologies both regarding the languages (mainly First Order predicate Logic, Description Logics, and OWL) and automated reasoning. Block II: developing good ontologies with methods and methodologies, the top-down approach with foundational ontologies, and the bottom-up approach to extract as much useful content as possible from legacy material. Block III: advanced topics with a selection of areas of specialisation, including Ontology-Based Data Access, the interaction between ontologies and natural languages (multilingual ontologies, controlled natural language), and advanced modelling with additional language features (fuzzy and temporal ontologies)

img

An Introduction to Language Processing with Perl and Prolog : An Outline of Theories, Implementation, and Application with Special Consideration of English, French, and German

This book teaches the principles of natural language processing, first covering linguistics issues such as encoding, entropy, and annotation schemes; defining words, tokens and parts of speech; and morphology. It then details the language-processing functions involved, including part-of-speech tagging using rules and stochastic techniques; using Prolog to write phase-structure grammars; parsing techniques and syntactic formalisms; semantics, predicate logic and lexical semantics; and analysis of discourse, and applications in dialog systems. The key feature of the book is the author's hands-on approach throughout, with extensive exercises, sample code in Prolog and Perl, and a detailed introduction to Prolog. The reader is supported with a companion website that contains teaching slides, programs, and additional material.

img

An Introduction to continuous-time stochastic processes : Theory, models, and applications to finance, biology, and medicine

This book is introduction to the theory of continuous-time stochastic processes. A balance of theory and applications, the work features concrete examples of modeling real-world problems from biology, medicine, industrial applications, finance, and insurance using stochastic methods. No previous knowledge of stochastic processes is required. Key topics covered include: * Interacting particles and agent-based models: from polymers to ants * Population dynamics: from birth and death processes to epidemics * Financial market models: the non-arbitrage principle * Contingent claim valuation models: the risk-neutral valuation theory * Risk analysis in insurance

img

An Integrated Approach to Software Engineering

An Integrated Approach to Software Engineering introduces software engineering to advanced-level undergraduate and graduate students of computer science. It emphasizes a case-study approach whereby a project is developed through the course of the book, illustrating the different activities of software development. The sequence of chapters is essentially the same as the sequence of activities performed during a typical software project. All activities, including quality assurance and control activities, are described in each chapter as integral activities for that phase of development. Similarly, the author carefully introduces appropriate metrics for controlling and assessing the software process. Chapters in this revised edition, updated for today’s standards, include these new features: Software Process, Requirements Analysis and Specification, Software Architecture, Project Planning, Object Oriented Design, Coding,Testing,

img

An economic feasibility study of extracting electrical energy from solar panels

The research is a case that study depends on both secondary and primary data. Secondary data should be collected from the firms producing the photo panels(local and foreign) and those that working in this field in addition to the data of the ministry of electricity in Syria and the national center of power, while primary data should be collected by interviews with the persons working in electricity field .Then the traditional steps of commercial profitability analysis should be followed starting in pre-feasibility study passing the detailed feasibility study steps which, in turn, consists of the following phases : market study , technical study , financial study in order to reach the estimated net cash flows that should be used in analyzing the project feasibility depending on all criteria both traditional " payback-period . Simple rate of return" and economic criteria " net present value and the internal rate of return”.

img

Amongst Mathematicians : Teaching and Learning Mathematics at University Level

Amongst Mathematicians offers a unique perspective on the ways in which mathematicians perceive their students' learning, teach and reflect on their teaching practice; also on how they perceive the often fragile relationship between the communities of mathematics and mathematics education.This book demonstrates the pedagogical potential that lies in collaborative undergraduate mathematics education research that engages mathematicians, researchers and students. Nardi also addresses the need for action in undergraduate mathematics education and offers a discourse for reform through demonstrating the feasibility and potential of collaboration between mathematicians and mathematics education researchers.

img

Ambient intelligence for scientific discovery : Foundations, theories, and systems

Many difficult scientific discovery tasks can only be solved in interactive ways, by combining intelligent computing techniques with intuitive and adaptive user interfaces. It is inevitable to use human intelligence in scientific discovery systems: human eyes can capture complex patterns and relationships, along with detecting the exceptional cases in a data set; the human brain can easily manipulate perceptions to make decisions. Ambient intelligence is about this kind of ubiquitous and autonomous human interaction with information. Scientific discovery is a process of creative perception and communication, dealing with questions like: how do we significantly reduce information while maintaining meaning, or how do we extract patterns from massive data and growing data resources. Originating from the SIGCHI Workshop on Ambient Intelligence for Scientific Discovery, this state-of-the-art survey is organized in three parts: new paradigms in scientific discovery, ambient cognition, and ambient intelligence systems. Many chapters share common features such as interaction, vision, language, and biomedicine.

img

Alternative Education : Global Perspectives Relevant to the Asia-Pacific Region

Alternative streams of education have been and remain an important but difficult theme for teachers, parents, policy-makers, and scholars. By focusing on case studies of six countries (Bolivia, Thailand, Australia, USA, The Netherlands, and Denmark), and by comprehensively analysing these by means of international comparative methodologies, the author approaches the nuts and bolts issues of alternative and mainstream education systems. The case studies include Charter Schools in the USA and Waldorf Schools in Australia. The study presents not only an insightful analysis of alternative forms of education with regard to actual issues in societies and also legal and administrative features of education. It provides insights into the kind of school development that could be appropriate in the 21st century and the types of educational communities we should seek to create in the age of globalisation.

img

Alternative breast imaging : Four model-based approaches

Medical imaging has been transformed over the past 30 years by the advent of computerized tomography (CT), magnetic resonance imaging (MRI), and various advances in x-ray and ultrasonic techniques. An enabling force behind this progress has been the (so far) exponentially increasing power of computers, which has made it practical to explore fundamentally new approaches. In particular, what our group terms "model-based" modalities-which produce tissue property images from data using nonlinear, iterative numerical modeling techniques-have become increasingly feasible. Alternative Breast Imaging: Four Model-Based Approaches explores our research on four such modalities, particularly with regard to imaging of the breast: (1) MR elastography (MRE), (2) electrical impedance spectroscopy (EIS), (3) microwave imaging spectroscopy (MIS), and (4) near infrared spectroscopic imaging (NIS).

img

Allosteric Regulatory Enzymes

This book provides a logical introduction to the limits for enzyme function as dictated by the factors that are limits for life. This book presents a complete description of all the mechanisms used for changing enzyme acticity. Eight enzymes are used as model systems after extensive study of their mechanisms. Wherever possible, the human form of the enzyme is used to illustrate the regulatory features.

img

Algorithms on Trees and Graphs : With Python Code

Introduces graph algorithms on an intuitive basis followed by a detailed exposition using structured pseudocode, with correctness proofs as well as worst-case analyses. Centered around the fundamental issue of graph isomorphism, the content goes beyond classical graph problems of shortest paths, spanning trees, flows in networks, and matchings in bipartite graphs. Advanced algorithmic results and techniques of practical relevance are presented in a coherent and consolidated way. Numerous illustrations, examples, problems, exercises, and a comprehensive bibliography support students and professionals in using the book as a text and source of reference. Furthermore, Python code for all algorithms presented is given in an appendix. Topics and features: Algorithms are first presented on an intuitive basis, followed by a detailed exposition using structured pseudocode / Correctness proofs are given, together with a worst-case analysis of the algorithms / Full implementation of all the algorithms in Python / An extensive chapter is devoted to the algorithmic techniques used in the book / Solutions to all the problems

img

Algorithms in Bioinformatics ; 7th International Workshop, WABI 2007, Philadelphia, PA, USA, September 8-9, 2007, Proceedings

All current issues of algorithms in bioinformatics are addressed, ranging from mathematical tools to experimental studies of approximation algorithms and reports on significant computational analyses. Numerous biological problems are dealt with, including genetic mapping, sequence alignment and sequence analysis, phylogeny, comparative genomics, and protein structure. Furthermore the papers feature high-performance computing approaches to computationally hard learning and optimization problems in bioinformatics and cover methods, software and dataset repositories for development and testing of such algorithms and their underlying models.

img

Algorithmic methods for railway optimization ; International Dagstuhl workshop, railway optimization 2004, Dagstuhl Castle, Germany, June 20-25, 2004, Bergen, Norway, September 16-17, 2004, Revised Selected Papers

This state-of-the-art survey features papers that were selected after an open call following the International Dagstuhl Seminar on Algorithmic Methods for Railway Optimization. The second part of the volume constitutes the refereed proceedings of the 4th International Workshop on Algorithmic Methods and Models for Optimization of Railways.

img

AI in drug discovery

Constitutes the refereed proceedings of the First international workshop on ai in Drug Discovery, AIDD 2024, held as a part of the 33rd International Conference on Artificial Neural Networks, ICANN 2024, in Lugano, Switzerland, on September 19, 2024. These papers focus on various aspects of the rapidly evolving field of Artificial Intelligence (AI)-driven drug discovery in chemistry, including Big Data and advanced Machine Learning, eXplainable AI (XAI), Chemoinformatics, Use of deep learning to predict molecular properties, Modeling and prediction of chemical reaction data and Generative models.

img

AI home decorator

Presents the development of “DesignMate”, an innovative AI home decorator application designed to revolutionize interior design. With three main features powered by artificial intelligence, DesignMate simplifies and enhances the process of home decoration. The first feature leverages an Autoregressive transformer model trained on the extensive 3Dfront dataset to suggest room decor based on room layouts. The second feature employs Generative Adversarial Networks (GANs) to enhance the colors of specific room layouts. The third feature introduces an expert system that tailors decor options to user-entered conditions. DesignMate also introduces an integrated e-commerce platform dedicated to furniture, offering users a wide selection of high-quality items that perfectly complement their preferred room designs.

img

Agile software construction

Agile software is a means of putting the software first while at the same time reacting to these user requirements in a flexible and agile way.Agile Software Construction covers the emerging methods and approaches (including extreme programming, feature-driven development and adaptive software development), that are loosely described as "Agile" and shows how to apply them effectively to software development projects. It shows how to plan, organise and develop systems using agile techniques, and highlights some of the problems that may be encountered.

img

Affective computing and intelligent interaction ; 2nd International Conference, ACII 2007, Lisbon, Portugal, September 12-14, 2007, Proceedings

Organized in topical sections on affective facial expression and recognition, affective body expression and recognition, affective speech processing, affective text and dialogue processing, recognising affect using physiological measures, computational models of emotion and theoretical foundations, affective databases, annotations, tools and languages, affective sound and music processing, affective interactions: systems and applications, as well as evaluating affective systems.

img

Affective computing and intelligent interaction ; 1st international conference, ACII 2005, Beijing, China, October 22-24, 2005, Proceedings

Traditionally, the machine end of human–machine interaction has been very passive, and certainly has had no means of recognizing or expressing a?ective information. But without the ability to process such information, computers cannot be expected to communicate with humans in a natural way. The ability to recognize and express a?ect is one of the most important features of - man beings. We therefore expect that computers will eventually have to have the ability to process a?ect and to interact with human users in ways that are similar to those in which humans interact with each other. A?ective computing and intelligent interaction is a key emerging technology that focuses on m- iad aspects of the recognition, understanding, and expression of a?ective and emotional states by computers.

img

Advances in Visual Information Systems ; 9th International Conference, VISUAL 2007 Shanghai, China, June 28-29, 2007 Revised Selected Papers

The visual information systems paradigm continues to evolve, and the unrelenting exponential growth in the amount of digital visual data underlines the escalating importance of how such data are effectively managed and deployed.It covered image and video retrieval, visual biometrics, intelligent visual information processing, visual data mining, ubiquitous and mobile visual information systems, visual semantics, 2D/3D graphical visual data retrieval and applications of visual information systems.

Results Per Page