Skip to Content
Hands-On Industrial Internet of Things
book

Hands-On Industrial Internet of Things

by Giacomo Veneri, Antonio Capasso
November 2018
Intermediate to advanced
556 pages
14h 42m
English
Packt Publishing
Content preview from Hands-On Industrial Internet of Things

Building the container

The container is based on the tensorflow/tensorflow:latest-py3 container, which can be found at https://hub.docker.com/r/tensorflow/tensorflow/tags/. This container supports Python 3 and TensorFlow and is customized with some additional dependencies such as Keras, Pandas, SciPy, Flask, and NGINX. We need to copy our algorithms on the container. For this exercise, we will use the code developed in Chapter 14, Implementing a Digital Twin - Advanced Analytics. The training steps have been defined in the train file. The most important part of the algorithm is as follows:

  1. The first part file of the train file defines the import:
#!/usr/bin/env python3…import pandas as pdimport numpy as npfrom keras.models import Sequential ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Internet of Things

Internet of Things

S. Velliangiri, Sathish A.P. Kumar, P. Karthikeyan
Industrial Internet Application Development

Industrial Internet Application Development

Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli

Publisher Resources

ISBN: 9781789537222Supplemental Content