Book Image

Smarter Decisions - The Intersection of Internet of Things and Decision Science

By : Jojo Moolayil
Book Image

Smarter Decisions - The Intersection of Internet of Things and Decision Science

By: Jojo Moolayil

Overview of this book

With an increasing number of devices getting connected to the Internet, massive amounts of data are being generated that can be used for analysis. This book helps you to understand Internet of Things in depth and decision science, and solve business use cases. With IoT, the frequency and impact of the problem is huge. Addressing a problem with such a huge impact requires a very structured approach. The entire journey of addressing the problem by defining it, designing the solution, and executing it using decision science is articulated in this book through engaging and easy-to-understand business use cases. You will get a detailed understanding of IoT, decision science, and the art of solving a business problem in IoT through decision science. By the end of this book, you’ll have an understanding of the complex aspects of decision making in IoT and will be able to take that knowledge with you onto whatever project calls for it
Table of Contents (15 chapters)
Smarter Decisions – The Intersection of Internet of Things and Decision Science
Credits
About the Author
About the Reviewer
eBooks, discount offers, and more
Preface

Preface

The Internet of Things and decision science are among the most trending topics in the industry right now. The problems we solve today have become increasingly ambiguous, uncertain and volatile, and therefore the means to solve them. Moreover, problem solving has evolved from solving one specific problem using data science to the art of problem solving using decision science. The Internet of Things provides a massive opportunity for business to make human life easier which can only be leveraged using decision science. Smarter Decisions – The Intersection of Internet of Things and Decision Science, will help you learn the nuances of IoT and Decision and practically aid you in smarter decision making by solving real-life Industrial & Consumer IoT use cases. The book gives paramount focus on solving a fundamental problem. Therefore, the entire journey of addressing the problem by defining, designing and executing it using industry standard frameworks for decision science is articulated through engaging and easy-to-understand business use cases. While solving the business use cases, we will touch base with the entire data science stack that is descriptive + inquisitive + predictive + prescriptive analytics by leveraging the most popular and open source software 'R'. By the end of this book, you'll have complete understanding of the complex aspects of decision making in IoT and will be able to take that knowledge with you onto whatever project calls for it.

What this book covers

Chapter 1, IoT and Decision Science, briefly introduces the two most important topics for the book in the most lucid way using intuitive real-life examples. The chapter briefs about IoT, its evolution and the key differences between IoT, IIoT, Industrial Internet, Internet of Everything. Decision science is narrated by providing paramount focus on the problem and its evolution in the universe. Finally we explore the problem solving framework to study the decision science approach for problem solving.

Chapter 2, Studying the IoT Problem Universe and Designing a Use Case, introduces a real life IoT business problem and aids the reader to practically design the solution for the problem by using a structured and mature problem solving framework learnt in the preceding chapter. The chapter also introduces the two main domains in IoT that is connected assets and connected operations and various artefacts and thought leadership frameworks that will be leveraged to define and design a solution for the business problem.

Chapter 3, The What and the Why – Using Exploratory Decision Science for IoT, focuses on practically solving the IoT business use case designed in the preceding chapter using the R software for exploratory data analysis. Leveraging an anonymized and masked dataset for the business use case along with the hands on exercises aids the reader to practically traverse through the descriptive and inquisitive phases of decision science. The problem's solution is addressed by answering the two fundamental questions What and Why by performing univariate, bivariate analyses along with various statistical tests to validate the results and thereby render the story.

Chapter 4, Experimenting Predictive Analytics for IoT, enhances the solution of the business use case by leveraging predictive analytics. In this chapter, we answer the question "when" to solve the problem with more clarity. Various statistical models like linear regression, logistic regression and decision trees are explored to solve the different predictive problems that were surfaced during the inquisitive phase of the business use case in the preceding chapter. Intuitive examples to understand the mathematical functioning of the algorithms and easy means to interpret the results are articulated to cement the foundations of predictive analytics for IoT.

Chapter 5, Enhancing Predictive Analytics with Machine Learning for IoT, takes an attempt to improve the results of predictive modelling exercises in the preceding chapter by leveraging cutting edge machine learning algorithms like Random Forest, XgBoost and deep learning algorithms like multilayer perceptrons. With improved results from improved algorithms, the solution for the use case is finally completed by leveraging the 3 different layers of decision science: descriptive + inquisitive + predictive analytics.

Chapter 6, Fast track Decision Science with IoT, reinforces the problem solving skills learnt so far by attempting to solve another fresh IoT use case from start to end within the same chapter. The entire journey of defining, designing and solving the IoT problem is articulated in a fast track mode.

Chapter 7, Prescriptive Science and Decision Making, introduces the last layer of the decision science stack i.e. prescriptive analytics by leveraging a hypothetical use case. The entire journey of evolution of a problem from descriptive to inquisitive to predictive and finally to prescriptive and back is illustrated with simple and easy to learn examples. After traversing the problem through prescriptive analytics, the art of decision making and storyboarding to convey the results in the most lucid format is explored in detail.

Chapter 8, Disruptions in IoT, explores the current disruptions in IoT by studying a few like fog computing, cognitive computing, Next generation robotics and genomics and autonomous cars. Finally the privacy and security aspects in IoT is also explored in brief.

Chapter 9, A Promising Future with IoT, discusses about how the near future will radically change human life with the unprecedented growth of IoT. The chapter explores the visionary topics of the new IoT business models such as, AssetDevice as a service and the evolution of connected cars to smart cars & connected humans to smart humans.

What you need for this book

In order to make your learning efficient, you need to have a computer with either Windows, Mac, or Ubuntu.

You need to download and install R to execute the codes mentioned in this book. You can download and install R using the CRAN website available at http://cran.r-project.org/. All the codes are written using RStudio. RStudio is an integrated development environment for R and can be downloaded from http://www.rstudio.com/products/rstudio/.

The different R packages used in the book are freely available to download and install for all operating systems mentioned above.

Who this book is for

Smarter Decisions – The intersection of Internet of Things and Decision Science is intended for data science and IoT enthusiasts or project managers anchoring IoT Analytics projects. Basic knowledge of R in terms of its libraries is an added advantage, however the verbiage for interpretation of the results will be independent of the codes. Any non-technical data science and IoT enthusiast can skip the codes and read through the output and still be able to consume the results.

Sections

In this book, you will find several headings that appear frequently (Getting ready, How to do it, How it works, There's more, and See also).

To give clear instructions on how to complete a recipe, we use these sections as follows:

Getting ready

This section tells you what to expect in the recipe, and describes how to set up any software or any preliminary settings required for the recipe.

How to do it…

This section contains the steps required to follow the recipe.

How it works…

This section usually consists of a detailed explanation of what happened in the previous section.

There's more…

This section consists of additional information about the recipe in order to make the reader more knowledgeable about the recipe.

See also

This section provides helpful links to other useful information for the recipe.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

<Contextpath="/jira"docBase="${catalina.home}
/atlassian- jira" reloadable="false" useHttpOnly="true">

Any command-line input or output is written as follows:

 mysql -u root -p

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Select System info from the Administration panel."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book-what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail [email protected], and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors .

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for this book from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

You can download the code files by following these steps:

  1. Log in or register to our website using your e-mail address and password.

  2. Hover the mouse pointer on the SUPPORT tab at the top.

  3. Click on Code Downloads & Errata.

  4. Enter the name of the book in the Search box.

  5. Select the book for which you're looking to download the code files.

  6. Choose from the drop-down menu where you purchased this book from.

  7. Click on Code Download.

You can also download the code files by clicking on the Code Files button on the book's webpage at the Packt Publishing website. This page can be accessed by entering the book's name in the Search box. Please note that you need to be logged in to your Packt account.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR / 7-Zip for Windows

  • Zipeg / iZip / UnRarX for Mac

  • 7-Zip / PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Smarter-Decisions-The-Intersection-of-Internet-of-Things-and-Decision-Science. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books-maybe a mistake in the text or the code-we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at [email protected] with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at [email protected], and we will do our best to address the problem.