Giter VIP home page Giter VIP logo

anomaly_detection's Introduction

Anomaly_Detection

An anomaly is defined as something which is different from the normal. Using supervised techniques for anomaly detection is not a good choice, because we have a lot of example cases for a normal event, but the abnormal event happens rarely.Imagine using 10 sec clips of video feed, and classifying it as normal or abnormal(may be an accident), in this case an accident happens rarely, so the dataset would have a lot of normal clips and very few abnormal clips, so the dataset is imbalanced, also in the case of a huge dataset hand labelling all these data instances would be difficult. So the wisest choice to detect anomalies is to learn the features that make a particular event normal and then using these we need to be able to detect the anomalies.Some ways to learn the normal representations are:

  1. training an autoencoder using the normal data and using the reconstruction error as an anomaly metric.
  2. in the case of time series data, predicting the next instance and using the prediction error as an anomaly metric.

UCSD dataset

[UCSD Dataset] - http://www.svcl.ucsd.edu/projects/anomaly/dataset.html

anomaly_detection's People

Contributors

sumanrbt avatar

Watchers

 avatar

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.