enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Isolation forest - Wikipedia

    en.wikipedia.org/wiki/Isolation_forest

    Isolation Forest is an algorithm for data anomaly detection using binary trees.It was developed by Fei Tony Liu in 2008. [1] It has a linear time complexity and a low memory use, which works well for high-volume data.

  3. Anomaly detection - Wikipedia

    en.wikipedia.org/wiki/Anomaly_detection

    Anomaly detection is crucial in the petroleum industry for monitoring critical machinery. [20] Martí et al. used a novel segmentation algorithm to analyze sensor data for real-time anomaly detection. [20] This approach helps promptly identify and address any irregularities in sensor readings, ensuring the reliability and safety of petroleum ...

  4. Local outlier factor - Wikipedia

    en.wikipedia.org/wiki/Local_outlier_factor

    In anomaly detection, the local outlier factor (LOF) is an algorithm proposed by Markus M. Breunig, Hans-Peter Kriegel, Raymond T. Ng and Jörg Sander in 2000 for finding anomalous data points by measuring the local deviation of a given data point with respect to its neighbours.

  5. Change detection - Wikipedia

    en.wikipedia.org/wiki/Change_detection

    In statistical analysis, change detection or change point detection tries to identify times when the probability distribution of a stochastic process or time series changes. In general the problem concerns both detecting whether or not a change has occurred, or whether several changes might have occurred, and identifying the times of any such ...

  6. List of datasets for machine-learning research - Wikipedia

    en.wikipedia.org/wiki/List_of_datasets_for...

    Anomaly detection: 2020 (continually updated) [329] [330] Iurii D. Katser and Vyacheslav O. Kozitsin On the Evaluation of Unsupervised Outlier Detection: Measures, Datasets, and an Empirical Study Most data files are adapted from UCI Machine Learning Repository data, some are collected from the literature.

  7. Mamba (deep learning architecture) - Wikipedia

    en.wikipedia.org/wiki/Mamba_(deep_learning...

    The model transitions from a time-invariant to a time-varying framework, which impacts both computation and efficiency. [2] [7] Mamba employs a hardware-aware algorithm that exploits GPUs, by using kernel fusion, parallel scan, and recomputation. [2]

  8. DBSCAN - Wikipedia

    en.wikipedia.org/wiki/DBSCAN

    SPMF includes an implementation of the DBSCAN algorithm with k-d tree support for Euclidean distance only. Weka contains (as an optional package in latest versions) a basic implementation of DBSCAN that runs in quadratic time and linear memory. linfa includes an implementation of the DBSCAN for the rust programming language.

  9. Recurrent neural network - Wikipedia

    en.wikipedia.org/wiki/Recurrent_neural_network

    Recurrent neural networks (RNNs) are a class of artificial neural network commonly used for sequential data processing. Unlike feedforward neural networks, which process data in a single pass, RNNs process data across multiple time steps, making them well-adapted for modelling and processing text, speech, and time series.