0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (7)
  • R250 - R500 (60)
  • R500+ (1,250)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Applications of computing > Databases > Data capture & analysis

Power BI Data Analysis and Visualization (Paperback): Suren Machiraju, Suraj  Gaurav Power BI Data Analysis and Visualization (Paperback)
Suren Machiraju, Suraj Gaurav
R1,633 R1,264 Discovery Miles 12 640 Save R369 (23%) Ships in 10 - 15 working days

Power BI Data Analysis and Visualization provides a roadmap to vendor choices and highlights why Microsoft's Power BI is a very viable, cost effective option for data visualization. The book covers the fundamentals and most commonly used features of Power BI, but also includes an in-depth discussion of advanced Power BI features such as natural language queries; embedding Power BI dashboards; and live streaming data. It discusses real solutions to extract data from the ERP application, Microsoft Dynamics CRM, and also offers ways to host the Power BI Dashboard as an Azure application, extracting data from popular data sources like Microsoft SQL Server and open-source PostgreSQL. Authored by Microsoft experts, this book uses real-world coding samples and screenshots to spotlight how to create reports, embed them in a webpage, view them across multiple platforms, and more. Business owners, IT professionals, data scientists, and analysts will benefit from this thorough presentation of Power BI and its functions.

Data-Driven Storytelling (Paperback): Nathalie Henry Riche, Christophe Hurter, Nicholas Diakopoulos, Sheelagh Carpendale Data-Driven Storytelling (Paperback)
Nathalie Henry Riche, Christophe Hurter, Nicholas Diakopoulos, Sheelagh Carpendale
R1,481 Discovery Miles 14 810 Ships in 9 - 15 working days

This book presents an accessible introduction to data-driven storytelling. Resulting from unique discussions between data visualization researchers and data journalists, it offers an integrated definition of the topic, presents vivid examples and patterns for data storytelling, and calls out key challenges and new opportunities for researchers and practitioners.

Big Data Processing Using Spark in Cloud (Hardcover, 1st ed. 2019): Mamta Mittal, Valentina E. Balas, Lalit Mohan Goyal,... Big Data Processing Using Spark in Cloud (Hardcover, 1st ed. 2019)
Mamta Mittal, Valentina E. Balas, Lalit Mohan Goyal, Raghvendra Kumar
R2,986 Discovery Miles 29 860 Ships in 10 - 15 working days

The book describes the emergence of big data technologies and the role of Spark in the entire big data stack. It compares Spark and Hadoop and identifies the shortcomings of Hadoop that have been overcome by Spark. The book mainly focuses on the in-depth architecture of Spark and our understanding of Spark RDDs and how RDD complements big data's immutable nature, and solves it with lazy evaluation, cacheable and type inference. It also addresses advanced topics in Spark, starting with the basics of Scala and the core Spark framework, and exploring Spark data frames, machine learning using Mllib, graph analytics using Graph X and real-time processing with Apache Kafka, AWS Kenisis, and Azure Event Hub. It then goes on to investigate Spark using PySpark and R. Focusing on the current big data stack, the book examines the interaction with current big data tools, with Spark being the core processing layer for all types of data. The book is intended for data engineers and scientists working on massive datasets and big data technologies in the cloud. In addition to industry professionals, it is helpful for aspiring data processing professionals and students working in big data processing and cloud computing environments.

Big Data for Remote Sensing: Visualization, Analysis and Interpretation - Digital Earth and Smart Earth (Hardcover, 1st ed.... Big Data for Remote Sensing: Visualization, Analysis and Interpretation - Digital Earth and Smart Earth (Hardcover, 1st ed. 2019)
Nilanjan Dey, Chintan Bhatt, Amira S. Ashour
R4,485 Discovery Miles 44 850 Ships in 10 - 15 working days

This book thoroughly covers the remote sensing visualization and analysis techniques based on computational imaging and vision in Earth science. Remote sensing is considered a significant information source for monitoring and mapping natural and man-made land through the development of sensor resolutions that committed different Earth observation platforms. The book includes related topics for the different systems, models, and approaches used in the visualization of remote sensing images. It offers flexible and sophisticated solutions for removing uncertainty from the satellite data. It introduces real time big data analytics to derive intelligence systems in enterprise earth science applications. Furthermore, the book integrates statistical concepts with computer-based geographic information systems (GIS). It focuses on image processing techniques for observing data together with uncertainty information raised by spectral, spatial, and positional accuracy of GPS data. The book addresses several advanced improvement models to guide the engineers in developing different remote sensing visualization and analysis schemes. Highlights on the advanced improvement models of the supervised/unsupervised classification algorithms, support vector machines, artificial neural networks, fuzzy logic, decision-making algorithms, and Time Series Model and Forecasting are addressed. This book guides engineers, designers, and researchers to exploit the intrinsic design remote sensing systems. The book gathers remarkable material from an international experts' panel to guide the readers during the development of earth big data analytics and their challenges.

Integrated Business Information Systems - A Holistic View of the Linked Business Process Chain ERP-SCM-CRM-BI-Big Data... Integrated Business Information Systems - A Holistic View of the Linked Business Process Chain ERP-SCM-CRM-BI-Big Data (Paperback, Softcover reprint of the original 1st ed. 2017)
Klaus-Dieter Gronwald
R1,557 Discovery Miles 15 570 Ships in 10 - 15 working days

Enterprise Resource Planning (ERP), Supply Chain Management (SCM), Customer Relationship Management (CRM), Business Intelligence (BI) and Big Data Analytics (BDA) are business related tasks and processes, which are supported by standardized software solutions. The book explains that this requires business oriented thinking and acting from IT specialists and data scientists. It is a good idea to let students experience this directly from the business perspective, for example as executives of a virtual company. The course simulates the stepwise integration of the linked business process chain ERP-SCM-CRM-BI-Big Data of four competing groups of companies. The course participants become board members with full P&L responsibility for business units of one of four beer brewery groups managing supply chains from production to retailer.

Research in Computational Molecular Biology - 22nd Annual International Conference, RECOMB 2018, Paris, France, April 21-24,... Research in Computational Molecular Biology - 22nd Annual International Conference, RECOMB 2018, Paris, France, April 21-24, 2018, Proceedings (Paperback, 1st ed. 2018)
Benjamin J. Raphael
R1,562 Discovery Miles 15 620 Ships in 10 - 15 working days

This book constitutes the proceedings of the 22nd Annual Conference on Research in Computational Molecular Biology, RECOMB 2018, held in Paris, France, in April 2018. The 16 extended and 22 short abstracts presented were carefully reviewed and selected from 193 submissions. The short abstracts are included in the back matter of the volume. They report on original research in all areas of computational molecular biology and bioinformatics.

Ruby Data Processing - Using Map, Reduce, and Select (Paperback, 1st ed.): Jay Godse Ruby Data Processing - Using Map, Reduce, and Select (Paperback, 1st ed.)
Jay Godse
R793 Discovery Miles 7 930 Ships in 10 - 15 working days

Gain the basics of Ruby's map, reduce, and select functions and discover how to use them to solve data-processing problems. This compact hands-on book explains how you can encode certain complex programs in 10 lines of Ruby code, an astonishingly small number. You will walk through problems and solutions which are effective because they use map, reduce, and select. As you read Ruby Data Processing, type in the code, run the code, and ponder the results. Tweak the code to test the code and see how the results change. After reading this book, you will have a deeper understanding of how to break data-processing problems into processing stages, each of which is understandable, debuggable, and composable, and how to combine the stages to solve your data-processing problem. As a result, your Ruby coding will become more efficient and your programs will be more elegant and robust. What You Will Learn Discover Ruby data processing and how to do it using the map, reduce, and select functions Develop complex solutions including debugging, randomizing, sorting, grouping, and more Reverse engineer complex data-processing solutions Who This Book Is For Those who have at least some prior experience programming in Ruby and who have a background and interest in data analysis and processing using Ruby.

Queer Data - Using Gender, Sex and Sexuality Data for Action (Paperback): Kevin Guyan Queer Data - Using Gender, Sex and Sexuality Data for Action (Paperback)
Kevin Guyan
R591 Discovery Miles 5 910 Ships in 9 - 15 working days

Data has never mattered more. Our lives are increasingly shaped by it and how it is defined, collected and used. But who counts in the collection, analysis and application of data? This important book is the first to look at queer data - defined as data relating to gender, sex, sexual orientation and trans identity/history. The author shows us how current data practices reflect an incomplete account of LGBTQ lives and helps us understand how data biases are used to delegitimise the everyday experiences of queer people. Guyan demonstrates why it is important to understand, collect and analyse queer data, the benefits and challenges involved in doing so, and how we might better use queer data in our work. Arming us with the tools for action, this book shows how greater knowledge about queer identities is instrumental in informing decisions about resource allocation, changes to legislation, access to services, representation and visibility.

Spatio-Temporal Graph Data Analytics (Hardcover, 1st ed. 2017): Venkata M. V. Gunturi, Shashi Shekhar Spatio-Temporal Graph Data Analytics (Hardcover, 1st ed. 2017)
Venkata M. V. Gunturi, Shashi Shekhar
R3,466 Discovery Miles 34 660 Ships in 10 - 15 working days

This book highlights some of the unique aspects of spatio-temporal graph data from the perspectives of modeling and developing scalable algorithms. The authors discuss in the first part of this book, the semantic aspects of spatio-temporal graph data in two application domains, viz., urban transportation and social networks. Then the authors present representational models and data structures, which can effectively capture these semantics, while ensuring support for computationally scalable algorithms. In the first part of the book, the authors describe algorithmic development issues in spatio-temporal graph data. These algorithms internally use the semantically rich data structures developed in the earlier part of this book. Finally, the authors introduce some upcoming spatio-temporal graph datasets, such as engine measurement data, and discuss some open research problems in the area. This book will be useful as a secondary text for advanced-level students entering into relevant fields of computer science, such as transportation and urban planning. It may also be useful for researchers and practitioners in the field of navigational algorithms.

Google BigQuery Analytics (Paperback): Jordan Tigani, Siddartha Naidu Google BigQuery Analytics (Paperback)
Jordan Tigani, Siddartha Naidu
R1,155 R892 Discovery Miles 8 920 Save R263 (23%) Out of stock

This book shows business and data analysts how to use BigQuery most effectively, avoid common pitfalls, and ultimately execute sophisticated queries against large, complex data sets. The authors will share tips and recipes for running complex queries. And they will also show how to write code to communicate with the BigQuery API. The authors will demonstrate best practices and techniques against an extended real-world example -- a web application that collects sensor data from mobile devices and displays a dashboard visualizing the data in real-time. Along the way, the authors will use examples to demonstrate streaming ingestion, transformation via Hadoop in Google Compute engine, AppEngine datastore integration, and using GViz with Tableau to generate charts of query results.The authors will not just cover the mechanics of using BigQuery; they will also cover the architecture of the underlying Dremel query engine: understanding how a query will execute is a key to getting good results from BigQuery. The book describes how Dremel works, and pairs it with concrete query examples showing how to work around limitations in the architecture. The query samples will be in BigQuery's variant of SQL. And the web application examples will be in Python, the most popular language for analytics. Where the Java analogue of the Python samples would differ significantly, Java samples will be given as well. All code and data sets will be available on the book's companion website.

How to Lead in Data Science (Paperback): Jike Chong, Yue Cathy Chang How to Lead in Data Science (Paperback)
Jike Chong, Yue Cathy Chang
R1,346 Discovery Miles 13 460 Ships in 9 - 15 working days

To lead a data science team, you need to expertly articulate technology roadmaps, support a data-driven culture, and plan a data strategy that drives a competitive business plan. In this practical guide, you'll learn leadership techniques the authors have developed building multiple high-performance data teams. In How to Lead in Data Science you'll master techniques for leading data science at every seniority level, from heading up a single project to overseeing a whole company's data strategy. You'll find advice on plotting your long-term career advancement, as well as quick wins you can put into practice right away. Throughout, carefully crafted assessments and interview scenarios encourage introspection, reveal personal blind spots, and show development areas to help advance your career. Leading a data science team takes more than the typical set of business management skills. You need specific know-how to articulate technology roadmaps, support a data-driven culture, and plan a data strategy that drives a competitive business plan. Whether you're looking to manage your team better or work towards a seat at your company's top leadership table, this book will show you how.

Experimental Design - With Application in Management, Engineering, and the Sciences. (Paperback, 2nd ed. 2018): Paul D Berger,... Experimental Design - With Application in Management, Engineering, and the Sciences. (Paperback, 2nd ed. 2018)
Paul D Berger, Robert E Maurer, Giovana B. Celli
R6,218 Discovery Miles 62 180 Ships in 10 - 15 working days

This text introduces and provides instruction on the design and analysis of experiments for a broad audience. Formed by decades of teaching, consulting, and industrial experience in the Design of Experiments field, this new edition contains updated examples, exercises, and situations covering the science and engineering practice. This text minimizes the amount of mathematical detail, while still doing full justice to the mathematical rigor of the presentation and the precision of statements, making the text accessible for those who have little experience with design of experiments and who need some practical advice on using such designs to solve day-to-day problems. Additionally, an intuitive understanding of the principles is always emphasized, with helpful hints throughout.

Computational Metrics for Soccer Analysis - Connecting the dots (Paperback, 1st ed. 2018): Filipe Manuel Clemente, Joao... Computational Metrics for Soccer Analysis - Connecting the dots (Paperback, 1st ed. 2018)
Filipe Manuel Clemente, Joao Bernardo Sequeiros, Acacio F.P.P. Correia, Frutuoso G. M. Silva, Fernando Manuel Lourenco Martins
R1,925 Discovery Miles 19 250 Ships in 10 - 15 working days

This book provides an account of the use of computational tactical metrics in improving sports analysis, in particular the use of Global Positioning System (GPS) data in soccer. As well as offering a practical perspective on collective behavioural analysis, it introduces the computational metrics available in the literature that allow readers to identify collective behaviour and patterns of play in team sports. These metrics only require the bio-dimensional geo-referencing information from GPS or video-tracking systems to provide qualitative and quantitative information about the tactical behaviour of players and the inter-relationships between teammates and their opponents. Exercises, experimental cases and algorithms enable readers to fully comprehend how to compute these metrics, as well as introducing them to the ultimate performance analysis tool, which is the basis to run them on. The script to compute the metrics is presented in Python. The book is a valuable resource for professional analysts as well students and researchers in the field of sports analysis wanting to optimise the use of GPS trackers in soccer.

Ontology-Based Data Access Leveraging Subjective Reports (Paperback, 1st ed. 2017): Gerardo I. Simari, Cristian Molinaro, Maria... Ontology-Based Data Access Leveraging Subjective Reports (Paperback, 1st ed. 2017)
Gerardo I. Simari, Cristian Molinaro, Maria Vanina Martinez, Thomas Lukasiewicz, Livia Predoiu
R1,773 Discovery Miles 17 730 Ships in 10 - 15 working days

This SpringerBrief reviews the knowledge engineering problem of engineering objectivity in top-k query answering; essentially, answers must be computed taking into account the user's preferences and a collection of (subjective) reports provided by other users. Most assume each report can be seen as a set of scores for a list of features, its author's preferences among the features, as well as other information is discussed in this brief. These pieces of information for every report are then combined, along with the querying user's preferences and their trust in each report, to rank the query results. Everyday examples of this setup are the online reviews that can be found in sites like Amazon, Trip Advisor, and Yelp, among many others. Throughout this knowledge engineering effort the authors adopt the Datalog+/- family of ontology languages as the underlying knowledge representation and reasoning formalism, and investigate several alternative ways in which rankings can b e derived, along with algorithms for top-k (atomic) query answering under these rankings. This SpringerBrief also investigate assumptions under which our algorithms run in polynomial time in the data complexity. Since this SpringerBrief contains a gentle introduction to the main building blocks (OBDA, Datalog+/-, and reasoning with preferences), it should be of value to students, researchers, and practitioners who are interested in the general problem of incorporating user preferences into related formalisms and tools. Practitioners also interested in using Ontology-based Data Access to leverage information contained in reviews of products and services for a better customer experience will be interested in this brief and researchers working in the areas of Ontological Languages, Semantic Web, Data Provenance, and Reasoning with Preferences.

Advances in Data Analysis with Computational Intelligence Methods - Dedicated to Professor Jacek Zurada (Hardcover, 1st ed.... Advances in Data Analysis with Computational Intelligence Methods - Dedicated to Professor Jacek Zurada (Hardcover, 1st ed. 2018)
Adam E Gaweda, Janusz Kacprzyk, Leszek Rutkowski, Gary G. Yen
R4,492 Discovery Miles 44 920 Ships in 10 - 15 working days

This book is a tribute to Professor Jacek Zurada, who is best known for his contributions to computational intelligence and knowledge-based neurocomputing. It is dedicated to Professor Jacek Zurada, Full Professor at the Computational Intelligence Laboratory, Department of Electrical and Computer Engineering, J.B. Speed School of Engineering, University of Louisville, Kentucky, USA, as a token of appreciation for his scientific and scholarly achievements, and for his longstanding service to many communities, notably the computational intelligence community, in particular neural networks, machine learning, data analyses and data mining, but also the fuzzy logic and evolutionary computation communities, to name but a few. At the same time, the book recognizes and honors Professor Zurada's dedication and service to many scientific, scholarly and professional societies, especially the IEEE (Institute of Electrical and Electronics Engineers), the world's largest professional technical professional organization dedicated to advancing science and technology in a broad spectrum of areas and fields. The volume is divided into five major parts, the first of which addresses theoretic, algorithmic and implementation problems related to the intelligent use of data in the sense of how to derive practically useful information and knowledge from data. In turn, Part 2 is devoted to various aspects of neural networks and connectionist systems. Part 3 deals with essential tools and techniques for intelligent technologies in systems modeling and Part 4 focuses on intelligent technologies in decision-making, optimization and control, while Part 5 explores the applications of intelligent technologies.

Mobile Health - Sensors, Analytic Methods, and Applications (Hardcover, 1st ed. 2017): James M. Rehg, Susan.A Murphy, Santosh... Mobile Health - Sensors, Analytic Methods, and Applications (Hardcover, 1st ed. 2017)
James M. Rehg, Susan.A Murphy, Santosh Kumar
R5,881 Discovery Miles 58 810 Ships in 10 - 15 working days

This volume provides a comprehensive introduction to mHealth technology and is accessible to technology-oriented researchers and practitioners with backgrounds in computer science, engineering, statistics, and applied mathematics. The contributing authors include leading researchers and practitioners in the mHealth field. The book offers an in-depth exploration of the three key elements of mHealth technology: the development of on-body sensors that can identify key health-related behaviors (sensors to markers), the use of analytic methods to predict current and future states of health and disease (markers to predictors), and the development of mobile interventions which can improve health outcomes (predictors to interventions). Chapters are organized into sections, with the first section devoted to mHealth applications, followed by three sections devoted to the above three key technology areas. Each chapter can be read independently, but the organization of the entire book provides a logical flow from the design of on-body sensing technology, through the analysis of time-varying sensor data, to interactions with a user which create opportunities to improve health outcomes. This volume is a valuable resource to spur the development of this growing field, and ideally suited for use as a textbook in an mHealth course.

Data Management Technologies and Applications - 5th International Conference, DATA 2016, Colmar, France, July 24-26, 2016,... Data Management Technologies and Applications - 5th International Conference, DATA 2016, Colmar, France, July 24-26, 2016, Revised Selected Papers (Paperback, 1st ed. 2017)
Chiara Francalanci, Markus Helfert
R2,096 Discovery Miles 20 960 Ships in 10 - 15 working days

This book constitutes the thoroughly refereed proceedings of the Fourth International Conference on Data Technologies and Applications, DATA 2016, held in Colmar, France, in July 2016. The 9 revised full papers were carefully reviewed and selected from 50 submissions. The papers deal with the following topics: databases, data warehousing, data mining, data management, data security, knowledge and information systems and technologies; advanced application of data.

Big and Complex Data Analysis - Methodologies and Applications (Hardcover, 1st ed. 2017): S. Ejaz Ahmed Big and Complex Data Analysis - Methodologies and Applications (Hardcover, 1st ed. 2017)
S. Ejaz Ahmed
R5,155 Discovery Miles 51 550 Ships in 10 - 15 working days

This volume conveys some of the surprises, puzzles and success stories in high-dimensional and complex data analysis and related fields. Its peer-reviewed contributions showcase recent advances in variable selection, estimation and prediction strategies for a host of useful models, as well as essential new developments in the field. The continued and rapid advancement of modern technology now allows scientists to collect data of increasingly unprecedented size and complexity. Examples include epigenomic data, genomic data, proteomic data, high-resolution image data, high-frequency financial data, functional and longitudinal data, and network data. Simultaneous variable selection and estimation is one of the key statistical problems involved in analyzing such big and complex data. The purpose of this book is to stimulate research and foster interaction between researchers in the area of high-dimensional data analysis. More concretely, its goals are to: 1) highlight and expand the breadth of existing methods in big data and high-dimensional data analysis and their potential for the advancement of both the mathematical and statistical sciences; 2) identify important directions for future research in the theory of regularization methods, in algorithmic development, and in methodologies for different application areas; and 3) facilitate collaboration between theoretical and subject-specific researchers.

Between the Spreadsheets - Classifying and Fixing Dirty Data (Paperback): Walsh Between the Spreadsheets - Classifying and Fixing Dirty Data (Paperback)
Walsh
R1,222 Discovery Miles 12 220 Ships in 12 - 17 working days

Dirty data is a problem that costs businesses thousands, if not millions, every year. In organisations large and small across the globe you will hear talk of data quality issues. What you will rarely hear about is the consequences or how to fix it. Between the Spreadsheets: Classifying and Fixing Dirty Data draws on classification expert Susan Walsh's decade of experience in data classification to present a fool-proof method for cleaning and classifying your data. The book covers everything from the very basics of data classification to normalisation and taxonomies, and presents the author's proven COAT methodology, helping ensure an organisation's data is Consistent, Organised, Accurate and Trustworthy. A series of data horror stories outlines what can go wrong in managing data, and if it does, how it can be fixed. After reading this book, regardless of your level of experience, not only will you be able to work with your data more efficiently, but you will also understand the impact the work you do with it has, and how it affects the rest of the organisation. Written in an engaging and highly practical manner, Between the Spreadsheets gives readers of all levels a deep understanding of the dangers of dirty data and the confidence and skills to work more efficiently and effectively with it.

Intelligent Data Analysis and Applications - Proceedings of the Third Euro-China Conference on Intelligent Data Analysis and... Intelligent Data Analysis and Applications - Proceedings of the Third Euro-China Conference on Intelligent Data Analysis and Applications, ECC 2016 (Paperback, 1st ed. 2017)
Jeng-Shyang Pan, Vaclav Snasel, Tien-Wen Sung, Xiaodong Wang
R5,383 Discovery Miles 53 830 Ships in 10 - 15 working days

This book gathers papers presented at the ECC 2016, the Third Euro-China Conference on Intelligent Data Analysis and Applications, which was held in Fuzhou City, China from November 7 to 9, 2016. The aim of the ECC is to provide an internationally respected forum for scientific research in the broad areas of intelligent data analysis, computational intelligence, signal processing, and all associated applications of artificial intelligence (AI). The third installment of the ECC was jointly organized by Fujian University of Technology, China, and VSB-Technical University of Ostrava, Czech Republic. The conference was co-sponsored by Taiwan Association for Web Intelligence Consortium, and Immersion Co., Ltd.

Machine Learning Engineering in Action (Paperback): Ben Wilson Machine Learning Engineering in Action (Paperback)
Ben Wilson
R1,414 R1,316 Discovery Miles 13 160 Save R98 (7%) Ships in 9 - 15 working days

Machine Learning Engineering in Action lays out an approach to building deployable, maintainable production machine learning systems. You will adopt software development standards that deliver better code management, and make it easier to test, scale, and even reuse your machine learning code! You will learn how to plan and scope your project, manage cross-team logistics that avoid fatal communication failures, and design your code's architecture for improved resilience. You will even discover when not to use machine learning-and the alternative approaches that might be cheaper and more effective. When you're done working through this toolbox guide, you will be able to reliably deliver cost-effective solutions for organizations big and small alike. Following established processes and methodology maximizes the likelihood that your machine learning projects will survive and succeed for the long haul. By adopting standard, reproducible practices, your projects will be maintainable over time and easy for new team members to understand and adapt.

Interview Questions in Business Analytics (Paperback, 1st ed.): Bhasker  Gupta Interview Questions in Business Analytics (Paperback, 1st ed.)
Bhasker Gupta
R1,491 Discovery Miles 14 910 Ships in 10 - 15 working days

Discover relevant questions-and detailed answers-to help you prepare for job interviews and break into the field of analytics. This book contains more than 200 questions based on consultations with hiring managers and technical professionals already working in analytics. Interview Questions in Business Analytics: How to Ace Interviews and Get the Job You Want fills a gap in information on business analytics for job seekers. Bhasker Gupta, the founder and editor of Analytics India Magazine, has come up with more than 200 questions job applicants are likely to face in an interview. Covering data preparation, statistics, analytics implementation, as well as other crucial topics favored by interviewers, this book: Provides 200+ interview questions often asked by recruiters and hiring managers in global corporations Offers short and to-the-point answers to the depth required, while looking at the problem from all angles Provides a full range of interview questions for jobs ranging from junior analytics to senior data scientists and managers Offers analytics professionals a quick reference on topics in analytics Using a question-and-answer format from start to finish, Interview Questions in Business Analytics: How to Ace Interviews and Get the Job You Want will help you grasp concepts sooner and with deep clarity. The book therefore also serves as a primer on analytics and covers issues relating to business implementation. You will learn about not just the how and what of analytics, but also the why and when. This book will thus ensure that you are well prepared for interviews-putting your dream job well within reach. Business analytics is currently one of the hottest and trendiest areas for technical professionals. With the rise of the profession, there is significant job growth. Even so, it's not easy to get a job in the field, because you need knowledge of subjects such as statistics, databases, and IT services. Candidates must also possess keen business acumen. What's more, employers cast a cold critical eye on all applicants, making the task of getting a job even more difficult. What You'll Learn The 200 questions in this book cover such topics as: * The different types of data used in analytics * How analytics are put to use in different industries * The process of hypothesis testing * Predictive vs. descriptive analytics * Correlation, regression, segmentation and advanced statistics * Predictive modeling Who This Book Is For Those aspiring to jobs in business analytics, including recent graduates and technical professionals looking for a new or better job. Job interviewers will also find the book helpful in preparing interview questions.

Set Functions, Games and Capacities in Decision Making (Hardcover, 1st ed. 2016): Michel Grabisch Set Functions, Games and Capacities in Decision Making (Hardcover, 1st ed. 2016)
Michel Grabisch
R5,953 Discovery Miles 59 530 Ships in 10 - 15 working days

The book provides a thorough treatment of set functions, games and capacities as well as integrals with respect to capacities and games, in a mathematical rigorous presentation and in view of application to decision making. After a short chapter introducing some required basic knowledge (linear programming, polyhedra, ordered sets) and notation, the first part of the book consists of three long chapters developing the mathematical aspects. This part is not related to a particular application field and, by its neutral mathematical style, is useful to the widest audience. It gathers many results and notions which are scattered in the literature of various domains (game theory, decision, combinatorial optimization and operations research). The second part consists of three chapters, applying the previous notions in decision making and modelling: decision under uncertainty, decision with multiple criteria, possibility theory and Dempster-Shafer theory.

Conceptual Exploration (Hardcover, 1st ed. 2016): Bernhard Ganter, Sergei Obiedkov Conceptual Exploration (Hardcover, 1st ed. 2016)
Bernhard Ganter, Sergei Obiedkov
R5,973 Discovery Miles 59 730 Ships in 10 - 15 working days

This is the first textbook on attribute exploration, its theory, its algorithms forapplications, and some of its many possible generalizations. Attribute explorationis useful for acquiring structured knowledge through an interactive process, byasking queries to an expert. Generalizations that handle incomplete, faulty, orimprecise data are discussed, but the focus lies on knowledge extraction from areliable information source.The method is based on Formal Concept Analysis, a mathematical theory ofconcepts and concept hierarchies, and uses its expressive diagrams. The presentationis self-contained. It provides an introduction to Formal Concept Analysiswith emphasis on its ability to derive algebraic structures from qualitative data,which can be represented in meaningful and precise graphics.

Big Data Applications and Use Cases (Hardcover, 1st ed. 2016): Patrick C K Hung Big Data Applications and Use Cases (Hardcover, 1st ed. 2016)
Patrick C K Hung
R3,828 Discovery Miles 38 280 Ships in 10 - 15 working days

This book presents different use cases in big data applications and related practical experiences. Many businesses today are increasingly interested in utilizing big data technologies for supporting their business intelligence so that it is becoming more and more important to understand the various practical issues from different practical use cases. This book provides clear proof that big data technologies are playing an ever increasing important and critical role in a new cross-discipline research between computer science and business.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Big Data Analytics - Harnessing Data for…
Soraya Sedkaoui, Mounia Khelfaoui, … Hardcover R4,243 Discovery Miles 42 430
SQL for Data Scientists - A Beginner's…
RMP Teat Paperback R862 Discovery Miles 8 620
ISE Data Analytics for Accounting
Vernon Richardson, Katie Terrell, … Paperback R1,858 Discovery Miles 18 580
Technology for Success - Computer…
Mark Ciampa, Jill West, … Paperback  (1)
R1,273 R1,098 Discovery Miles 10 980
Data Visualization with Excel Dashboards…
D Kusleika Paperback R769 Discovery Miles 7 690
Sport Business Analytics - Using Data to…
C. Keith Harrison, Scott Bukstein Paperback R1,271 Discovery Miles 12 710
Value-Driven Data - Identifying…
Edosa Odaro Hardcover R2,732 Discovery Miles 27 320
Multilevel Modeling - Methodological…
Steven P. Reise, Naihua Duan Paperback R1,544 Discovery Miles 15 440
Ethics of Data and Analytics - Concepts…
Kirsten Martin Paperback R1,799 Discovery Miles 17 990
New Methods of Market Research and…
G. Scott Erickson Hardcover R2,900 Discovery Miles 29 000

 

Partners