from Hacker News

Flower – A Friendly Federated Learning Framework

by tanto on 3/28/22, 10:16 AM with 11 comments

  • by riidom on 3/28/22, 11:05 AM

    So this is about machine learning apparently, not learning as in teaching students. I don't quite get where the "federated" part comes into play.
  • by seanhunter on 3/28/22, 7:02 PM

    I'm interested in whether federated learning can bring ML to situations where you don't want to pool all the data in one spot for privacy reasons. Say you run a B2B Saas business in seperate tenancies and in each tenant contains sensitive information about that client (eg about their clients). Could you run a federated learning model such that it could learn in each tenant and improve the overall model but not share any of the sensitive information between tenants?
  • by niclane7 on 3/28/22, 5:59 PM

    This is cool. Nice graphic. I like this event they are talking about on the site. I plan to go.
  • by mountainriver on 3/28/22, 4:31 PM

    These docs don’t render great on mobile just FYI
  • by Hardik_Shah on 3/29/22, 1:27 PM

    FL has emerged as a promising technique for edge devices to collaboratively learn a shared prediction model while keeping their training data on the device, thereby decoupling machine learning from the need to store the data in the cloud. However, FL is difficult to realistically implement due to scale and system heterogeneity. Although there are several research frameworks for simulating FL algorithms, none of them support the study of scalable FL workloads on heterogeneous edge devices.