Explainable AI (XAI) design for unsupervised deep anomaly detector

By Medium - 2021-03-14

Description

An interpretable prototype of unsupervised deep convolutional neural network & lstm autoencoders based real-time anomaly detection from high-dimensional heterogeneous/homogeneous time series…

Summary

  • In this blog post, I will take you through the new features of the package “msda”.
  • We use the unlabeled data to capture, and learn the data distribution that is used to forecast the normal behavior of a time-series.
  • The parameters of the network are optimized using ADAM optimizer.
  • For more details peek here 4) Post-processing data to input into the anomaly detector Next, we are inputting data with no missing values, removal of unwanted fields, assert the timestamp field, etc.

 

Topics

  1. Machine_Learning (0.37)
  2. Backend (0.35)
  3. Database (0.16)

Similar Articles

Creating synthetic time series data

By Medium - 2021-02-22

We synthetic versions of a time-series dataset, visualize and analyze the results, and discuss several use cases for synthetic time series data.

Data Science Learning Roadmap for 2021

By freeCodeCamp.org - 2021-01-12

Although nothing really changes but the date, a new year fills everyone with the hope of starting things afresh. If you add in a bit of planning, some well-envisioned goals, and a learning roadmap, yo ...

LSTM for time series prediction

By KDnuggets - 2021-01-23

Learn how to develop a LSTM neural network with PyTorch on trading data to predict future prices by mimicking actual values of the time series data.