Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 3.32 KB

README.md

File metadata and controls

58 lines (41 loc) · 3.32 KB

DISCO - DIStributed COllaborative Machine Learning

DISCO leverages federated 🌟 and decentralized ✨ learning to allow several data owners to collaboratively build machine learning models without sharing any original data.

The latest version is always running on the following link, directly in your browser, for web and mobile:

🕺 https://discolab.ai/ 🕺


🪄 DEVELOPERS: DISCO is written fully in JavaScript/TypeScript. Have a look at our developer guide.


WHY DISCO?

  • To build deep learning models across private datasets without compromising data privacy, ownership, sovereignty, or model performance
  • To create an easy-to-use platform that allows non-specialists to participate in collaborative learning

⚙️ HOW DISCO WORKS

  • DISCO has a public model – private data approach
  • Private and secure model updates – not data – are communicated to either:
    • a central server : federated learning ( 🌟 )
    • directly between users : decentralized learning ( ✨ ) i.e. no central coordination
  • Model updates are then securely aggregated into a trained model
  • See more HERE

DISCO TECHNOLOGY

  • DISCO supports arbitrary deep learning tasks and model architectures in your browser via TF.js
  • Decentralized learning ✨ relies on peer2peer communication
  • Have a look at how DISCO ensures privacy and confidentiality HERE

🧪 RESEARCH-BASED DESIGN

DISCO leverages latest research advances, enabling open-access and easy-use distributed training which is

  • 🌪️ efficient (R1, R2)
  • 🔒 privacy-preserving (R3, R4)
  • 🛠️ fault-tolerant and dynamic over time (R5, R6)
  • 🥷 robust to malicious actors and data poisoning (R7, R8)
  • 🍎 🍌 interpretable in imperfectly interoperable data distributions (R9)
  • 🪞 personalizable (R10)
  • 🥕 fairly incentivizing participation

🏁 HOW TO USE DISCO

  • Start by exploring our examples tasks in the DISCOllaboratives page.
  • The example DISCOllaboratives are based on popular ML tasks such as GPT2, Titanic, MNIST or CIFAR-10
  • It is also possible to create your own DISCOllaboratives without coding on the custom training page:
    • Upload the initial model
    • Choose between federated and decentralized for your DISCO training scheme ... connect your data and... done! 📊
    • For more details on ML tasks and custom training have a look at this guide