项目作者: nagendar-pm

项目描述 :
Federated Learning client for MNIST model.
高级语言: Java
项目地址: git://github.com/nagendar-pm/MNIST-FL-Client.git
创建时间: 2021-07-04T18:35:54Z
项目社区:https://github.com/nagendar-pm/MNIST-FL-Client

开源协议:

下载


MNIST-FL-Client

Android app for Client part of Federated Learning

Federated Learning is an ML technique to train machine learning models on edge-devices like mobile phones without distutbing the privacy of the end-users. For more, Click here.

The current app is the client side application for running inference and train on the server using the MNIST model, implemented in PyTorch.

The server for the app can be found at MNIST-Server

The app can be found here