We use cookies to distinguish you from other users and to provide you with a better experience on our websites. Close this message to accept cookies or find out how to manage your cookie settings.
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.
A linear stability model based on a phase-field method is established to study the formation of ripples on the ice surface. The pattern on horizontal ice surfaces, e.g. glaciers and frozen lakes, is found to be originating from a gravity-driven instability by studying ice–water–air flows with a range of water and ice thicknesses. Contrary to gravity, surface tension and viscosity act to suppress the instability. The results demonstrate that a larger value of either water thickness or ice thickness corresponds to a longer dominant wavelength of the pattern, and a favourable wavelength of 90 mm is predicted, in agreement with observations from nature. Furthermore, the profiles of the most unstable perturbations are found to be with two peaks at the ice–water and water–air interfaces whose ratio decreases exponentially with the water thickness and wavenumber.
Rheumatoid arthritis (RA) is a systemic autoimmune disease characterized by chronic inflammation of the synovial membrane, leading to cartilage destruction and bone erosion. Due to the complex pathogenesis of RA and the limitations of current therapies, increasing research attention has been directed towards novel strategies targeting fibroblast-like synoviocytes (FLS), which are key cellular components of the hyperplastic pannus. Recent studies have highlighted the pivotal role of FLS in the initiation and progression of RA, driven by their tumour-like transformation and the secretion of pro-inflammatory mediators, including cytokines, chemokines and matrix metalloproteinases. The aggressive phenotype of RA-FLS is marked by excessive proliferation, resistance to apoptosis, and enhanced migratory and invasive capacities. Consequently, FLS-targeted therapies represent a promising avenue for the development of next-generation RA treatments. The efficacy of such strategies – particularly those aimed at modulating FLS signalling pathways – has been demonstrated in both preclinical and clinical settings, underscoring their therapeutic potential. This review provides an updated overview of the pathogenic mechanisms and functional roles of FLS in RA, with a focus on critical signalling pathways under investigation, including Janus kinase/signal transducer and activator of transcription (JAK/STAT), mitogen-activated protein kinase (MAPK), nuclear factor kappa B (NF-κB), Notch and interleukin-1 receptor-associated kinase 4 (IRAK4). In addition, we discuss the emerging understanding of FLS-subset-specific contributions to immunometabolism and explore how computational biology is shaping novel targeted therapeutic strategies. A deeper understanding of the molecular and functional heterogeneity of FLS may pave the way for more effective and precise therapeutic interventions in RA.
This chapter examines the critical role of evaluation within the framework of recommender systems, highlighting its significance alongside system construction. We identify three key aspects of evaluation: the impact of metrics on optimization quality, the collaborative nature of evaluation efforts across teams, and the alignment of chosen metrics with organizational goals. Our discussion spans a comprehensive range of evaluation techniques, from offline methods to online experiments. We explore offline evaluation methods and metrics, offline simulation through replay, online A/B testing, and fast online evaluation via interleaving. Ultimately, we propose a multilayer evaluation architecture that integrates these diverse methods to enhance the scientific rigor and efficiency of recommender system assessments.
The introduction of advanced deep learning models such as Microsoft’s Deep Crossing, Google’s Wide&Deep, and others like FNN and PNN in 2016 marked a significant shift in the field of recommender systems and computational advertising, establishing deep learning as the dominant approach. This chapter discusses the evolution of traditional recommendation models and highlights two main advancements in deep learning models: enhanced expressivity for uncovering hidden data patterns and flexible model structures tailored to specific business use cases. Drawing on techniques from computer vision, speech, and natural language processing, deep learning recommendation models have rapidly evolved. The chapter summarizes several influential deep learning models and constructs an evolution map. These models are selected based on their industry impact and their role in advancing deep learning recommender systems. Additionally, the chapter will introduce applications of Large Language Models (LLMs) in recommender systems, exploring how these models further enhance recommendation technologies.
This chapter explores the integration of deep learning in recommender systems, highlighting its significance as a leading application area with substantial business value. We examine notable advancements driven by industry leaders like Meta, Google, Airbnb, and Alibaba. These innovations mark a transformative shift toward deep learning in recommender systems, evidenced by Alibaba’s ongoing innovations in e-commerce and Airbnb’s applications in search and recommendation. For aspiring recommender system engineers, the current era of open-source code and knowledge sharing provides unparalleled access to cutting-edge applications and insights from industry pioneers. This chapter aims to build a foundational understanding of deep learning recommender systems developed by Meta, Airbnb, YouTube, and Alibaba, encouraging readers to focus on technical details and engineering practices for practical application.
This concluding chapter revisits the overarching architecture of recommender systems, encouraging readers to synthesize the technical details discussed throughout the book into a cohesive knowledge framework. Initially introduced in Chapter 1, the technical architecture diagram serves as a foundational reference for understanding the field. With a comprehensive overview of each module now complete, readers are invited to refine their interpretations of the architecture. Establishing a personal knowledge framework is crucial for identifying gaps, appreciating details, and maintaining a holistic view of the subject.
Embedding technology plays a pivotal role in deep learning, particularly in industries such as recommendation, advertising, and search. It is considered a fundamental operation for transforming sparse vectors into dense representations that can be further processed by neural networks. Beyond its basic role, embedding technology has evolved significantly in both academia and industry, with applications ranging from sequence processing to multifeature heterogeneous data. This chapter discusses the basics of embedding, its evolution from Word2Vec to graph embeddings and multifeature fusion, and its applications in recommender systems, with an emphasis on online deployment and inference.
Recommender systems have evolved significantly in response to growing demands, progressing from early methods like Collaborative Filtering (CF) and Logistic Regression (LR) to more advanced models such as Factorization Machines (FM) and Gradient Boosting Decision Trees (GBDT). Since 2015, deep learning has become the dominant approach, leading to the development of hybrid and multimodel frameworks. Despite the rise of deep learning models, traditional recommendation methods still hold valuable advantages due to their interpretability, efficiency, and ease of deployment. Furthermore, these foundational models, such as CF, LR, and FM, form the basis for many deep learning approaches. This chapter explores the evolution of traditional recommendation models, detailing their principles, strengths, and influence on modern deep learning architectures, offering readers a comprehensive understanding of this foundational knowledge.
Building an effective recommender system requires more than just a strong model; it involves addressing a range of complex technical issues that contribute to the overall performance. This chapter explores recommender systems from seven distinct angles, covering feature selection, retrieval layer strategies, real-time performance optimization, scenario-based objective selection, model structure improvements based on user intent, the cold start problem, and the “exploration vs. exploitation” challenge. By understanding these critical aspects, machine learning engineers can develop robust recommender systems with comprehensive capabilities.
Recommender systems have become deeply integrated into daily life, shaping decisions in online shopping, news consumption, learning, and entertainment. These systems offer personalized suggestions, enhancing user experiences in various scenarios. Behind this, machine learning engineers drive the constant evolution of recommendation technology. Described as the “growth engine” of the internet, recommender systems play a critical role in the digital ecosystem. This chapter explores the role of these systems, why they are essential, and how they are architected from a technical perspective.
While previous chapters discussed deep learning recommender systems from a theoretical and algorithmic perspective, this chapter shifts focus to the engineering platform that supports their implementation. Recommender systems are divided into two key components: data and model. The data aspect involves the engineering of the data pipeline, while the model aspect is split between offline training and online serving. This chapter is structured into three parts: (1) the data pipeline framework and big data platform technologies; (2) popular platforms for offline training of recommendation models like Spark MLlib, TensorFlow, and PyTorch; and (3) online deployment and serving of deep learning recommendation models. Additionally, the chapter covers the trade-offs between engineering execution and theoretical considerations, offering insights into how algorithm engineers can balance these aspects in practice.
Turbulent emulsions are ubiquitous in chemical engineering, food processing, pharmaceuticals and other fields. However, our experimental understanding of this area remains limited due to the multiscale nature of turbulent flow and the presence of extensive interfaces, which pose significant challenges to optical measurements. In this study, we address these challenges by precisely matching the refractive indices of the continuous and dispersed phases, enabling us to measure local velocity information at high volume fractions. The emulsion is generated in a turbulent Taylor–Couette flow, with velocity measured at two radial locations: near the inner cylinder (boundary layer) and in the middle gap (bulk region). Near the inner cylinder, the presence of droplets suppresses the emission of angular velocity plumes, which reduces the mean azimuthal velocity and its root mean squared fluctuation. The former effect leads to a higher angular velocity gradient in the boundary layer, resulting in greater global drag on the system. In the bulk region, although droplets suppress turbulence fluctuations, they enhance the cross-correlation between azimuthal and radial velocities, leaving the angular velocity flux contributed by the turbulent flow nearly unchanged. In both locations, droplets suppress turbulence at scales larger than the average droplet diameter and increase the intermittency of velocity increments. However, the effects of the droplets are more pronounced near the inner cylinder than in the bulk, likely because droplets fragment in the boundary layer but are less prone to break up in the bulk. Our study provides experimental insights into how dispersed droplets modulate global drag, coherent structures and the multiscale characteristics of turbulent flow.
Recommender systems are ubiquitous in modern life and are one of the main monetization channels for Internet technology giants. This book helps graduate students, researchers and practitioners to get to grips with this cutting-edge field and build the thorough understanding and practical skills needed to progress in the area. It not only introduces the applications of deep learning and generative AI for recommendation models, but also focuses on the industry architecture of the recommender systems. The authors include a detailed discussion of the implementation solutions used by companies such as YouTube, Alibaba, Airbnb and Netflix, as well as the related machine learning framework including model serving, model training, feature storage and data stream processing.
Knowledge of the critical periods of crop–weed competition is crucial for designing weed management strategies in cropping systems. In the Lower Yangtze Valley, China, field experiments were conducted in 2011 and 2012 to study the effect of interference from mixed natural weed populations on cotton growth and yield and to determine the critical period for weed control (CPWC) in direct-seeded cotton. Two treatments were applied: allowing weeds to infest the crop or keeping plots weed-free for increasing periods (0, 1, 2, 4, 6, 8, 10, 12, 14, and 20 wk) after crop emergence. The results show that mixed natural weed infestations led to 35- to 55-cm shorter cotton plants with stem diameters 10 to 13 mm smaller throughout the season, fitting well with modified Gompertz and logistic models, respectively. Season-long competition with weeds reduced the number of fruit branches per plant by 65% to 82%, decreasing boll number per plant by 86% to 96% and single boll weight by approximately 24%. Weed-free seed cotton yields ranged from 2,900 to 3,130 kg ha−1, while yield loss increased with the duration of weed infestation, reaching up to 83% to 96% compared with permanent weed-free plots. Modified Gompertz and logistic models were used to analyze the impact of increasing weed control duration and weed interference on relative seed cotton yield (percentage of season-long weed-free cotton), respectively. Based on a 5% yield loss threshold, the CPWC was found to be from 145 to 994 growing degree days (GDD), corresponding to 14 to 85 d after emergence (DAE). These findings emphasize the importance of implementing effective weed control measures from 14 to 85 DAE in the Lower Yangtze Valley to prevent crop losses exceeding a 5% yield loss threshold.