Browse Results

Showing 22,426 through 22,450 of 62,593 results

Find The Girl: All That Glitters

by Lucy Connell

Nancy Palmer used to be Insta-famous and her twin Nina used to shy away from everyone. Things can change pretty quickly. Nina has been accepted onto a Guildhall music course and is famous because of her pop star boyfriend, Chase. Nancy is trying to put her name on the map by becoming a music journalist and is not getting distracted by Chase's hot bandmate Miles. When their estranged dad shows up out of the blue and shows an interest in Nina's budding music career, Nancy isn't sure he's just there to make amends. As they attempt to find their way through new challenges, they both have to remember that you have to pave your own path to success and sometimes fame comes at a price.

Finding Communities in Social Networks Using Graph Embeddings (Lecture Notes in Social Networks)

by David B. Skillicorn Mosab Alfaqeeh

Community detection in social networks is an important but challenging problem. This book develops a new technique for finding communities that uses both structural similarity and attribute similarity simultaneously, weighting them in a principled way. The results outperform existing techniques across a wide range of measures, and so advance the state of the art in community detection. Many existing community detection techniques base similarity on either the structural connections among social-network users, or on the overlap among the attributes of each user. Either way loses useful information. There have been some attempts to use both structure and attribute similarity but success has been limited. We first build a large real-world dataset by crawling Instagram, producing a large set of user profiles. We then compute the similarity between pairs of users based on four qualitatively different profile properties: similarity of language used in posts, similarity of hashtags used (which requires extraction of content from them), similarity of images displayed (which requires extraction of what each image is 'about'), and the explicit connections when one user follows another. These single modality similarities are converted into graphs. These graphs have a common node set (the users) but different sets a weighted edges. These graphs are then connected into a single larger graph by connecting the multiple nodes representing the same user by a clique, with edge weights derived from a lazy random walk view of the single graphs. This larger graph can then be embedded in a geometry using spectral techniques. In the embedding, distance corresponds to dissimilarity so geometric clustering techniques can be used to find communities. The resulting communities are evaluated using the entire range of current techniques, outperforming all of them. Topic modelling is also applied to clusters to show that they genuinely represent users with similar interests. This can form the basis for applications such as online marketing, or key influence selection.

Finding Ghosts in Your Data: Anomaly Detection Techniques with Examples in Python

by Kevin Feasel

Discover key information buried in the noise of data by learning a variety of anomaly detection techniques and using the Python programming language to build a robust service for anomaly detection against a variety of data types. The book starts with an overview of what anomalies and outliers are and uses the Gestalt school of psychology to explain just why it is that humans are naturally great at detecting anomalies. From there, you will move into technical definitions of anomalies, moving beyond "I know it when I see it" to defining things in a way that computers can understand.The core of the book involves building a robust, deployable anomaly detection service in Python. You will start with a simple anomaly detection service, which will expand over the course of the book to include a variety of valuable anomaly detection techniques, covering descriptive statistics, clustering, and time series scenarios. Finally, you will compare your anomaly detection service head-to-head with a publicly available cloud offering and see how they perform.The anomaly detection techniques and examples in this book combine psychology, statistics, mathematics, and Python programming in a way that is easily accessible to software developers. They give you an understanding of what anomalies are and why you are naturally a gifted anomaly detector. Then, they help you to translate your human techniques into algorithms that can be used to program computers to automate the process. You’ll develop your own anomaly detection service, extend it using a variety of techniques such as including clustering techniques for multivariate analysis and time series techniques for observing data over time, and compare your service head-on against a commercial service.What You Will LearnUnderstand the intuition behind anomaliesConvert your intuition into technical descriptions of anomalous dataDetect anomalies using statistical tools, such as distributions, variance and standard deviation, robust statistics, and interquartile rangeApply state-of-the-art anomaly detection techniques in the realms of clustering and time series analysisWork with common Python packages for outlier detection and time series analysis, such as scikit-learn, PyOD, and tslearnDevelop a project from the ground up which finds anomalies in data, starting with simple arrays of numeric data and expanding to include multivariate inputs and even time series dataWho This Book Is ForFor software developers with at least some familiarity with the Python programming language, and who would like to understand the science and some of the statistics behind anomaly detection techniques. Readers are not required to have any formal knowledge of statistics as the book introduces relevant concepts along the way.

Finding New Ways to Engage and Satisfy Global Customers: Proceedings of the 2018 Academy of Marketing Science (AMS) World Marketing Congress (WMC) (Developments in Marketing Science: Proceedings of the Academy of Marketing Science)

by Nina Krey Patricia Rossi

This proceedings volume explores the new and innovative ways in which marketers find new global customers and build meaningful bridges to them based on their wants and needs in order to ensure high levels of customer satisfaction. Customer loyalty is ensured through continuous engagement with an ever-changing and demanding customer base. Global forces are bringing cultures into collision, creating new challenges for firms wanting to reach geographically and culturally distant markets, and causing marketing managers to rethink how to build meaningful and stable relationships with evermore demanding customers. In an era of vast new data sources and a need for innovative analytics, the challenge for the marketer is to reach customers in new and powerful ways. Featuring the full proceedings from the 2018 Academy of Marketing Science (AMS) World Marketing Congress (WMC) held in Porto, Portugal, this volume provides current and emerging research from global scholars and practitioners that will help marketers to engage and promote customer satisfaction. Founded in 1971, the Academy of Marketing Science is an international organization dedicated to promoting timely explorations of phenomena related to the science of marketing in theory, research, and practice. Among its services to members and the community at large, the Academy offers conferences, congresses, and symposia that attract delegates from around the world. Presentations from these events are published in this Proceedings series, which offers a comprehensive archive of volumes reflecting the evolution of the field. Volumes deliver cutting-edge research and insights, complementing the Academy’s flagship journals, the Journal of the Academy of Marketing Science (JAMS) and AMS Review. Volumes are edited by leading scholars and practitioners across a wide range of subject areas in marketing science.

Finding Ruby Starling

by Karen Rivers

The Parent Trap comes to the digital age in this delightful new novel by the author of The Encyclopedia of Me.When Ruth Quayle used a special app to search for pictures of herself online, she found dozens of images of "Ruth Quayle" -- and one of "Ruby Starling."When Ruby Starling gets a message from a Ruth Quayle proclaiming them to be long-lost twin sisters, she doesn't know what to do with it -- until another message arrives the day after, and another one. It could be a crazy stalker ... but she and this Ruth do share a birthday, and a very distinctive ear....Ruth is an extroverted American girl. Ruby is a shy English one. As they investigate the truth of their birth and the circumstances of their separation, they also share lives full of friends, family, and possible romances -- and they realize they each may be the sister the other never knew she needed.Written entirely in e-mails, letters, Tumblr entries, and movie scripts, Finding Ruby Starling is the funny and poignant companion to Karen Rivers's The Encyclopedia of Me.

Finding Source Code on the Web for Remix and Reuse

by Susan Elliott Sim Rosalva E. Gallardo-Valencia

In recent years, searching for source code on the web has become increasingly common among professional software developers and is emerging as an area of academic research. This volume surveys past research and presents the state of the art in the area of "code retrieval on the web." This work is concerned with the algorithms, systems, and tools to allow programmers to search for source code on the web and the empirical studies of these inventions and practices. It is a label that we apply to a set of related research from software engineering, information retrieval, human-computer interaction, management, as well as commercial products. The division of code retrieval on the web into snippet remixing and component reuse is driven both by empirical data, and analysis of existing search engines and tools. Contributors include leading researchers from human-computer interaction, software engineering, programming languages, and management. "Finding Source Code on the Web for Remix and Reuse" consists of five parts. Part I is titled "Programmers and Practices," and consists of a retrospective chapter and two empirical studies on how programmers search the web for source code. Part II is titled "From Data Structures to Infrastructures," and covers the creation of ground-breaking search engines for code retrieval required ingenuity in the adaptation of existing technology and in the creation of new algorithms and data structures. Part III focuses on "Reuse: Components and Projects," which are reused with minimal modification. Part IV is on "Remix: Snippets and Answers," which examines how source code from the web can also be used as solutions to problems and answers to questions. The book concludes with Part V, "Looking Ahead," that looks at future programming and the legalities of software reuse and remix and the implications of current intellectual property law on the future of software development. The story, "Richie Boss: Private Investigator Manager," was selected as the winner of a crowdfunded short story contest."

Finding Stevie

by Cathy Glass

Finding Stevie is a dark and poignant true story that highlights the dangers lurking on online. <p><p> When Stevie's social worker tells Cathy, an experienced foster carer, that Stevie, 14, is gender fluid she isn't sure what that term means and looks it up. <p> Stevie, together with his younger brother and sister, have been brought up by their grandparents as their mother is in prison. But the grandparents can no longer cope with Stevie's behaviour so they place him in care. <p> Stevie is exploring his gender identity, and like many young people he spends time online. Cathy warns him about the dangers of talking to strangers online and advises him how to stay safe. When his younger siblings tell their grandmother that they have a secret they can't tell, Cathy is worried. However, nothing could have prepared her for the truth when Stevie finally breaks down and confesses what he's done.

Finding Your Online Voice: Stories Told by Experienced Online Educators

by J. Michael Spector

Finding Your Online Voice offers a thought-provoking discussion of innovative approaches to technology-based distance education. Editor J. Michael Spector focuses on how highly experienced teachers conceptualize and organize online classes. Best practices and guidelines for effective online teaching as well as a set of instructor skills speci

Finding Your Voice in Radio, Audio, and Podcast Production

by Rob Quicke

This book provides a unique identity-centered approach to radio, audio, and podcast production which encourages readers to build their confidence and create audio content that matters to them. Written for those just starting out in audio production and focusing on the process of their self-development, readers will learn how to use sound to express themselves in a variety of ways and to create powerful stories in the process – all with the tools already available to them. At the centre of this approach is the author’s R.E.A.L. method, referring to the creation of audio that is relatable, engaging, authentic, and liberating. Students will learn to apply this concept to each step of the production process, from planning and writing through to interviewing, broadcasting, and responding to feedback. By the end of this book readers will have developed a working knowledge of podcast, audio, and radio production alongside their own means of self-expression. Supported by exercises and interviews with audio practitioners throughout, Finding Your Voice in Radio, Audio, and Podcast Production is a key resource for anyone approaching radio, audio, or podcasting for the first time. A supporting companion website with Instructor and Student Resources is available at www.robquicke.com.

Finding Your Way Around

by Alice Cary

People have always wanted to know where they were and how to get where they wanted to go. For many years, sailors used the stars and sun to find their way. Now sailors can figure out exactly where they are, even on a cloudy day. They can use a tool called the Global Positioning System, or GPS.

Finding the Limits of the Limes: Modelling Demography, Economy and Transport on the Edge of the Roman Empire (Computational Social Sciences)

by Philip Verhagen Jamie Joyce Mark R. Groenhuijzen

This open access book demonstrates the application of simulation modelling and network analysis techniques in the field of Roman studies. It summarizes and discusses the results of a 5-year research project carried out by the editors that aimed to apply spatial dynamical modelling to reconstruct and understand the socio-economic development of the Dutch part of the Roman frontier (limes) zone, in particular the agrarian economy and the related development of settlement patterns and transport networks in the area. The project papers are accompanied by invited chapters presenting case studies and reflections from other parts of the Roman Empire focusing on the themes of subsistence economy, demography, transport and mobility, and socio-economic networks in the Roman period.The book shows the added value of state-of-the-art computer modelling techniques and bridges computational and conventional approaches. Topics that will be of particular interest to archaeologists are the question of (forced) surplus production, the demographic and economic effects of the Roman occupation on the local population, and the structuring of transport networks and settlement patterns. For modellers, issues of sensitivity analysis and validation of modelling results are specifically addressed. This book will appeal to students and researchers working in the computational humanities and social sciences, in particular, archaeology and ancient history.

Fine Art Portrait Photography

by Nylora Bruleigh

Nylora Bruleigh’s presentation of The Intricacies of Fine Art Portraiture - The Art of Being Creative perfectly depicts her creativity and ingenuity. Photographers by their very nature are creative, but Nylora takes it more than a step beyond the norm. Her patience and diligence in creating images such as #147;Awaiting True Love’s Kiss” with Snow White and the Seven Dwarfs, #147;Elegant Egrets”, #147;Waiting in Suspense”, #147;Queen of Hearts”, #147;Black and White” and #147;Who’s the Fairest of Them All?” are just a few examples of her creativity and perseverance. Not only does she show her before and after images for all of the photographs in this book, she also gives a thorough explanation as to how she took the thought process through from the initial idea to fruition. She tells how, before coming up with a theme for a portrait session, she will scour yard sales or visit antique shops to find just the right prop for a future session. The wheels of her mind are in constant motion, sometimes even awakening her in the middle of the night, giving her new concepts with which to experiment. The Intricacies of Fine Art Portraiture - The Art of Being Creative takes the reader through the multi-step process from the imagination stage to the completed project of a portrait assignment, be it commissioned or self-assigned, and is an important tool for all who are looking for ideas as to how to increase their creativity. If you are a photographer seeking ways to become more visible in your community, interested in creating fine-art portraiture and increasing your bottom line, The Intricacies of Fine Art Portraiture - The Art of Being Creative should be read and re-read.

Fine Art Portrait Photography

by Nylora Bruleigh

Nylora Bruleigh's presentation of Fine Art Portrait Photography perfectly depicts her creativity and ingenuity. Photographers by their very nature are creative, but Nylora takes it more than a step beyond the norm.Her patience and diligence in creating images such as "Awaiting True Love's Kiss" with Snow White and the Seven Dwarfs, "Elegant Egrets", "Waiting in Suspense", "Queen of Hearts", "Black and White" and "Who's the Fairest of Them All?" are just a few examples of her creativity and perseverance. Not only does she show her before and after images for all of the photographs in this book, she also gives a thorough explanation as to how she took the thought process through from the initial idea to fruition. She tells how, before coming up with a theme for a portrait session, she will scour yard sales or visit antique shops to find just the right prop for a future session. The wheels of her mind are in constant motion, sometimes even awakening her in the middle of the night, giving her new concepts with which to experiment.

Fine Art Printing for Photographers

by Uwe Steinmueller Juergen Gulbins

Today's digital cameras continue to produce increasingly higher definition image data files, making high resolution, large-format output possible. As printing technology moves forward at an equally fast pace, the new inkjet printers are capable of printing with great precision at a very fine resolution, providing an amazing tonal range and significantly superior image permanence at a more affordable price. In the hands of knowledgeable photographers, these printers are able to produce prints that are comparable to the highest quality darkroom prints on fine art paper. The third edition of this best-selling book provides the necessary foundation for successful fine art printing: the understanding of color management, profiling, paper, and inks. It offers advice on selecting an appropriate printer for long-lasting fine art prints, demonstrates how to set up the printing workflow and select a suitable paper for your subject, and guides you step-by-step through the process of converting an image file to an outstanding fine art print. This new edition covers the most recent lines of high-end inkjet printers, photo papers, and devices for monitor and printer profiling. It also addresses the printing dialogs and some new features of Photoshop CS6.

Fine Art Printing for Photographers: Exhibition Quality Prints with Inkjet Printers, 2nd Edition

by Uwe Steinmueller Juergen Gulbins

<p>This comprehensive book provides the necessary foundation for fine art printing with inkjet printers; the understanding of color management, profiling, paper, and inks. Using today &#8482;s digital cameras and inkjet printers, it demonstrates the printing workflow as it guides the reader step-by-step through the process of creating outstanding fine art prints from an image file.</p>

Fine-Grained Image Analysis: Modern Approaches (Synthesis Lectures on Computer Vision)

by Xiu-Shen Wei

This book provides a comprehensive overview of the fine-grained image analysis research and modern approaches based on deep learning, spanning the full range of topics needed for designing operational fine-grained image systems. The author begins by providing detailed background information on FGIA, focusing on recognition and retrieval. The author also provides the fundamentals of convolutional neural networks to further make it easier for readers to understand the technical content in the book. The book introduces the main technical paradigms, technological developments, and representative approaches of fine-grained image recognition and fine-grained image retrieval. The author covers multiple popular research topics and includes cross-domain knowledge. The book also highlights advanced applications and topics for future research.

Fine–Kinney-Based Fuzzy Multi-criteria Occupational Risk Assessment: Approaches, Case Studies and Python Applications (Studies in Fuzziness and Soft Computing #398)

by Muhammet Gul Suleyman Mete Faruk Serin Erkan Celik

This book presents a number of approaches to Fine–Kinney–based multi-criteria occupational risk-assessment. For each proposed approach, it provides case studies demonstrating their applicability, as well as Python coding, which will enable readers to implement them into their own risk assessment process. The book begins by giving a review of Fine–Kinney occupational risk-assessment methods and their extension by fuzzy sets. It then progresses in a logical fashion, dedicating a chapter to each approach, including the fuzzy best and worst method, interval-valued Pythagorean fuzzy VIKOR and interval type-2 fuzzy QUALIFLEX. This book will be of interest to professionals and researchers working in the field of occupational risk management, as well as postgraduate and undergraduate students studying applications of fuzzy systems.

Finish Your Film! Tips and Tricks for Making an Animated Short in Maya: Tips And Tricks For Making An Animated Short In Maya

by Kenny Roy

Finish Your Film! Tips and Tricks for Making an Animated Short in Maya is a first-of-its-kind book that walks the reader step-by-step through the actual production processes of creating a 3D Short film with Maya. Other books focus solely on the creative decisions of 3D Animation and broadly cover the multiple phases of animation production with no real applicable methods for readers to employ. This book shows you how to successfully manage the entire Maya animation pipeline. This book blends together valuable technical tips on film production and real-world shortcuts in a step-by-step approach to make sure you do not get lost. Follow along with author and director Kenny Roy as he creates a short film in front of your eyes using the exact same methods he shows you in the book. Armed with this book, you'll be able to charge forth into the challenge of creating a short film, confident that creativity will show up on screen instead of being stifled by the labyrinth that is a 3D animation pipeline.

Finite Automata

by Mark V. Lawson

Interest in finite automata theory continues to grow, not only because of its applications in computer science, but also because of more recent applications in mathematics, particularly group theory and symbolic dynamics. The subject itself lies on the boundaries of mathematics and computer science, and with a balanced approach that does justice to

Finite Difference Computing with Exponential Decay Models (Lecture Notes in Computational Science and Engineering #110)

by Hans Petter Langtangen

This text provides a very simple, initial introduction to the complete scientificcomputing pipeline: models, discretization, algorithms, programming,verification, andvisualization. The pedagogical strategy is to use one case study - an ordinarydifferential equation describing exponential decay processes - to illustrate fundamentalconcepts in mathematics and computer science. The book is easy to read and only requires a command of one-variable calculus andsome very basic knowledge about computer programming. Contrary to similar textson numerical methods and programming, this text has a much stronger focus onimplementation and teaches testing and software engineering in particular.

Finite Difference Computing with PDEs

by Svein Linge Hans Petter Langtangen

This easy-to-read book introduces the basics of solving partial differential equations by means of finite difference methods. Unlike many of the traditional academic works on the topic, this book was written for practitioners. Accordingly, it especially addresses: the construction of finite difference schemes, formulation and implementation of algorithms, verification of implementations, analyses of physical behavior as implied by the numerical solutions, and how to apply the methods and software to solve problems in the fields of physics and biology. This book is open access under a CC BY license.

Finite Difference Methods. Theory and Applications: 7th International Conference, FDM 2018, Lozenetz, Bulgaria, June 11-16, 2018, Revised Selected Papers (Lecture Notes in Computer Science #11386)

by Ivan Dimov István Faragó Lubin Vulkov

This book constitutes the refereed conference proceedings of the 7th International Conference on Finite Difference Methods, FDM 2018, held in Lozenetz, Bulgaria, in June 2018.The 69 revised full papers presented together with 11 invited papers were carefully reviewed and selected from 94 submissions. They deal with many modern and new numerical techniques like splitting techniques, Green’s function method, multigrid methods, and immersed interface method.

Finite Element Analysis for Civil Engineering with DIANA Software

by Shun Chai

This book systematically introduces readers to the finite element analysis software DIANA (DIsplacement ANAlyzer) and its applications in civil engineering. Developed by TNO Corporation in the 1970s, DIANA is frequently used in civil engineering and engineering mechanics. Unlike the software user’s manual, which provides a comprehensive introduction and theoretical analysis, this book presents a simplified overview of the basic background theory to help beginners master the software quickly. It also discusses GUI operation and the command console in Python language, and includes examples involving classical modeling operations to help readers review each section. Both the book and DIANA itself are valuable resources for students and researchers in all the structural engineering fields, such as civil engineering, bridge engineering, geotechnical engineering, tunnel engineering, underground structural engineering, irrigation, municipal engineering and fire engineering.

Finite Element Analysis for Satellite Structures

by Nader Abuelfoutouh Gasser F. Abdelal Ahmed H. Gad

Designing satellite structures poses an ongoing challenge as the interaction between analysis, experimental testing, and manufacturing phases is underdeveloped. Finite Element Analysis for Satellite Structures: Applications to Their Design, Manufacture and Testing explains the theoretical and practical knowledge needed to perform design of satellite structures. By layering detailed practical discussions with fully developed examples, Finite Element Analysis for Satellite Structures: Applications to Their Design, Manufacture and Testing provides the missing link between theory and implementation. Computational examples cover all the major aspects of advanced analysis; including modal analysis, harmonic analysis, mechanical and thermal fatigue analysis using finite element method. Test cases are included to support explanations an a range of different manufacturing simulation techniques are described from riveting to shot peening to material cutting. Mechanical design of a satellites structures are covered in three steps: analysis step under design loads, experimental testing to verify design, and manufacturing. Stress engineers, lecturers, researchers and students will find Finite Element Analysis for Satellite Structures: Applications to Their Design, Manufacture and Testing a key guide on with practical instruction on applying manufacturing simulations to improve their design and reduce project cost, how to prepare static and dynamic test specifications, and how to use finite element method to investigate in more details any component that may fail during testing.

Finite Element Method to Model Electromagnetic Systems in Low Frequency

by Francis Piriou Stéphane Clénet

Numerical modeling now plays a central role in the design and study of electromagnetic systems. In the field of devices operating in low frequency, it is the finite element method that has come to the fore in recent decades. Today, it is widely used by engineers and researchers in industry, as well as in research centers. This book describes in detail all the steps required to discretize Maxwell’s equations using the finite element method. This involves progressing from the basic equations in the continuous domain to equations in the discrete domain that are solved by a computer. This approach is carried out with a constant focus on maintaining a link between physics, i.e. the properties of electromagnetic fields, and numerical analysis. Numerous academic examples, which are used throughout the various stages of model construction, help to clarify the developments.

Refine Search

Showing 22,426 through 22,450 of 62,593 results