GANomaly for anomaly detection (w multiple GPU support)

版本 1.0.1 (11.9 KB) 作者: Da Huang
MATLAB implementation of the GANomaly network architecture for anomaly detection problems.
20.0 次下载
更新时间 2024/6/30

查看许可证

The code package comes with an example that does the follow: 1. loads data from file, 2. construct GANomaly network, 3. train the GANomaly network, and 4. use trained GANomaly for anomaly detection.
The code comes with multiple GPU support.
The example in the main.m can run on the MNIST datset for readiness check, or on your own dataset.
Condition of use: plese cite the following paper
D. Huang and A. Al-Hourani, "Physical Layer Spoof Detection and Authentication for IoT Devices Using Deep Learning Methods," in IEEE Transactions on Machine Learning in Communications and Networking, vol. 2, pp. 841-854, 2024, doi: 10.1109/TMLCN.2024.3417806.
--------------------------------------------------------------------------------------------------------
P.S.:
1. The MNIST dataset needs to be downloaded and put in the same folder. The dataset can be found in the following link:
2. The helper function for processing the MNIST dataset is modified based on the following MATLAB example:
3. GANomaly is implemented based on the following Github project:

引用格式

Huang, Da, and Akram Al-Hourani. “Physical Layer Spoof Detection and Authentication for IoT Devices Using Deep Learning Methods.” IEEE Transactions on Machine Learning in Communications and Networking, vol. 2, Institute of Electrical and Electronics Engineers (IEEE), 2024, pp. 841–54, doi:10.1109/tmlcn.2024.3417806.

查看更多格式
MATLAB 版本兼容性
创建方式 R2023b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Update linked publication

1.0.0