What is Federated learning?
What is Federated learning? Lately, the topic security on machine learning is enjoying increased interest. This can be largely attributed to the success of big data in conjunction with deep learning and the urge for creating and processing over larger data sets for data mining. Since the machine learning is becoming a part of the day today life, making use of our data, special measures must be taken to protect privacy. In federated learning the model is learned by multiple clients in decentralized fashion. Here learning is shifted to the clients and only the learning parameters are centralized by the trusted curator. This curator the distribute aggregate model back to the client. The approach of federated learning can be vastly used in mobile applications by considering the computational power and the privacy aspects. When a model is learned in conventional way, its parameters reveal information about the data that was used during training. In order to solve this problem discussion of ...