Introduction

This shiny gadget is designed to construct an Autoencoder Neural Network (ANN) to detect anomalous data observations within a dataset. This analytic will test multiple ANN hyperparameters to determine the optimal settings supporting anomaly detection.

Current Limitations

Instructions

  1. Load the dataset for analysis
    • Limited to base r Fisher Iris dataset use only
  2. Select the appropriate features from the loaded dataset
    • All 5 base r Fisher Iris dataset features are utilized
    • The Species feature has been one-hot encoded to new 3-features
  3. Split into training and test datasets
    • Base r Fisher Iris is automatically split into three subsets and subsequently split into test and training datasets
  4. Scale all subsets
    • Each test and training subset is automatically scaled into three intervals
  5. Select hyperparameter experimental design
    • Only the default experimental design is available for hyperparameter testing
  6. Test selected experimental design
    • Select either the short or full experimental design
      • Short experimental design: 200 test trials
      • Full experimental design: 600 test trials
  7. Click Run Autoencoder Designed Experiment
    • Long run times are to be expected
  8. Results of the designed experiment are displayed on the DOE Results tab
  9. Graphical and a table of the top outliers are displayed in the Identify Outliers tab


SpencerButt/IDPS-LAAD documentation built on April 20, 2020, 8:45 p.m.