Downloads provided by UsageCounts
Please find below the descriptions of the three configurations for partitioning the MNIST Train dataset into 10 clients and the MNIST Train data: Balanced Distribution: In the first configuration, the MNIST dataset is partitioned among 10 clients in a balanced manner. This means that the data samples from each class are evenly distributed among the clients. Each client receives a roughly equal number of images from each digit class, ensuring that the distribution of samples across clients is proportional and representative of the overall dataset. [ Config 1] Heterogeneous Distribution (One Class per Client): In the second configuration, the MNIST dataset is partitioned in a heterogeneous manner, where each client is assigned a single digit class exclusively. This means that one client will only receive images of the digit '0', another client will receive images of the digit '1', and so on. In this setup, each client becomes an expert in classifying a specific digit, allowing for specialized training and evaluation. [ Config 2] Mixed Distribution: In the third configuration, the MNIST dataset is partitioned using a mixed distribution approach. This means that the data samples from all digit classes are distributed among the 10 clients, but the distribution is not necessarily balanced. The number of samples assigned to each client may vary for different digit classes, resulting in an uneven distribution across the clients. This configuration aims to capture both the overall diversity of the dataset and the varying difficulty levels of classifying different digits. [ Config 3 ] The structure of "Mnist-dataset" folder is : Mnist-dataset/ ├── config1/ │ ├── client-1/ │ │ └── client_1_config1.csv │ ├── client-2/ │ │ └── client_2_config1.csv │ ├── client-3/ │ │ └── client_3_config1.csv │ └── ... ├── config2/ │ ├── client-1/ │ │ └── client_1_config2.csv │ ├── client-2/ │ │ └── client_2_config2.csv │ ├── client-3/ │ │ └── client_3_config2.csv │ └── ... ├── config3/ │ ├── client-1/ │ │ └── client_1_config3.csv │ ├── client-2/ │ │ └── client_2_config3.csv │ ├── client-3/ │ │ └── client_3_config3.csv │ └── ... └── mnist_test.csv
{"references": ["DENG, Li. The mnist database of handwritten digit images for machine learning research [best of the web]. IEEE signal processing magazine, 2012, vol. 29, no 6, p. 141-142."]}
MNIST FEDERATED LEARNING
MNIST FEDERATED LEARNING
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 40 | |
| downloads | 28 |

Views provided by UsageCounts
Downloads provided by UsageCounts