TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Flower – A Friendly Federated Learning Framework

78 pointsby tantoabout 3 years ago

5 comments

riidomabout 3 years ago
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.
评论 #30829297 未加载
seanhunterabout 3 years ago
I&#x27;m interested in whether federated learning can bring ML to situations where you don&#x27;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 <i>their</i> 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?
评论 #30835566 未加载
评论 #30836032 未加载
niclane7about 3 years ago
This is cool. Nice graphic. I like this event they are talking about on the site. I plan to go.
mountainriverabout 3 years ago
These docs don’t render great on mobile just FYI
评论 #30833886 未加载
评论 #30932044 未加载
Hardik_Shahabout 3 years ago
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.