Gustavo Bertoli

Results 18 issues of Gustavo Bertoli

PR for the issue #46 PS: Used Google Translate, if a native speaker of russian review it would be better.

There are documents in russian language in the main README.md, why not create the README_rus.md ? (Similarly with the Chinese one)

This an updated survey about Network Intrusion Detection System (NIDS) Data Sets

### Describe the bug I have been working with the simulation package `fl.simulation.start_simulation`, and after tweaking some parameters and re-running the code it seems (by the error message) to exhaust...

bug

Update with new FL book from IBMFL team, a new video/lecture from Flower and a blog post from OpenMined.

### Describe the bug Hi, I am trying to use the flwr simulation in the version 1.0.0 with Python 3.10.5. However, when I start the simulation with `fl.simulation.start_simulation`, it presents...

bug

Trying to configure 96BoardsGPIO and getting error: linaro@linaro-alip:~/Desktop/dev/96BoardsGPIO$ make Making all in lib make[1]: Entering directory '/home/linaro/Desktop/dev/96BoardsGPIO/lib' /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"96BoardsGPIO\" -DPACKAGE_TARNAME=\"96boardsgpio\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"96BoardsGPIO\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"96boardsgpio\"...

## Issue ### Description This PR proposes a change to the former Federated Analytics example. Previously, the Federated Analytics example was tied to the use of Pandas, and the example's...

Contributor

## Issue ### Description This PR improves the FedAvgM implementation FedAvgM introducing the Nesterov Accelerated Gradient (NAG), the same as reported in the original FedAvgM paper: https://arxiv.org/pdf/1909.06335.pdf ### Related issues/PRs...

Contributor

## Issue The `flwr_datasets` is not able to working with custom loaded datasets even when compliant with Hugging Face `Dataset` format, ### Description Enable the loading of custom datasets not...