Git Product home page Git Product logo

anomaly-detection-models-for-iot-data's Introduction

Anomaly Detection Models for IoT Data.

The goal of this project is to apply anomaly detection models on IoT data in order to find acquisitions that present anomalies, i.e., mistakes in acquiring the data, or unexpected variations of the assesses. We were provided a dataset that contains weather acquisitions of different features, such as ‘rain’, ‘wind’ and ‘temperature’.

This project was carried out as part of the training of engineers at Tunisia Polytechnic School under the module "Transversal Project" in the third year.

Approaches.

The most common approach to ensure the quality of sensors’ data, consists in automated detection of erroneous readings or anomalous behaviors of sensors. In the literature, this strategy is known as anomaly detection and can be pursued in many different ways.

In order to solve an anomaly detection problem, we propose these different approaches:

  • Statistical methods: These methods use past measurements to approximate a model of the correct behavior of a sensor, where they mark as an anomaly an incompatible result. In this project, the Average Low-High Pass Filter and Seasonal Extreme Studentized Deviate methods were used.
  • Probabilistic methods: These methods rely on estimating the probability of the behavior of a sensor, using different well-known distributions, and compare it with a predefined threshold. In this project, the Univariate Gaussian Predictor was used.
  • Clustering-based methods: These methods are dependent on calculating the distances between data measurements to distinguish between anomalous and correct readings by assigning the latter to clusters. In this project, the Local Density Cluster-Based Outlier Factor was used.

Necessary Skills

  • Python programming language
  • Anomaly detection basics
  • Feature engineering
  • Machine Learning

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.