a project for federated learning using AWS
Project description
b3o_fedlearn
AWS를 활용한 연합학습을 진행하기 위한 패키지 입니다.
Installation
패키지를 설치하기 위해서는 다음과 같은 pip 명령어를 사용합니다:
pip install b3o-fedlearn
Getting Started
패키지를 사용하는 방법에 대한 간단한 예제입니다:
# 연학학습을 위한 환경셋팅
from b3o_fedlearn import client_setup
client_setup.setup()
# 데이터 셋 준비
from b3o_fedlearn import data_processing
data_processing.input_fn(file_path, target_col)
# 연합학습 진행
from b3o_fedlearn import fedlearner
fedlearner.FL_start(member_ID,
config_client,
x_train_client,
y_train_client,
x_test_client,
y_test_client)
Contributing
여러분의 기여를 환영합니다. 이슈를 등록하거나 풀 리퀘스트를 보내주세요.
License
MIT License 라이센스 하에 제공됩니다. 자세한 내용은 LICENSE 파일을 참조해주세요.
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
b3o-fedlearn-1.0.0.tar.gz
(8.5 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 b3o-fedlearn-1.0.0.tar.gz.
File metadata
- Download URL: b3o-fedlearn-1.0.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42ceb2702bad6378cbb630d14b94b5d4f0eb79800fcac4ecadda37d8fdf4499b
|
|
| MD5 |
7a27d3d5007e333c473128435b2705b6
|
|
| BLAKE2b-256 |
85f68fa98719a00a4d14e86a06f5197b590f9076cd9754ddcd4ed960f3e2238f
|
File details
Details for the file b3o_fedlearn-1.0.0-py3-none-any.whl.
File metadata
- Download URL: b3o_fedlearn-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f595ffc3584517e08bdcdb704a44b72f89ee91839afc4cc0fd8afc7075804301
|
|
| MD5 |
853303a639abe1ba53120dc3e111d03d
|
|
| BLAKE2b-256 |
362858f3bb8409cc1346da548380d6a1ec567cc144106a6fe4993e7affb56550
|