Federated learning for Artificial Intelligence and Machine Learning library
Project description
FedArtML
Federated Learning for Artificial Intelligence and Machine Learning
Installation
pip install fedartml
Get started
How to plot an interactive stacked bar plot (with sliders) per each local node (client) and label's classes.
from fedartml import InteractivePlots
from keras.datasets import mnist
# Load MNIST data
(train_X, train_y), (test_X, test_y) = mnist.load_data()
# Define labels to use
my_labels = train_y
# Instantiate a InteractivePlots object
my_plot = InteractivePlots(labels=my_labels)
# Show stacked bar distribution plot
my_plot.show_stacked_distr()
Documentation
Find the documentation of the library on:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
FedArtML-0.1.4.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FedArtML-0.1.4.tar.gz.
File metadata
- Download URL: FedArtML-0.1.4.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c372e627aa3c47a8d97167acb6a5301f856b2674d8ce61a2995620597f8d6baa
|
|
| MD5 |
3d64f3b2bc32be7af40074dc58972bf7
|
|
| BLAKE2b-256 |
4e5153c40e82c3ecd8217216cd237588b0abd84e7a1aef70128dd8c099d16eba
|
File details
Details for the file FedArtML-0.1.4-py3-none-any.whl.
File metadata
- Download URL: FedArtML-0.1.4-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0116bfc6a4190a3ce5f171ee41e7da6e4c1aa43ada78f263d3346e7d9c31e9ef
|
|
| MD5 |
38a872bf818e146f1e819ed9e1205a7b
|
|
| BLAKE2b-256 |
4ed89d9c275ac9c77c2e8d0c1203b6ab11d92d3afc485bd3e061d111e68ff6ec
|