Category Archives: Machine Learning

Dockerfile for Python 3.9 with OpenCV, MediaPipe, TensorFlow Lite and Coral Edge TPU

Dockerfile Requirements.txt

Posted in Allgemein, Docker, Machine Learning | Tagged , , , | Comments Off on Dockerfile for Python 3.9 with OpenCV, MediaPipe, TensorFlow Lite and Coral Edge TPU

Machine Learning for Sensor Prediction….

Trained a neural network with values from 30 sensors to predict another sensors value 10 minutes in future, the network hasn’t seen the test data before… with #Python #keras #TensorFlow

Posted in Machine Learning | Comments Off on Machine Learning for Sensor Prediction….

Python and WinCC OA…

Connected Python to WinCC OA through a Websocket Manager. Python programs can connect to WinCC OA and read/write datapoints. Communication is JSON based, it’s simple to use in Python, see examples below (ws://rocworks.no-ip.org can be used for tests, but will … Continue reading

Posted in Machine Learning, WinCC OA | Comments Off on Python and WinCC OA…

Deep Learning Neural Network with WinCC OA and Clojure…

To learn how deep learning works I decided to implement a Multilayer Neural Network with Backpropagation by my own in Clojure (I did NOT use a library like Tensor Flow or Deeplearning4j). The  link between Clojure and the SCADA system WinCC … Continue reading

Posted in Allgemein, Machine Learning, WinCC OA | Comments Off on Deep Learning Neural Network with WinCC OA and Clojure…