Code Monkey home page Code Monkey logo

elixir-layman's Introduction

Wisconsin Breast Cancer Dataset Analysis - A Guideline for Developing Scripts within Federated Learning

This repository provides comprehensive guidelines on how scripts are developed for the Federated Learning for Everyone (FL4E) framework using the Wisconsin Breast Cancer Dataset.

Structure of the Repository

The repository is divided into several directories, each serving a unique purpose:

  1. data Folder: This folder contains slices of the original Wisconsin Breast Cancer dataset, labeled as "_1" and "_2".

  2. centralised Folder: Here you'll find an empty data dictionary CSV file corresponding to the Wisconsin Breast Cancer dataset. This file serves as the first step of data sharing within the Data Center of FL4E. Moreover, this folder contains a sample data cleaning script and two sliced CSV files from the main dataset, as if we have two clients wanting to share data centrally.

  3. src Folder: This folder houses necessary scripts, namely client.py, server.py and utils.py, which should be uploaded in the Study Center. Clients must download and execute client.py and utils.py on the FL4E client docker component. server.py and utils.py should be executed by study lead. Study lead must upload and execute these scripts on their desired machine, however IP and Port address should be communicated to the participants.

At the end of training, the model and weights can be downloaded and uploaded back to the model center of FL4E.

Detailed explanation

Required software to run the python scripts in Python, required packages can be found in requirements.txt and can be installed as pip install -r requirements.txt or pytho3 -m pip install -r requirements.txt

The various markdown files provide a layman explanation of each part of the code that walks an interested layman party through the code step-by-step.

elixir-layman's People

Contributors

theaxec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.