To save content items to your account,
please confirm that you agree to abide by our usage policies.
If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account.
Find out more about saving content to .
To save content items to your Kindle, first ensure no-reply@cambridge.org
is added to your Approved Personal Document E-mail List under your Personal Document Settings
on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part
of your Kindle email address below.
Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations.
‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi.
‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
This chapter deals with a range of matters relating to the facilitation of proof (mostly found in ch 4 of the Act) and ancillary matters (found in ch 5 of the Act). Although these provisions are somewhat technical, many are important in practice, as they allow decisions to be reached without evidence having to be taken on some issues. They also regulate the ways in which certain kinds of information, such as that contained in public documents and registers, may be used. Other aspects of proof, such as the standards of proof applying in civil and criminal proceedings, as well as judicial notice, are dealt with in Chapter 1 of this book. Warnings, although falling within ch 4 of the Act, are discussed together with discretions and limiting directions in Chapter 12 of this book.
The textbook is primarily written for senior undergraduate and post graduate students studying in areas of computer science and engineering, and electrical engineering. However, as the subject covers various interdisciplinary areas, the book is also expected to be of interest to a larger readership in Science and Engineering. It has a comprehensive and balanced coverage of theory and applications of computer vision with a textbook approach providing worked out examples, and exercises. It covers theory and applications of some relatively recent advancements in technology such as on colour processing, deep learning techniques for processing images and videos, document processing, biometry, content based image retrieval, etc. It also delves with theories and processing in non-optical imaging systems, such as range or depth imaging, medical imaging and remote sensing imaging.
While an understanding of electronic principles is vitally important for scientists and engineers working across many disciplines, the breadth of the subject can make it daunting. This textbook offers a concise and practical introduction to electronics, suitable for a one-semester undergraduate course as well as self-guided students. Beginning with the basics of general circuit laws and resistor circuits to ease students into the subject, the textbook then covers a wide range of topics, from passive circuits to semiconductor-based analog circuits and basic digital circuits. Exercises are provided at the end of each chapter, and answers to select questions are included at the end of the book. The complete solutions manual is available for instructors to download, together with eight laboratory exercises that parallel the text. Now in its second edition, the text has been updated and expanded with additional topic coverage and exercises.
International law shapes nearly every aspect of our lives. Yet it is often considered the exclusive domain of professionals with years of legal training. This second edition text uses clear, accessible writing and contemporary examples to explain where international law comes from, how actors decide whether to follow it, and how it is upheld using legal and political tools. Suitable for undergraduate and graduate students, this book is accessible to a wide audience and is written for anyone who wants to understand how global rules shape and transform international politics. Each chapter is framed by a case study that examines a current political issue, such as Russia's invasion of Ukraine, or the Israel/Gaza war, encouraging students to draw connections between theoretical concepts and real-world situations. The chapters are modular and are paired with multiple Supplemental Cases: edited and annotated judicial opinions. Accompanied by ready-to-use PowerPoint slides and a test bank for instructors.
Developed specifically for students in the behavioral and brain sciences, this textbook provides a practical overview of human neuroimaging. The fully updated second edition covers all major methods including functional and structural magnetic resonance imaging, positron emission tomography, electroencephalography, magnetoencephalography, multimodal imaging, and brain stimulation methods. Two new chapters have been added covering computational imaging as well as a discussion of the potential and limitations of neuroimaging in research. Experimental design, image processing, and statistical inference are addressed, with chapters for both basic and more advanced data analyses. Key concepts are illustrated through research studies on the relationship between brain and behavior, and review questions are included throughout to test knowledge and aid self-study. Combining wide coverage with detail, this is an essential text for advanced undergraduate and graduate students in psychology, neuroscience, and cognitive science programs taking introductory courses on human neuroimaging.
Historical Sociolinguistics is the study of the relationship between language and society in its historical dimension. This is the first textbook to introduce this vibrant field, based on examples and case studies taken from a variety of languages. Chapters begin with clear explanations of core concepts, which are then applied to historical contexts from different languages, such as English, French, Hindi and Mandarin. The volume uses several pedagogical methods, allowing readers to gain a deeper understanding of the theory and of examples. A list of key terms is provided, covering the main theoretical and methodological issues discussed. The book also includes a range of exercises and short further reading sections for students. It is ideal for students of sociolinguistics and historical linguistics, as well as providing a basic introduction to historical sociolinguistics for anyone with an interest in linguistics or social history.
Responsible zooarchaeology encompasses: (1) care of reference collections, (2) management of zooarchaeological collections during study, (3) dissemination of results, and (4) long-term curation. Our responses to these challenges must be governed by shared values regarding the professional and ethical treatment of our natural and cultural heritage.
Zooarchaeological research reveals that humans are simultaneously resilient in the face of environmental change, and culpable as drivers of environmental change. Recent research indicates that even habitats thought to be unmodified by human activities were substantially, and often intentionally, altered by humans in the past. Zooarchaeological approaches to studying past environmental conditions generally fall within two primary themes: (1) the interactions between humans, animals, and the environments in which they live, and (2) the consequences of those interactions for both humans and animals.
Regression and classification are closely related, as shown in this chapter, which discusses methods used to map a linear regression function into a probablity function by either logistic function (for binary classification) or softmax function (for multi-class classification). According to this probablity function, an unlabeled sample can be assigned to one of the classes. The optimal model parameters in this method can be obtained based on the training set so that either the likelihood or the posterior probability of these parameters are maximized.
This chapter offers a comprehensive overview of large language models (LLMs), examining their theoretical foundations, core mechanisms, and broad-ranging implications. We begin by situating LLMs within the domain of natural language processing (NLP), tracing the evolution of language modeling from early statistical approaches to modern deep learning methods.</p>The focus then shifts to the transformative impact of the Transformer architecture, introduced in the seminal paper Attention Is All You Need. By leveraging self-attention and parallel computation, Transformers have enabled unprecedented scalability and efficiency in training large models.</p>We explore the pivotal role of transfer learning in NLP, emphasizing how pretraining on large text corpora followed by task-specific fine-tuning allows LLMs to generalize across a wide range of linguistic tasks. The chapter also discusses reinforcement learning with human feedback (RLHF)—a crucial technique for refining model outputs to better align with human preferences and values.</p>Key theoretical developments are introduced, including scaling laws, which describe how model performance improves predictably with increased data, parameters, and compute resources, and emergence, the surprising appearance of complex behaviors in sufficiently large models.</p>Beyond technical aspects, the chapter engages with deeper conceptual questions: Do LLMs genuinely "understand" language? Could advanced AI systems one day exhibit a form of consciousness, however rudimentary or speculative? These discussions draw from perspectives in cognitive science, philosophy of mind, and AI safety.</p>Finally, we explore future directions in the field, including the application of Transformer architectures beyond NLP, and the development of generative methods that extend beyond Transformer-based models, signaling a dynamic and rapidly evolving landscape in artificial intelligence.
This chapter is concerned with the constrained optimization problem which plays an important role in ML as many ML algorithms are essentially to maximize or minimize a given objective funcion with either equality or inequality constraints. Such kind of constrained optimization problems can be reformulated in terms of the Lagrangian function including an extra tern for the constraints weighted by their Lagrange multipliers as well as the original function. The chapter also consider the important duality principle based on which the constrained optimization problem can be addressed as either the primal (original) problem, or the dual problem, which is equivalent to the primal if a set of KKT conditions are satisfied, in the sense that the solution of the dual is the same as that for the primal. The chapter further considers two methods, linear and quadratic programming, of which the latter is the foundation for support vector machine (SVM), an important classification algorithm to be considered in a later chapter.