Anomaly detection is the process of finding items in a dataset that are different in some way from the majority of the items. For example, you could examine a dataset of credit card transactions to ...
Dr. James McCaffrey of Microsoft Research provides full code and step-by-step examples of anomaly detection, used to find items in a dataset that are different from the majority for tasks like ...
Autoencoder (AE) The idea of using an autoencoder for anomaly detection is very similar to principal component analysis: "dimensionality reduction" and "re-dimensionalization". Let's look at a ...
Introduction to Neural Networks and Deep Learning with Python course by Harvard School of Engineering and Applied Sciences provides this course fully online, de ...
Official implementation of FunPhase: A Periodic Functional Autoencoder for Motion Generation via Phase Manifolds (Pegoraro et al., 2025 — accepted at ICML 2026). Concretely, a Perceiver-based ...