Implementations of the experiments found in A Baseline for Detecting Misclassified and Out-of-Distribution Examples in Neural Networks by Dan Hendrycks and Kevin Gimpel. https://arxiv.org/abs/1610.02136
Most results are in Jupyter notebooks since several data sets used have licensing restrictions (e.g., TIMIT, WSJ PTB, etc.).
@article{hendrycks17baseline,
author = {Dan Hendrycks and Kevin Gimpel},
title = {A Baseline for Detecting Misclassified and Out-of-Distribution Examples in Neural Networks},
journal = {Proceedings of International Conference on Learning Representations},
year = {2017},
}
This more recent repository has PyTorch code for a general anomaly detection method which builds on this baseline.