Skip to content
forked from zeroXzero/saife

Wireless spectrum anomaly detector

Notifications You must be signed in to change notification settings

electrosense/saife

 
 

Repository files navigation

saife

Wireless spectrum anomaly detector

Non-documented SAFE base code used for the following papers

  1. SAIFE: Unsupervised wireless spectrum anomaly detection with interpretable features
  2. Unsupervised Wireless Spectrum Anomaly Detection With Interpretable Features
  3. Crowdsourced wireless spectrum anomaly detection

Adapted from: https://github.com/hwalsuklee/tensorflow-mnist-AAE . Thanks to musyoku's pytorch implementaion for all the unsupervised setup and quick answers (https://github.com/musyoku/adversarial-autoencoder).

Requirements: Tested on

Python 3.6.9, Tensorflow 1.12.0, Tflearn

Sample run:

python spectrum_semsup_cat.py --prior_type normal --num_epochs=510 --PMLR_n_samples=500 --learn_rate=0.05e-3 --dimz=50

More documentation and examples will be updated soon.

About

Wireless spectrum anomaly detector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%