├── README.md ├── byzantine.py ├── fldetector.png ├── nd_aggregation.py ├── periodic_byz.py ├── train_cifar.py ├── train_femnist.py └── train_mnist.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/README.md -------------------------------------------------------------------------------- /byzantine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/byzantine.py -------------------------------------------------------------------------------- /fldetector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/fldetector.png -------------------------------------------------------------------------------- /nd_aggregation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/nd_aggregation.py -------------------------------------------------------------------------------- /periodic_byz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/periodic_byz.py -------------------------------------------------------------------------------- /train_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/train_cifar.py -------------------------------------------------------------------------------- /train_femnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/train_femnist.py -------------------------------------------------------------------------------- /train_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaixizhang/FLDetector/HEAD/train_mnist.py --------------------------------------------------------------------------------