# ourFLTrust **Repository Path**: lidaishu/ourFLTrust ## Basic Information - **Project Name**: ourFLTrust - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ourFLTrust We reproduce the FLTrust model based on the paper "FLTrust: Byzantine-robust Federated Learning via Trust Bootstrapping" We implement the FLTruest model in two datasets: MNIST and Fashion-MNIST. To train the FLTruest model on MNIST, run ```python run_MNIST.py```. To train the FLTruest model on Fashion-MNIST, run ```python run_FashionMNIST.py```.