News

There are many different types of anomaly detection techniques. This article explains how to use a neural autoencoder implemented using raw C# to find anomalous data items. Compared to other anomaly ...
Compared to using PCA for dimensionality reduction, using a neural autoencoder has the big advantage that it works with source data that contains both numeric and categorical data, while PCA works ...