Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Artificial Intelligence for IoT Cookbook

You're reading from   Artificial Intelligence for IoT Cookbook Over 70 recipes for building AI solutions for smart homes, industrial IoT, and smart cities

Arrow left icon
Product type Paperback
Published in Mar 2021
Publisher Packt
ISBN-13 9781838981983
Length 260 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Michael Roshak Michael Roshak
Author Profile Icon Michael Roshak
Michael Roshak
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Setting Up the IoT and AI Environment 2. Handling Data FREE CHAPTER 3. Machine Learning for IoT 4. Deep Learning for Predictive Maintenance 5. Anomaly Detection 6. Computer Vision 7. NLP and Bots for Self-Ordering Kiosks 8. Optimizing with Microcontrollers and Pipelines 9. Deploying to the Edge 10. About Packt

How it works...

This algorithm is checking whether the last record is more than 4 standard deviations (σ) from the preceding 1,000 values. 4σ should have an anomaly 1 in every 15,787 readings or once every 4 hours. If we were to change that to 4.5 it would be once every 40 hours.

We import scipy for our Z-score evaluation and numpy for data manipulation. We then add the script to the Raspberry Pi startup so that the script will start automatically whenever there is a power reset. The machine needs to wait for peripherals, such as the Sense HAT initialization. The 60-second delay allows the OS to be aware of the Sense HAT before trying to initialize it. Then we initialize our variables. These variables are the device name, the IP address of the Kafka server, and the Sense HAT. Then we enable the Sense HAT's internal measuring units (IMUs). We disable the compass and enable the gyroscope and accelerometer. Finally, we create two arrays to put the data...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $24.99/month. Cancel anytime