![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Applications of computing > Databases > Data capture & analysis
This volume explores the diverse applications of advanced tools and technologies of the emerging field of big data and their evidential value in business. It examines the role of analytics tools and methods of using big data in strengthening businesses to meet today's information challenges and shows how businesses can adapt big data for effective businesses practices. This volume shows how big data and the use of data analytics is being effectively adopted more frequently, especially in companies that are looking for new methods to develop smarter capabilities and tackle challenges in dynamic processes. Many illustrative case studies are presented that highlight how companies in every sector are now focusing on harnessing data to create a new way of doing business.
What is the cost of employees today and what will this be in the future? This book explains how to take a data-driven approach to workforce planning and allow the business to reach its strategic goals. Organizational Planning and Analysis (OP&A) is a data-driven approach to workforce planning. It allows HR professionals, OD practitioners and business leaders to monitor an organization's activities and analyse business data to regularly adjust plans to ensure that the business succeeds. This book covers everything from how to build an OP&A function, the difference between strategic and operational workforce planning and how to manage demand and supply through to how to match people to new or changing roles and develop robust succession planning. Organizational Planning and Analysis also covers how OP&A works with HR operations including recruitment, L&D, reward and performance management and includes a chapter on new human capital analytics which allow a business to improve the return on investment for each of its employees. Full of practical advice and step by step guidance, this book is also supported by case studies from organizations including KPMG, Sainsbury's, WPP, Accenture, TSB, Johnson & Johnson, Aer Lingus and FedEx.
The history of the computer, and of the industry it spawned, is the latest entrant into the field of historical studies. Scholars beginning to turn their attention to the subject of computing need James Cortada's "Archives of Data Procesing History" as a brief introduction to sources immediately available for investigation. Each essay provides an overview of a major government, academic, or industrial archival collection dealing with the history of computing, the industry, and its leaders and is written by the archivist/historian who has worked with or is responsible for the collection. The archives give practical information on hours, organization, contacts, telephone numbers, survey of contents, and assessments of the historical significance of the collections and their institutions. Reference and business librarians will definitely want to add this volume to their collections. Those interested in the history of technology, the business history of the industry, and the history of major institutions will want to consult it.
The need to electronically store, manipulate and analyze large-scale, high-dimensional data sets requires new computational methods. This book presents new intelligent data management methods and tools, including new results from the field of inference. Leading experts also map out future directions of intelligent data analysis. This book will be a valuable reference for researchers exploring the interdisciplinary area between statistics and computer science as well as for professionals applying advanced data analysis methods in industry.
It is good to mark the new Millennium by looking back as well as forward. Whatever Shines Should Be Observed looks to the nineteenth century to celebrate the achievements of five distinguished women, four of whom were born in Ireland while the fifth married into an Irish family, who made pioneering contributions to photography, microscopy, astronomy and astrophysics. The women featured came from either aristocratic or professional families. Thus, at first sight, they had many material advantages among their peers. In the ranks of the aristocracy there was often a great passion for learning, and the mansions in which these families lived contained libraries, technical equipment (microscopes and telescopes) and collections from the world of nature. More modest professional households of the time were rich in books, while activities such as observing the stars, collecting plants etc. typically formed an integral part of the children's education. To balance this it was the prevailing philosophy that boys could learn, in addition to basic subjects, mathematics, mechanics, physics, chemistry and classical languages, while girls were channelled into 'polite' subjects like music and needlework. This arrangement allowed boys to progress to University should they so wish, where a range of interesting career choices (including science and engineering) was open to them. Girls, on the other hand, usually received their education at home, often under the tutelage of a governess who would not herself had had any serious contact with scientific or technical subjects. In particular, progress to University was not during most of the nineteenth century an option for women, and access toscientific libraries and institutions was also prohibited. Although those women with aristocratic and professional backgrounds were in a materially privileged position and had an opportunity to 'see' through the activities of their male friends and relatives how professional scientific life was lived, to progress from their places in society to the professions required very special determination. Firstly, they had to individually acquire scientific and technical knowledge, as well as necessary laboratory methodology, without the advantage of formal training. Then, it was necessary to carve out a niche in a particular field, despite the special difficulties attending the publication of scientific books or articles by a woman. There was no easy road to science, or even any well worn track. To achieve recognition was a pioneering activity without discernible ground rules. With the hindsight of history, we recognise that the heroic efforts which the women featured in this volume made to overcome the social constraints that held them back from learning about, and participating in, scientific and technical subjects, had a consequence on a much broader canvas. In addition to what they each achieved professionally they contributed within society to a gradual erosion of those barriers raised against the participation of women in academic life, thereby assisting in allowing University places and professional opportunities to gradually become generally available. It is a privilege to salute and thank the wonderful women of the nineteenth century herein described for what they have contributed to the women of today. William Herschel's famous motto quicquid nitet notandum (whatever shinesshould be observed) applies in a particular way to the luminous quality of their individual lives, and those of us who presently observe their shining, as well as those who now wait in the wings of the coming centuries to emerge upon the scene, can each see a little further by their light.
Mathematical Methods in Data Science introduces a new approach based on network analysis to integrate big data into the framework of ordinary and partial differential equations for data analysis and prediction. The mathematics is accompanied with examples and problems arising in data science to demonstrate advanced mathematics, in particular, data-driven differential equations used. Chapters also cover network analysis, ordinary and partial differential equations based on recent published and unpublished results. Finally, the book introduces a new approach based on network analysis to integrate big data into the framework of ordinary and partial differential equations for data analysis and prediction. There are a number of books on mathematical methods in data science. Currently, all these related books primarily focus on linear algebra, optimization and statistical methods. However, network analysis, ordinary and partial differential equation models play an increasingly important role in data science. With the availability of unprecedented amount of clinical, epidemiological and social COVID-19 data, data-driven differential equation models have become more useful for infection prediction and analysis.
* Essay-based format weaves together technical details and case studies to cut through complexity * Provides a strong background in business situations that companies face, to ensure that data analytics efforts are productively directed and organized * Appropriate for both business and engineering students who need to understand the data analytics lifecycle
This text describes regression-based approaches to analyzing longitudinal and repeated measures data. It emphasizes statistical models, discusses the relationships between different approaches, and uses real data to illustrate practical applications. It uses commercially available software when it exists and illustrates the program code and output. The data appendix provides many real data sets-beyond those used for the examples-which can serve as the basis for exercises.
Concurrent data structures simplify the development of concurrent programs by encapsulating commonly used mechanisms for synchronization and commu nication into data structures. This thesis develops a notation for describing concurrent data structures, presents examples of concurrent data structures, and describes an architecture to support concurrent data structures. Concurrent Smalltalk (CST), a derivative of Smalltalk-80 with extensions for concurrency, is developed to describe concurrent data structures. CST allows the programmer to specify objects that are distributed over the nodes of a concurrent computer. These distributed objects have many constituent objects and thus can process many messages simultaneously. They are the foundation upon which concurrent data structures are built. The balanced cube is a concurrent data structure for ordered sets. The set is distributed by a balanced recursive partition that maps to the subcubes of a binary 7lrcube using a Gray code. A search algorithm, VW search, based on the distance properties of the Gray code, searches a balanced cube in O(log N) time. Because it does not have the root bottleneck that limits all tree-based data structures to 0(1) concurrency, the balanced cube achieves 0C.: N) con currency. Considering graphs as concurrent data structures, graph algorithms are pre sented for the shortest path problem, the max-flow problem, and graph parti tioning. These algorithms introduce new synchronization techniques to achieve better performance than existing algorithms."
Environmental information systems (EIS) are concerned with the management of data about the soil, the water, the air, and the species in the world around us. This first textbook on the topic gives a conceptual framework for EIS by structuring the data flow into 4 phases: data capture, storage, analysis, and metadata management. This flow corresponds to a complex aggregation process gradually transforming the incoming raw data into concise documents suitable for high-level decision support. All relevant concepts are covered, including statistical classification, data fusion, uncertainty management, knowledge based systems, GIS, spatial databases, multidimensional access methods, object-oriented databases, simulation models, and Internet-based information management. Several case studies present EIS in practice.
This book, which has been in the making for some eighteen years, would never have begun were it not for Dr. David Dewhirst in 1976 kindly having shown the author a packet of papers in the archives of the Cambridge Obser vatories. These letters and miscellaneous papers of Fearon Fallows sparked an interest in the history of the Royal Observatory at the Cape of Good Hope which, after the diversion of producing several books on later phases of the Observatory, has finally resulted in a detailed study of the origin and first years of the Observatory's life. Publication of this book coincides with the 175th anniversary of the founding of the Royal Observatory, e.G.H. Observatories are built for the use of astronomers. They are built through astronomers, architects, engineers and contractors acting in concert (if not always in harmony). They are constructed, with whatever techniques and skills are available, from bricks, stones and mortar; but their construction may take a toll of personal relationships, patience, and flesh and blood."
Educational Data Analytics (EDA) have been attributed with significant benefits for enhancing on-demand personalized educational support of individual learners as well as reflective course (re)design for achieving more authentic teaching, learning and assessment experiences integrated into real work-oriented tasks. This open access textbook is a tutorial for developing, practicing and self-assessing core competences on educational data analytics for digital teaching and learning. It combines theoretical knowledge on core issues related to collecting, analyzing, interpreting and using educational data, including ethics and privacy concerns. The textbook provides questions and teaching materials/ learning activities as quiz tests of multiple types of questions, added after each section, related to the topic studied or the video(s) referenced. These activities reproduce real-life contexts by using a suitable use case scenario (storytelling), encouraging learners to link theory with practice; self-assessed assignments enabling learners to apply their attained knowledge and acquired competences on EDL. By studying this book, you will know where to locate useful educational data in different sources and understand their limitations; know the basics for managing educational data to make them useful; understand relevant methods; and be able to use relevant tools; know the basics for organising, analysing, interpreting and presenting learner-generated data within their learning context, understand relevant learning analytics methods and be able to use relevant learning analytics tools; know the basics for analysing and interpreting educational data to facilitate educational decision making, including course and curricula design, understand relevant teaching analytics methods and be able to use relevant teaching analytics tools; understand issues related with educational data ethics and privacy. This book is intended for school leaders and teachers engaged in blended (using the flipped classroom model) and online (during COVID-19 crisis and beyond) teaching and learning; e-learning professionals (such as, instructional designers and e-tutors) of online and blended courses; instructional technologists; researchers as well as undergraduate and postgraduate university students studying education, educational technology and relevant fields.
Developing and implementing a systematic analytics strategy can result in a sustainable competitive advantage within the sport business industry. This timely and relevant book provides practical strategies to collect data and then convert that data into meaningful, value-added information and actionable insights. Its primary objective is to help sport business organizations utilize data-driven decision-making to generate optimal revenue from such areas as ticket sales and corporate partnerships. To that end, the book includes in-depth case studies from such leading sports organizations as the Orlando Magic, Tampa Bay Buccaneers, Duke University, and the Aspire Group. The core purpose of sport business analytics is to convert raw data into information that enables sport business professionals to make strategic business decisions that result in improved company financial performance and a measurable and sustainable competitive advantage. Readers will learn about the role of big data and analytics in: Ticket pricing Season ticket member retention Fan engagement Sponsorship valuation Customer relationship management Digital marketing Market research Data visualization. This book examines changes in the ticketing marketplace and spotlights innovative ticketing strategies used in various sport organizations. It shows how to engage fans with social media and digital analytics, presents techniques to analyze engagement and marketing strategies, and explains how to utilize analytics to leverage fan engagement to enhance revenue for sport organizations. Filled with insightful case studies, this book benefits both sports business professionals and students. The concluding chapter on teaching sport analytics further enhances its value to academics.
This book develops survey data analysis tools in Python, to create and analyze cross-tab tables and data visuals, weight data, perform hypothesis tests, and handle special survey questions such as Check-all-that-Apply. In addition, the basics of Bayesian data analysis and its Python implementation are presented. Since surveys are widely used as the primary method to collect data, and ultimately information, on attitudes, interests, and opinions of customers and constituents, these tools are vital for private or public sector policy decisions. As a compact volume, this book uses case studies to illustrate methods of analysis essential for those who work with survey data in either sector. It focuses on two overarching objectives: Demonstrate how to extract actionable, insightful, and useful information from survey data; and Introduce Python and Pandas for analyzing survey data.
Many aspects of modern life have become personalized, yet healthcare practices have been lagging behind in this trend. It is now becoming more common to use big data analysis to improve current healthcare and medicinal systems, and offer better health services to all citizens. Applying Big Data Analytics in Bioinformatics and Medicine is a comprehensive reference source that overviews the current state of medical treatments and systems and offers emerging solutions for a more personalized approach to the healthcare field. Featuring coverage on relevant topics that include smart data, proteomics, medical data storage, and drug design, this publication is an ideal resource for medical professionals, healthcare practitioners, academicians, and researchers interested in the latest trends and techniques in personalized medicine.
In Symbolic Analysis for Parallelizing Compilers the author presents an excellent demonstration of the effectiveness of symbolic analysis in tackling important optimization problems, some of which inhibit loop parallelization. The framework that Haghighat presents has proved extremely successful in induction and wraparound variable analysis, strength reduction, dead code elimination and symbolic constant propagation. The approach can be applied to any program transformation or optimization problem that uses properties and value ranges of program names. Symbolic analysis can be used on any transformational system or optimization problem that relies on compile-time information about program variables. This covers the majority of, if not all optimization and parallelization techniques. The book makes a compelling case for the potential of symbolic analysis, applying it for the first time - and with remarkable results - to a number of classical optimization problems: loop scheduling, static timing or size analysis, and dependence analysis. It demonstrates how symbolic analysis can solve these problems faster and more accurately than existing hybrid techniques.
Aspects of Robust Statistics are important in many areas. Based on the International Conference on Robust Statistics 2001 (ICORS 2001) in Vorau, Austria, this volume discusses future directions of the discipline, bringing together leading scientists, experienced researchers and practitioners, as well as younger researchers. The papers cover a multitude of different aspects of Robust Statistics. For instance, the fundamental problem of data summary (weights of evidence) is considered and its robustness properties are studied. Further theoretical subjects include e.g.: robust methods for skewness, time series, longitudinal data, multivariate methods, and tests. Some papers deal with computational aspects and algorithms. Finally, the aspects of application and programming tools complete the volume.
Based on the Lectures given during the Eurocourse on 'Computing with Parallel Architectures' held at the Joint Research Centre Ispra, Italy, September 10-14, 1990
The one instruction set computer (OISC) is the ultimate reduced instruction set computer (RISC). In OISC, the instruction set consists of only one instruction, and then by composition, all other necessary instructions are synthesized. This is an approach completely opposite to that of a complex instruction set computer (CISC), which incorporates complex instructions as microprograms within the processor. Computer Architecture: A Minimalist Perspective examines
computer architecture, computability theory, and the history of
computers from the perspective of one instruction set computing - a
novel approach in which the computer supports only one, simple
instruction. This bold, new paradigm offers significant promise in
biological, chemical, optical, and molecular scale computers. - Provides a comprehensive study of computer architecture using
computability theory as a base.
Machine Learning for Biometrics: Concepts, Algorithms and Applications highlights the fundamental concepts of machine learning, processing and analyzing data from biometrics and provides a review of intelligent and cognitive learning tools which can be adopted in this direction. Each chapter of the volume is supported by real-life case studies, illustrative examples and video demonstrations. The book elucidates various biometric concepts, algorithms and applications with machine intelligence solutions, providing guidance on best practices for new technologies such as e-health solutions, Data science, Cloud computing, and Internet of Things, etc. In each section, different machine learning concepts and algorithms are used, such as different object detection techniques, image enhancement techniques, both global and local feature extraction techniques, and classifiers those are commonly used data science techniques. These biometrics techniques can be used as tools in Cloud computing, Mobile computing, IOT based applications, and e-health care systems for secure login, device access control, personal recognition and surveillance.
Cognitive and Soft Computing Techniques for the Analysis of Healthcare Data discusses the insight of data processing applications in various domains through soft computing techniques and enormous advancements in the field. The book focuses on the cross-disciplinary mechanisms and ground-breaking research ideas on novel techniques and data processing approaches in handling structured and unstructured healthcare data. It also gives insight into various information-processing models and many memories associated with it while processing the information for forecasting future trends and decision making. This book is an excellent resource for researchers and professionals who work in the Healthcare Industry, Data Science, and Machine learning.
This BriefBook is a much extended glossary or a much condensed handbook, depending on the way one looks at it. In encyclopedic format, it covers subjects in statistics, computing, analysis, and related fields, resulting in a book that is both an introduction and a reference for scientists and engineers, especially experimental physicists dealing with data analysis.
Data has increased due to the growing use of web applications and communication devices. It is necessary to develop new techniques of managing data in order to ensure adequate usage. Modern Technologies for Big Data Classification and Clustering is an essential reference source for the latest scholarly research on handling large data sets with conventional data mining and provide information about the new technologies developed for the management of large data. Featuring coverage on a broad range of topics such as text and web data analytics, risk analysis, and opinion mining, this publication is ideally designed for professionals, researchers, and students seeking current research on various concepts of big data analytics. Topics Covered: The many academic areas covered in this publication include, but are not limited to: Data visualization Distributed Computing Systems Opinion Mining Privacy and security Risk analysis Social Network Analysis Text Data Analytics Web Data Analytics
|
![]() ![]() You may like...
Deformation Compatibility Control for…
Hanhua Zhu, Zhihui Zhou, …
Hardcover
R2,873
Discovery Miles 28 730
IT Essentials Labs and Study Guide…
Allan Johnson, Cisco Networking Academy
Paperback
R1,337
Discovery Miles 13 370
Reference for Modern Instrumentation…
R.N. Thurston, Allan D. Pierce
Hardcover
R3,675
Discovery Miles 36 750
Predicting Outdoor Sound
Keith Attenborough, Timothy Van Renterghem
Hardcover
R5,569
Discovery Miles 55 690
Elastic Wave Propagation in Structures…
Srinivasan Gopalakrishnan
Hardcover
R4,508
Discovery Miles 45 080
CCNP Security Cisco Secure Firewall and…
Nazmul Rajib
Digital product license key
R1,479
Discovery Miles 14 790
CCNP and CCIE Security Core SCOR 350-701…
Omar Santos
Digital product license key
|