Forum Discussion
Ricardo Gutierrez
Oct 28, 2020Copper Contributor
Detecting anomalies in oil&gas machines
Hi there,
Currently, I'm developing a Project with the first oil&gas company in my country. This Project is having full attention from the customer C-Level people. We are so interested in having your advice on anomaly detection using ADX and of course the next step after anomalies which is Predictive Maintenance.
Thanks.
- adieldar
Microsoft
Ricardo Gutierrez , you can read about anomaly detection and forecasting in ADX for preventive maintenance and other scenarios here here.
Specific time series functions for anomaly detection are series_decompose_anomalies()
for point anomalies, and series_fit_2lines() for change point detection. These functions are optimized to process thousands of time series in seconds- Ricardo GutierrezCopper Contributor
Hi adieldar ,
We are uisng these features as per the attached file. My question is related to include things like Deep Learning LSTM as part of the predicition process. Do you have experiences that you could share?. Is it possible to have a meeting with your team to explain the idea just to se your opinion?.
Thanks.
- adieldar
Microsoft
Ricardo Gutierrez , you can do training/scoring on ADX using our inline python() plugin that can run Python workloads in distributed manner on secure sandbox on ADX compute nodes. The Python image is based on Anaconda, but extended with Deep Learning packages like Tensorflow, keras, Pytorch and others. You can also consume and score ONNX models. We can have a session on that