The Wayback Machine - https://web.archive.org/web/20210726183422/https://github.com/topics/anomaly
Skip to content
#

anomaly

Here are 66 public repositories matching this topic...

williewheeler
williewheeler commented Oct 29, 2019

In the following code

    @Override
    public DetectorDocument findByUuid(String uuid) {
        val queryBuilder = QueryBuilders.termQuery("uuid", uuid);
        val searchSourceBuilder = elasticsearchUtil.getSourceBuilder(queryBuilder).size(DEFAULT_ES_RESULTS_SIZE);
        val searchRequest = elasticsearchUtil.getSearchRequest(searchSourceBuilder, DETECTOR_INDEX, DETECTOR_DOC_TYPE)

Inspired by recent advances in coverage-guided analysis of neural networks, we propose a novel anomaly detection method. We show that the hidden activation values contain information useful to distinguish between normal and anomalous samples. Our approach combines three neural networks in a purely data-driven end-to-end model. Based on the activation values in the target network, the alarm network decides if the given sample is normal. Thanks to the anomaly network, our method even works in strict semi-supervised settings. Strong anomaly detection results are achieved on common data sets surpassing current baseline methods. Our semi-supervised anomaly detection method allows to inspect large amounts of data for anomalies across various applications.

  • Updated Apr 22, 2021
  • Python

Improve this page

Add a description, image, and links to the anomaly topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the anomaly topic, visit your repo's landing page and select "manage topics."

Learn more