Skip to content

iflytek/iflearner

Repository files navigation

iFLearner - A Powerful and Lightweight Federated Learning Framework

Forks Stars Contributors Docs Pypi License: Apache2.0

DOCS | 中文

iFLearner is a federated learning framework, which provides a secure computing framework based on data privacy security protection, mainly for federated modeling in deep learning scenarios. Its security bottom layer supports various encryption technologies such as homomorphic encryption, secret sharing, and differential privacy. The algorithm layer supports various deep learning network models, and supports mainstream frameworks such as Tensorflow, Mxnet, and Pytorch.

Architecture

iFLeaner Arch

The design of iFLearner is based on a few guiding principles:

  • Event-driven mechanism: Use an event-driven programming paradigm to build federated learning, that is, to regard federated learning as the process of sending and receiving messages between participants, and describe the federated learning process by defining message types and the behavior of processing messages.

  • Training framework abstraction: Abstract deep learning backend, compatible with support for multiple types of framework backends such as Tensorflow and Pytorch.

  • High scalability: modular design, users can customize aggregation strategies, encryption modules, and support algorithms in various scenarios.

  • Lightweight and simple: The framework is Lib level, light enough, and users can simply transform their deep learning algorithms into federated learning algorithms.

Documentation

iFLeaner Docs:

Contributor

Contributor Guide

FAQ

iFLeaner FAQ

License

Apache License 2.0

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages