Giter Club home page Giter Club logo

federatedneuroevolution's Introduction

Evolutionary Federated Learning on EEG-data

This repository contains the code for the publication Evolutionary Federated Learning on EEG-data.

Abstract

In the paper we try to train a Convolutional Neural Network to solve the UCI EEG Classification problem.

The novelty of our method lies in modifying Google's Federated Learning method using Evolutionary Algorithm for added security.

The added value is that the sensitive medical data can reside on the federated nodes as the model evaluation happens on the nodes locally and the results are aggregated on the server side.

The codebase

Here we lay out a high level guide on what the most important files do:

  • baseline_shallow.ipynb: Here we design and train the Neural Network using the usual SGD method. This is what we use as baseline.
  • common.py: Utility functions for loading and representing the data
  • node.py: Node representation classes
  • genetic.py: This is the core framework for running the Federated Neuroevolution training with different paremeters
  • federated_genetic_*.py: These files are concrete runs with different hyperparameters for Federated Neuroevolution

The other notebook files are early proof of concepts and visualizations.

Citations

Please if you use our code do not forget to properly cite our publication. Bibtex citation:

@article{szegedi2019evolutionary,
  title={Evolutionary federated learning on EEG-data},
  author={Szegedi, G{\'a}bor and Kiss, P{\'e}ter and Horv{\'a}th, Tom{\'a}{\v{s}}},
  year={2019}
}

federatedneuroevolution's People

Contributors

vszm avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  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.