Hey guys, I am an undergrad based in the United States. As a part of my independent summer research, I am doing Federated Learning to detect intrusion. Since, I am reaching towards conclusion of my project, I am happy to share with you guys and listen the review from the experienced people in this field. Background: (I will try to explain this as simply as I can) Federated Learning is one of the ways to train model. Unlike, centralized model, where data is collected first and the model is trained in the collected data, federated model sends the main model to the individual client s and the clients train the model,and share their local update(weight and bias) and through a certain weight averaging techniques (Fed Prox, FedAvg , FedNova), the global model updates the weights and bias. This is done for certain rounds, epochs and local epochs. Advantages: The privacy issues created by sharing the personal data will be solved using this approach as only communication between the global model and clients will do is learnable parameters. Problem: The appraoch might give worse results especially when less data is available. ( This is what I am researching on) Sinc this is my first research, I would really appreciate the feedback and the guide. Reply and I will give you the github link. Thanks submitted by /u/Initial-Street6388
Originally posted by u/Initial-Street6388 on r/ArtificialInteligence
