Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 765 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 765 Bytes

A Federated learning server wrote in Java for communicating with android clients

Function

  • Build socket server by netty-socketio
  • Init global model by dl4j
  • Transfer model params in JSON format
  • Aggregate local models from clients by FedAveraging Algorithm
  • Testing final global model performance

Installation and setup

References