Reader small image

You're reading from  Learning AWS IoT

Product typeBook
Published inJan 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788396110
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Agus Kurniawan
Agus Kurniawan
author image
Agus Kurniawan

Agus Kurniawan is an independent technology consultant, author, and lecturer. He has over 18 years' experience working on various software development projects, including delivering training courses and workshops, and delivering technical writing. He has done a few research activities related to wireless networking, software, and security in multiple universities. Currently, he is pursuing a Ph.D. program in Computer Science in Germany. He has previously written five books for Packt.
Read more about Agus Kurniawan

Right arrow

Build a simple predictive analytics for your IoT project


In this section, we will develop a simple predictive analytics for IoT. Our project can be described in the following figure. We will perform sensing to acquire temperature and humidity from the sensor devices. Then, we send this sensor data to AWS Machine Learning to get a decision on whether the system will perform watering:

The project will focus on developing a machine learning model. Assume that we have temperature and humidity data from the sensor. We do not implement watering system, but we will make a decision system to trigger watering.

Next, we will implement the project with the following steps which are explained in detail in the upcoming sub-sections:

  1. Defining a machine learning model
  2. Preparing data
  3. Building a machine learning model
  4. Evaluating and testing a model

Defining a machine learning model

We will create a simple model for our project. We have two inputs—temperature and humidity. We also have historical data about sensor...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning AWS IoT
Published in: Jan 2018Publisher: PacktISBN-13: 9781788396110

Author (1)

author image
Agus Kurniawan

Agus Kurniawan is an independent technology consultant, author, and lecturer. He has over 18 years' experience working on various software development projects, including delivering training courses and workshops, and delivering technical writing. He has done a few research activities related to wireless networking, software, and security in multiple universities. Currently, he is pursuing a Ph.D. program in Computer Science in Germany. He has previously written five books for Packt.
Read more about Agus Kurniawan