Hub
Pricing About
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Community Hub
  • Search

43 results

Filter
Anomaly detection
Fraud detection IoT Internet of Things Time series analysis Predictive maintenance Sensor Keras Autoencoder Education
  1. Go to item
    Workflow
    Anomaly Detection. Time Series AR Deployment
    Anomaly detection Time series analysis Auto-regressive models
    +7
    This workflow deploys a previously trained auto-regressive model for anomaly detection: - Select the date for deployment. Two mon…
    knime > Examples > 50_Applications > 40_Anomaly_Detection > 03_Time_Series_AR_Deployment
    3
    knime
  2. Go to item
    Workflow
    Anomaly Detection. Control Chart
    Anomaly detection Time series analysis IoT
    +5
    This workflow performs anomaly detection using a control chart: - Calculate the "normal conditions" as the cumulative average +/-…
    knime > Examples > 50_Applications > 17_AnomalyDetection > 04_Creating_a_ControlChart_of_a_Time_Series
    3
    knime
  3. Go to item
    Workflow
    Anomaly Detection. Time Alignment & Visualization
    Anomaly detection Time series analysis Time alignment
    +7
    This workflow preprocesses and visualizes sensor data for anomaly detection: - Read FFT preprocessed data files with date, time, …
    knime > Examples > 50_Applications > 17_AnomalyDetection > 01_Preprocessing_Time_Alignment_and_Visualization
    2
    knime
  4. Go to item
    Workflow
    Anomaly Detection. Time Series AR Testing
    Anomaly detection Time series analysis Auto-regressive models
    +6
    This workflow tests the performance of previously trained auto-regressive models for anomaly detection: - Filter the data to the …
    knime > Examples > 50_Applications > 17_AnomalyDetection > 03b_Time_Series_AR_Testing
    2
    knime
  5. Go to item
    Workflow
    Time Series AR Training
    Anomaly detection Time series analysis Auto-regressive models
    +4
    This workflow trains an auto-regressive model for anomaly detection: - Filter the data to training data covering only normal func…
    knime > Codeless Time Series Analysis with KNIME > Chapter 11 > 02_Time_Series_AR_Training
    1
    knime
  6. Go to item
    Workflow
    Anomaly Detection. Control Chart
    Anomaly detection Time series analysis IoT
    +4
    This workflow performs anomaly detection using a control chart: - Calculate the "normal conditions" as the average +/- 12 times t…
    knime > Codeless Time Series Analysis with KNIME > Chapter 11 > 04_Creating_a_ControlChart_of_a_Time_Series
    1
    knime
  7. Go to item
    Workflow
    Fourier Transform for Anamoly Detection
    IoT Time Series FFT
    +5
    In this workflow I demonstrate how the Fourier Transform along with basic aggregations and rule settings can be used to automatic…
    corey > Public > Fourier Transform for Anamoly Detection
    1
    corey
  8. Go to item
    Workflow
    Outlier Dection / Fraud Detection in Contracts
    Fraud detection Anomaly detection Text processing
    +4
    Discover anomalies / irregularities / Frauds(?) in contracts payment amounts via: - data visualization - basic stats - clustering…
    rs1 > Public > Contracts_Fraud_Detection_Usecase_example
    1
    rs1
  9. Go to item
    Workflow
    Different options to train an autoencoder using TensorFlow 2
    Autoencoder Keras Neural network
    +5
    This workflow shows the different options of training and executing a network using TF2 on the example of an autoencoder: Option …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 04_TensorFlow2 > 02_Tensorflow2_Autoencoder_for_Fraud_Detection_Training
    1
    knime
  10. Go to item
    Workflow
    Autoencoder MNIST MidPoint Focus
    Autoencoder Keras Neural network
    +8
    Exploring the latent space of an autoencoder for dimensional reduction
    iceman > Public > Autoencoder MNIST MidPoint Focus
    1
    iceman
  11. Go to item
    Workflow
    Keras Autoencoder for Fraud Detection - Training
    Autoencoder Keras Neural network
    +12
    This workflow trains an autoendcoder model to detect fraudulent transactions.
    kathrin > Codeless Deep Learning with KNIME > Chapter 5 > 01_Autoencoder_for_Fraud_Detection_Training
    1
    kathrin
  12. Go to item
    Workflow
    Keras Autoencoder for Fraud Detection - Deployment
    Autoencoder Keras Neural network
    +15
    This workflow applies a trained autoencoder model to detect fraudulent transactions.
    kathrin > Codeless Deep Learning with KNIME > Chapter 5 > 02_Autoencoder_for_Fraud_Detection_Deployment
    1
    kathrin
  13. Go to item
    Workflow
    Keras Autoencoder for Fraud Detection Deployment
    Autoencoder Keras Neural network
    +16
    Read Keras model. Read deployment data, which are normalized into range [0,1]. Apply the Keras model to the deployment data, calc…
    knime > Examples > 50_Applications > 39_Fraud_Detection > 04_Keras_Autoencoder_for_Fraud_Detection_Deployment
    1
    knime
  14. Go to item
    Workflow
    Send email to start checkup
    Anomaly detection Time series analysis IoT
    +1
    This workflow simply sends an email. It is called via a Call Workflow node from a parent workflow.
    knime > Codeless Time Series Analysis with KNIME > Chapter 11 > Send_Email_to_start_checkup
    1
    knime
  15. Go to item
    Workflow
    Keras Autoencoder for Fraud Detection Training
    Autoencoder Keras Neural network
    +16
    Partition numeric input data into a training, test, and validation set. Normalize the data into range [0,1]. Build a Keras autoen…
    knime > Examples > 50_Applications > 39_Fraud_Detection > 03_Keras_Autoencoder_for_Fraud_Detection_Training
    1
    knime
  16. Go to item
    Workflow
    Anomaly Detection (Exercise)
    Fraud detection Anomaly detection Text processing
    +5
    This workflow instructs you to detect anomalies in contracts via the IQR, z-score, and isolation forest techniques. Furthermore, …
    hayasaka > KNIME Fall Summit Training 2022 > L4-DV Low Code Data Extraction and Visualization > Session_4 > 01_Exercises > 04_Anomaly_Detection_Exercise
    0
    hayasaka
  17. Go to item
    Workflow
    Outlier Dection / Fraud Detection in Contracts
    Fraud detection Anomaly detection Text processing
    +4
    Discover anomalies / irregularities / Frauds(?) in contracts payment amounts via: - data visualization - basic stats - clustering…
    chemgirl36 > Public Space > L4-DV Low Code Data Extraction and Visualization > Session_4 > 00_Demos > 01_Anomaly_Detection_Demo
    0
    chemgirl36
  18. Go to item
    Workflow
    Anomaly Detection (Exercise) - Solution
    Fraud detection Anomaly detection Text processing
    +5
    This workflow instructs you to detect anomalies in contracts via the IQR, z-score, and isolation forest techniques. Furthermore, …
    hayasaka > KNIME Fall Summit Training 2022 > L4-DV Low Code Data Extraction and Visualization > Session_4 > 02_Solutions > 04_Anomaly_Detection_Solution
    0
    hayasaka
  19. Go to item
    Workflow
    Anomaly Detection (Exercise)
    Fraud detection Anomaly detection Text processing
    +5
    This workflow instructs you to detect anomalies in contracts via the IQR, z-score, and isolation forest techniques. Furthermore, …
    chemgirl36 > Public Space > L4-DV Low Code Data Extraction and Visualization > Session_4 > 01_Exercises > 04_Anomaly_Detection_Exercise
    0
    chemgirl36
  20. Go to item
    Workflow
    Outlier Dection / Fraud Detection in Contracts
    Fraud detection Anomaly detection Text processing
    +4
    Discover anomalies / irregularities / Frauds(?) in contracts payment amounts via: - data visualization - basic stats - clustering…
    hayasaka > KNIME Fall Summit Training 2022 > L4-DV Low Code Data Extraction and Visualization > Session_4 > 00_Demos > 01_Anomaly_Detection_Demo
    0
    hayasaka

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits